[Bug 939028] Re: NFS3 fails to mount from a 12.04 client to a 12.04 server
TiCPU
jeromepoulin at gmail.com
Tue Feb 28 02:01:00 UTC 2012
/etc/init.d/nfs-kernel-server line 115:
$PREFIX/bin/rpcinfo -u localhost nfs 3 >/dev/null 2>&1 ||
RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 3"
I commented out those line and nfs3 is working again.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to nfs-utils in Ubuntu.
https://bugs.launchpad.net/bugs/939028
Title:
NFS3 fails to mount from a 12.04 client to a 12.04 server
Status in “nfs-utils” package in Ubuntu:
Confirmed
Bug description:
On the client:
#mount -t nfs -o vers=3,nfsvers=3,udp,insecure -v 192.168.4.1:/data/media/mythtv temp/
mount.nfs: timeout set for Thu Feb 23 10:52:15 2012
mount.nfs: trying text-based options 'vers=3,nfsvers=3,udp,insecure,addr=192.168.4.1'
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: trying 192.168.4.1 prog 100003 vers 3 prot UDP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 192.168.4.1 prog 100005 vers 3 prot UDP port 44107
mount.nfs: portmap query failed: RPC: Program/version mismatch
mount.nfs: Operation not permitted
On the server:
cat /etc/exports
/data/media/mythtv *(rw,no_subtree_check,no_root_squash)
If I use NFS4 "it works" but UDP brakes after a while. TCP causes lag
due to the protocol. before the client upgrade this worked. The server
has been running "12.04" for a LONG time now, client updated 1 day
ago.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/939028/+subscriptions
More information about the foundations-bugs
mailing list