FS#3740 - Problem in shutdown script (initscript)
Attached to Project:
Arch Linux
Opened by Roberto Braga (Bobonov) - Wednesday, 11 January 2006, 10:42 GMT
Last edited by arjan timmerman (blaasvis) - Sunday, 12 February 2006, 11:13 GMT
Opened by Roberto Braga (Bobonov) - Wednesday, 11 January 2006, 10:42 GMT
Last edited by arjan timmerman (blaasvis) - Sunday, 12 February 2006, 11:13 GMT
|
Details
Basically the system hangs on shutdown when I have manualy
mounted netwrok filesystem.
The reason is that they are not unmontedbefore the network gues down. To solve this just add umount -a -t nfs,smbfs,codafs,cifs to the network stop script. But this solution create another problem, it will umont all netfs when you restart the network and that can be annoying. Better solution would be to execute the command during shutdown just before executing network script. It can be made with a if in daemon shutdown loop. |
This task depends upon
Closed by Judd Vinet (judd)
Monday, 13 February 2006, 04:51 GMT
Reason for closing: Won't fix
Additional comments about closing: netfs is in the default DAEMONS array for this reason.
Monday, 13 February 2006, 04:51 GMT
Reason for closing: Won't fix
Additional comments about closing: netfs is in the default DAEMONS array for this reason.
Comment by Judd Vinet (judd) - Monday,
13 February 2006, 04:49 GMT
The easiest way to work around this is to add "netfs" after
"network" in your DAEMONS list. Even if you don't have any network
filesystems mounting at bootup, it won't harm anything.