[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#707589: nfs-kernel-server: NFSv3 is broken with libc-bin 2.17



Package: nfs-kernel-server
Version: 1:1.2.6-3
Severity: important

I have just spent half an hour trying to find out why my NFS mounts had
stopped working.  It turns out that the init script tries to run
/usr/bin/rpcinfo:

,----
| 		$PREFIX/bin/rpcinfo -u localhost nfs 3 >/dev/null 2>&1 ||
| 		    RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 3"
`----

Alas, libc-bin as of version 2.17-1 no longer ships /usr/bin/rpcinfo,
which seems to make sense given that rpcbind provides /usr/sbin/rpcinfo.
The net effect is that "--no-nfs-version 3" gets added to rpc.mountd's
options, breaking NFSv3 mounts.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.8.12-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nfs-kernel-server depends on:
ii  libblkid1   2.20.1-5.3
ii  libc6       2.17-1
ii  libtirpc1   0.2.2-5
ii  libwrap0    7.6.q-24
ii  lsb-base    4.1+Debian9
ii  nfs-common  1:1.2.6-3
ii  ucf         3.0025+nmu3

nfs-kernel-server recommends no packages.

nfs-kernel-server suggests no packages.

-- no debconf information


Reply to: