Hi All,
I have an issue using a wireless laptop where the network manager shuts down before CIFS/NFS can dismount my NAS drive causing a one minute delay in shutdown. I came across a solution for a similar situation in Ubuntu but I’m not sure how to apply the fix for opensuse 11.2.
Any wise old penguins out there know the best way around this one to promote CIFS/SMB dismount before wireless network ?
Thanks
PS - This is the ubuntu fix:
CIFS: VFS server not responding
CIFS: No response for cmd 114 mid 3
It’s a bug in Gutsy and it looks like it’s a bug in Hardy as well but there is a work around.
The reason for getting the error message is the fact that the network (NetworkManager) is being shutdown before dismounting of the Samba shares, and dismounting a network share without a network well that won’t work so well
You can use the following work around:
cd /etc/rc6.d
ls -la
You should see :
S<nr>wpa-ifupdown the nr is probably 15
and
S<nr>umountnfs.sh that nr is probably 31
Type:
sudo mv S31umountnfs.sh S14umountnfs.sh
The point is to give the umountnfs.sh a lower as your wpa-ifupdown.sh
Follow the above steps also for /etc/rc0.d (Thanks to Deb Early for the suggestion)