Network filesystems need to get unmounted earlier at shutdown

Mike Cronenworth mike at cchtml.com
Wed Apr 23 23:10:39 UTC 2008


-------- Original Message  --------
Subject: Re:Network filesystems need to get unmounted earlier at shutdown
From: Orion Poplawski <orion at cora.nwra.com>
To: Development discussions related to Fedora <fedora-devel-list at redhat.com>
Date: 04/23/2008 04:38 PM
> Mike Cronenworth wrote:
>> As mentioned in the bug you linked, remove NM from runlevel 0 and 6 
>> to prevent it from being killed. It will die when the system shuts 
>> down/reboots. Hopefully "upstart" will help restructure the badly 
>> structured initscripts setup.
>
> Aside from doing "rm /etc/rc[06].d/K??NetworkManager", how does one 
> "remove NM from runlevel 0 and 6" permanently with upstart?
>
Bah, ignore what I said. You should be able to just turn NM from "off" 
to "on" on those runlevels and then when the init level changes, init 
won't bother with NM. I don't wish to test this, but it sounds correct 
in theory...

chkconfig --level 06 NetworkManager on
chkconfig --level 06 NetworkManagerDispatcher on

I don't have my F9 preview machine with me, but upstart uses 
compatibility with SysV stuff IIRC so this should work for you.

Mike




More information about the fedora-devel-list mailing list