From e46ee7e6c9fbbd8d21c306719170ae086cf12761 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 23 Oct 2011 18:02:20 +0200 Subject: udev: exit on shutdown udev was receiving some events (due to e.g. swapoff) on shutdown that caused it to fork new processes. These then receivde TERM before they could finish, and complained on the console. In principle, I'm worried that, with the right ammonut of bad luck, we could fork off some process at exactly the wrong time which escapes the killall logic. This, by the way, highlights the frailty of the killall stuff. Signed-off-by: Tom Gundersen --- rc.shutdown | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index 8363737..5928b2d 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -19,6 +19,8 @@ run_hook shutdown_start stop_all_daemons +status "Shutting down UDev" udevadm control --exit + status "Deactivating Swap" swapoff -a # stop monitoring of lvm2 groups before unmounting filesystems -- cgit v1.2.3