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?
signature.asc
Description: OpenPGP digital signature