From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Burgess Date: Tue, 02 Aug 2011 22:01:16 +0000 Subject: udevadm: trigger --type=failed deprecation Message-Id: <4E3873AC.3090103@linuxfromscratch.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-hotplug@vger.kernel.org Hi all, So, Udev-173 added a log message warning us that 'udevadm trigger=20 --type=FAiled' is deprecated, which over in LFS we use in a 'udev_retry'=20 bootscript in an attempt to retry failed events, for example those=20 caused by slow device initialization. The ChangeLog fails to mention a preferred alternative mechanism for=20 performing such event retries, or are such things not needed due to=20 changes in the kernel? Any advice you can give would be appreciated. Thanks, Matt.