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

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



Your message dated Tue, 21 May 2013 18:17:07 +0200
with message-id <519B9E03.4020401@zomers.be>
and subject line Re: Bug#709202: nfs-kernel-server: [patch] init.d script path typo result version 3 disabled
has caused the Debian Bug report #709202,
regarding nfs-kernel-server: [patch] init.d script path typo result version 3 disabled
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
709202: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709202
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
On 05/21/2013 03:54 PM, grin wrote:

$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

This patch was already applied, are you sure you agreed to install the new initscript. Do you by any chance have a nfs-kernel-server.dpkg-new file in /etc/init.d which means you did not agree the change?

Cheers

Luk

--- End Message ---

Reply to: