#1869 PR merged
: Wait for systemd-udevd to avoid broken pipe error in 40-start-udev-or-load-modules.sh¶
Labels: cleanup
, fixed / solved / done
, minor bug
jsmeix opened issue at 2018-07-17 12:59:¶
-
Type: Bug Fix
-
Impact: Normal
-
Reference to related issue (URL):
https://github.com/rear/rear/issues/1832 -
How was this pull request tested?
by me on my SLES12 test system
withdebug
kernel command line parameter
when booting the ReaR recovery system
and theset -x
output of system-setup.d/40-start-udev-or-load-modules.sh
looks good to me. -
Brief description of the changes in this pull request:
Now system-setup.d/40-start-udev-or-load-modules.sh
waits up to 10 seconds for systemd-udevd to ensure
this needed deamon has sufficient time to start up
which by the way avoids an broken pipe error
of the too fast test that was done before.
jsmeix commented at 2018-07-18 07:58:¶
@gdha
thanks for your review!
[Export of Github issue for rear/rear.]