Bug#908796: udev (with sysvinit) fails to find devices at boot
Michael Biebl
biebl at debian.org
Sat Sep 29 17:41:45 BST 2018
Hi Trek,
thanks for the patch
Am 15.09.18 um 06:28 schrieb Trek:
> +
> + # wait for udev to be ready (see #908796)
> + timeout=15
> + until udevadm control -S || [ $timeout -le 0 ]; do
> + timeout=$((timeout-1))
> + sleep 1
> + done
> + udevadm control -S && log_success_msg || log_failure_msg
This repeatedly tries to start the execution queue.
Besides having this side-effect, why is this a proper test to check if
udev is ready?
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20180929/b2ec2ea8/attachment-0002.sig>
More information about the Pkg-systemd-maintainers
mailing list