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

Bug#709202: nfs-kernel-server: [patch] init.d script path typo result version 3 disabled



Package: nfs-kernel-server
Version: 1:1.2.8-2
Severity: important
Tags: patch

$PREFIX/bin/rpcinfo -u localhost nfs 3 >/dev/null 2>&1 || 
typo makes test always fail, disabling nfs ver3


--- /tmp/old    2013-05-21 15:48:33.573587260 +0200
+++ nfs-kernel-server   2013-05-21 15:37:33.681593553 +0200
@@ -117,7 +117,7 @@
                    }
                fi
 
-               $PREFIX/bin/rpcinfo -u localhost nfs 3 >/dev/null 2>&1 ||
+               $PREFIX/sbin/rpcinfo -u localhost nfs 3 >/dev/null 2>&1 ||
                    RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 3"
 
                [ -z "$ClearAddr" ] || echo "nfsd 127.0.0.1 1" >/proc/net/rpc/auth.unix.ip/channel



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.8-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages nfs-kernel-server depends on:
ii  libblkid1     2.20.1-5.4
ii  libc6         2.17-3
ii  libcap2       1:2.22-1.2
ii  libsqlite3-0  3.7.16.2-1
ii  libtirpc1     0.2.2-5
ii  libwrap0      7.6.q-24
ii  lsb-base      4.1+Debian11
ii  nfs-common    1:1.2.8-2
ii  ucf           3.0027


Reply to: