Comment 23 for bug 859075

Revision history for this message
Stevan Kew Ell (slql) wrote :

Yes, I'm sorry if my lack of understanding about the shutdown process results in false assumptions.

I've added "set -x" to the files mentioned in /etc/init.d

The hang happens, for me, on the nfs umounting. The last four lines are:-

exec
[ /nfs/home ]
[ no = no ]
fstab-decode umount -f -l /nfs/home

And then it just sticks at that point.

The relevant line in /etc/fstab is
tnc:/home /nfs/home nfs defaults 0 2

I'll try altering some NFS options and see if that makes a difference.

S