Comment 2 for bug 113095

Revision history for this message
Jörg Wendel (linux-jwendel) wrote : Re: nfs timeout on shutdown

Hi,
the same here (Feisty ans Gutsy)

this does the trick for me:

rm /etc/rc*/S31umountnfs.sh
ln -s ../init.d/umountnfs.sh /etc/rc0.d/S17umountnfs.sh
ln -s ../init.d/umountnfs.sh /etc/rc6.d/S17umountnfs.sh

So nfs will be stopped before the network goes down.