finally got my laptop and desktop upgraded to 13.04 from 12.04. nfs worked fine under 12.04, but doesn't under 13.04.
Anybody else having trouble with nfs under 13.04.
The files /etc/exports, /etc/hosts.allow and /etc/hosts.deny are all as they were under 12.04. /etc/gstab is also the same.
If I do a manual mount, I get the following:
mount /home/Acer/usr/local/bin
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified
I have done rpcinfo -p on both the laptop and desktop and statd is listed as running as is nfs, etc. On the desktop I get:
rpcinfo -p
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100227 2 tcp 2049
100227 3 tcp 2049
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100227 2 udp 2049
100227 3 udp 2049
100021 1 udp 47907 nlockmgr
100021 3 udp 47907 nlockmgr
100021 4 udp 47907 nlockmgr
100021 1 tcp 39747 nlockmgr
100021 3 tcp 39747 nlockmgr
100021 4 tcp 39747 nlockmgr
100005 1 udp 35442 mountd
100005 1 tcp 59382 mountd
100005 2 udp 34752 mountd
100005 2 tcp 35234 mountd
100024 1 udp 52294 status
100024 1 tcp 41343 status
Similar results on the laptop.
If I examine /proc/fs/nfs/exports, it isn't complete. I get:
cat /proc/fs/nfs/exports
# Version 1.1
# Path Client(Flags) # IPs
/home/terry 192.168.0.3(rw,root_squash,sync,wdelay,no_subtree_ check,uuid=a6fb5bf4:341a4443:98b2427b:c84e62f7)
/home 192.168.0.3(ro,root_squash,sync,no_wdelay,no_subtr ee_check,v4root,uuid=a6fb5bf4:341a4443:98b2427b:c8 4e62f7)
If I try to get rpcinfo on the laptop from the desktop, I get:
rpcinfo -p 192.168.0.3
rpcinfo: can't contact portmapper: RPC: Authentication error; why = Client credential too weak
I have done a Google on that, but nothing useful.
Any suggestions on how to get nfs working again??
Anybody else having trouble with nfs under 13.04.
The files /etc/exports, /etc/hosts.allow and /etc/hosts.deny are all as they were under 12.04. /etc/gstab is also the same.
If I do a manual mount, I get the following:
mount /home/Acer/usr/local/bin
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified
I have done rpcinfo -p on both the laptop and desktop and statd is listed as running as is nfs, etc. On the desktop I get:
rpcinfo -p
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100227 2 tcp 2049
100227 3 tcp 2049
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100227 2 udp 2049
100227 3 udp 2049
100021 1 udp 47907 nlockmgr
100021 3 udp 47907 nlockmgr
100021 4 udp 47907 nlockmgr
100021 1 tcp 39747 nlockmgr
100021 3 tcp 39747 nlockmgr
100021 4 tcp 39747 nlockmgr
100005 1 udp 35442 mountd
100005 1 tcp 59382 mountd
100005 2 udp 34752 mountd
100005 2 tcp 35234 mountd
100024 1 udp 52294 status
100024 1 tcp 41343 status
Similar results on the laptop.
If I examine /proc/fs/nfs/exports, it isn't complete. I get:
cat /proc/fs/nfs/exports
# Version 1.1
# Path Client(Flags) # IPs
/home/terry 192.168.0.3(rw,root_squash,sync,wdelay,no_subtree_ check,uuid=a6fb5bf4:341a4443:98b2427b:c84e62f7)
/home 192.168.0.3(ro,root_squash,sync,no_wdelay,no_subtr ee_check,v4root,uuid=a6fb5bf4:341a4443:98b2427b:c8 4e62f7)
If I try to get rpcinfo on the laptop from the desktop, I get:
rpcinfo -p 192.168.0.3
rpcinfo: can't contact portmapper: RPC: Authentication error; why = Client credential too weak
I have done a Google on that, but nothing useful.
Any suggestions on how to get nfs working again??
Comment