You are not logged in.
Hi,
every time when I halt or reboot my system I get some messages when Arch tries to umount my NFS-Shares
umount.nfs: DNS resolution failed for 192.168.0.7: Name or service not known
umount.nfs: DNS resolution of '192.168.0.7' failed
This appears for all of my five shares. After a short while it says [done]
At startup everything goes fine and my shares are available.
As it doesn't say [failed] I think it isn't that bad but I would prefer to not see any (error)messages during shutdown ;b
Thanks
Barghest
Offline
Could that be caused by your network being down before the unmounting is done?
Offline
Good point. I think this is the case as the process of unmounting ist one of the last.
Is there a way to change the order? I always thought it goes backward through the rc.conf where netfs stands after network (of course).
Last edited by Barghest (2008-12-01 16:31:15)
Offline
Offline
I tried to solve this by adding nonfs to the lines
stat_busy "Unmounting Filesystems"
/bin/umount -a -r -t noramfs,notmpfs,nosysfs,noproc
stat_done
in /etc/rc.shutdown
The error messages concerning NFS didn't appear anymore but it complains that /dev/sda4 (my /home) was busy and therefore it was remounted read only.
So it seems that this was not a good idea ;b
Offline
Could that be caused by your network being down before the unmounting is done?
I've created an issue for this in the bugtracker: http://bugs.archlinux.org/task/12373
ᶘ ᵒᴥᵒᶅ
Offline