<div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div>I confirm the bug. This prevent me to start/restart udev, and i'm not in a container. </div><div><br></div></div><div>On Sun, 2 Dec 2018 09:00:07 +0000 Jamie Heilman <<a href="mailto:jamie@audible.transient.net">jamie@audible.transient.net</a>> wrote:</div>> The logic change in the init script to check for a writable /sys is<br>> backwards; udev *should* start if /sys if writable.<br><div><br></div><div>I don't have experience with container, so can't tell if the logic is backwards, <br></div><div>it looks to me that /sys directory is read/execute only in my Debian, but<br></div><div>'test -w' performed by root exit 0..</div><div><br></div><div># cat /home/ombra/udevtest.txt <br>Script started on 2018-12-02 14:36:45+01:00<br>root@lorenz:~# ls -l / | grep sys<br>dr-xr-xr-x  12 root root     0 Dec  2 14:20 sys<br>root@lorenz:~# test -w /sys<br>root@lorenz:~# echo $?<br>0<br>root@lorenz:~# exit<br>exit<br><br>Script done on 2018-12-02 14:37:37+01:00</div><div><br></div><div>I suspect this is breaking the boot sequence in non-systemd installs,<br></div><div>can you please revert to using "ps" for this test untill you sort it out?</div><div><br></div><div>Thanks,</div><div>Lorenzo<br></div><br><div><br></div><br></div></div></div>