After rebooting the ubuntu 12.04 box and login to system, I found the following:
the "mount" command shows: 
server:/path on /home/user type nfs4 
(rw,nosuid,proto=tcp,port=2049,sloppy,addr=IP ,clientaddr=0.0.0.0)  
clientaddr=0.0.0.0 is definitively wrong. 
To correct this, I had to disable  networkmanager from  managing the network 
interface.
I added  to  the /etc/network/interfaces the following:  
..
iface eth0 inet dhcp
auto eth0
..
and after rebooting, the mount command shows the right clientaddr:
server:/path on /home/user type nfs4 
(rw,nosuid,proto=tcp,port=2049,sloppy,addr=IP ,clientaddr=IP)

so far, it workss without crashes an error messages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932687

Title:
  nfs4_reclaim_locks: unhandled error crashes applications and creates
  high load

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/932687/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to