nilssn wrote:Does anyone have more information or a permanent solution to this problem?
If your PC hangs on shutdown with "stopping enhanced syslogd: rsyslogd" caused by NFS that cannot be unmounted, then there is a workaround.
Have a look at:
https://bugs.launchpad.net/ubuntu/+sour ... bug/859075
Stevan Kew Ell (slql) wrote on 2011-10-29: #41
I have a hack that works for me. I should say that I have a very incomplete understanding of the way the umount* files work with each other, but I don't think the hack is likely to affect anything else.
I have edited the file /etc/init.t/umountnfs.sh
Somewhere around line 84, alter the following line:-
fstab-decode umount $FLAGS $DIRS
to
fstab-decode /sbin/umount.nfs $DIRS $FLAGS
Note that the two options need to be switched around to $DIRS $FLAGS
This works on Wheezy too.
S
Regards