Comment 4 for bug 516592

Revision history for this message
Casandro (casandro-lion) wrote : Re: Network manager kills NFS link on going to sleep hanging Gnome etc.

Disabling network manager seems to fix the problem.
in
/etc/NetworkManager/NetworkManager.conf
Add
[ifupdown]
ifupdown:managed=true

Then also configure your network in /etc/network/interfaces, and don't forget the dns-nameservers entry.

It seems like the bug is NetworkManager disabling the interface before going into standby. I have no idea to why this is done, but it certainly breaks nfs home directories.