LM17.1 / KDE on Asus Laptop, wireless connection.
Each time I shutdown, reboot or hibernate, I have to wait about 120 seconds.
During this time, the console displays this message :
Code: Select all
nm.dispatcher.action: Caught signal 15, shutting down...
Code: Select all
CIFS VFS: Server 192.168.0.100 has not responded in 120 seconds. Reconnecting...
192.168.0.100 is my DLink ReadyNas102 NAS, mounted with this line in /etc/fstab :
Code: Select all
//192.168.0.100/partages /mnt/nas01 cifs rsize=130048,wsize=130048,user=theuser,password=thepassword,rw,uid=1000,gid=1000,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
Googling my issue, I've found some posts like this one where a possible workaround is to unmount all cifs mounts on shutdown.
I'm not sure where to do this correctly, I've tried to create links to /etc/init.d/umountnfs.sh in rc0.d et rc6.d (like in this post) but it did not resolve the problem.
Thanks for your help