arnaldo
June 1st, 2007, 11:14 AM
I just installed a Feisty nfs server. Clients can mount, read and write, but cannot lock files.
On the server, rpc.statd is running, and it has the right permissions to access
/var/lib/nfs/sm*.
A typical entry in /etc/exports:
/export client(rw,no_root_squash,sync,no_subtree_check,no_ auth_nlm)
(I have added no_auth_nlm as an attempt to solve the problem)
On the client's /etc/fstab:
server:/export/home /home nfs defaults,soft,rw,tcp 0 0
The problem seems to be flock failure.
Any ideas?
On the server, rpc.statd is running, and it has the right permissions to access
/var/lib/nfs/sm*.
A typical entry in /etc/exports:
/export client(rw,no_root_squash,sync,no_subtree_check,no_ auth_nlm)
(I have added no_auth_nlm as an attempt to solve the problem)
On the client's /etc/fstab:
server:/export/home /home nfs defaults,soft,rw,tcp 0 0
The problem seems to be flock failure.
Any ideas?