Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] nfs-utils broken on ~amd64?
Date: Mon, 15 Feb 2010 19:24:42
Message-Id: hlc70f$l50$1@ger.gmane.org
1 Anyone else having problems mounting nfs shares with nfs-utils-1.2.1?
2
3 'mount.nfs' complains I'm passing it a bad nfs option no matter what
4 options I give it, including no options.
5
6 Strace shows that nfs.mount is passing a weird-looking IP address
7 string to the 'mount' system call (man 2 mount), e.g.:
8
9 mount("k2:/media/d", "/mnt/nfs", "nfs", 0, "addr=192.168.0.100,vers=4,client"...) = -1 EINVAL
10 ^^^^^^^^^^^^^^
11
12 When I revert back to nfs-utils-1.1.4-r1 the IP address string is
13 back to normal and the mount works correctly, e.g.:
14
15 mount("k2:/media/d", "/mnt/nfs", "nfs", 0, "addr=192.168.0.100") = 0
16
17 Something is tacking on those extra chars after the IP address, but
18 I'm not sure yet where that string is actually generated.
19
20 Any ideas?

Replies

Subject Author
Re: [gentoo-user] nfs-utils broken on ~amd64? Alan McKinnon <alan.mckinnon@×××××.com>