Your message dated Sun, 04 Nov 2007 13:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#449137: fixed in nfs-utils 1:1.1.1-8
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: nfs-common
Version: 1:1.1.1-6

Hi,

on a system where the kernel modules nfs and nfs4 are not compiled in (e.g.
on a box acting only as a server), the initscript fails to mount 
/var/lib/nfs/rpc_pipefs which prevents idmapd to start.

Amusingly, after the initscript nfs-kernel-server was launched, manually
launching '/etc/init.d/nfs-common start' starts rpc.idmapd, which made the
problem difficult to debug.

I suggest this patch could solve the problem.

---
Signed-off by: Quentin Godfroy <[EMAIL PROTECTED]>
--- /etc/init.d/nfs-common-bak  2007-11-03 12:25:43.000000000 +0100
+++ /etc/init.d/nfs-common      2007-11-03 13:33:57.000000000 +0100
@@ -138,8 +138,7 @@ case "$1" in
 
        if [ "$NEED_IDMAPD" = yes ] || [ "$NEED_GSSD" = yes ]
        then
-           do_modprobe nfs
-           do_modprobe nfs4
+           do_modprobe sunrpc
            if do_mount rpc_pipefs $PIPEFS_MOUNTPOINT
            then
                if [ "$NEED_IDMAPD" = yes ]



--- End Message ---
--- Begin Message ---
Source: nfs-utils
Source-Version: 1:1.1.1-8

We believe that the bug you reported is fixed in the latest version of
nfs-utils, which is due to be installed in the Debian FTP archive:

nfs-common_1.1.1-8_i386.deb
  to pool/main/n/nfs-utils/nfs-common_1.1.1-8_i386.deb
nfs-kernel-server_1.1.1-8_i386.deb
  to pool/main/n/nfs-utils/nfs-kernel-server_1.1.1-8_i386.deb
nfs-utils_1.1.1-8.diff.gz
  to pool/main/n/nfs-utils/nfs-utils_1.1.1-8.diff.gz
nfs-utils_1.1.1-8.dsc
  to pool/main/n/nfs-utils/nfs-utils_1.1.1-8.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steinar H. Gunderson <[EMAIL PROTECTED]> (supplier of updated nfs-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 04 Nov 2007 13:05:57 +0000
Source: nfs-utils
Binary: nfs-kernel-server nfs-common
Architecture: source i386
Version: 1:1.1.1-8
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Changed-By: Steinar H. Gunderson <[EMAIL PROTECTED]>
Description: 
 nfs-common - NFS support files common to client and server
 nfs-kernel-server - support for NFS kernel server
Closes: 449137
Changes: 
 nfs-utils (1:1.1.1-8) unstable; urgency=low
 .
   * When starting idmapd or gssd, load the sunrpc module instead of the
     nfs/nfs4 modules; if the machine is server-only, it might not have
     nfs/nfs4 (which are client-side modules) available.
     (Closes: #449137)
   * Revert NEED_MOUNTD patch; mountd is always needed, also for NFSv4.
Files: 
 dfaa65d0cab7e0afb3675585e6af8e18 860 net standard nfs-utils_1.1.1-8.dsc
 fb5c67d8a9439ddd27d489f33db6200a 31623 net standard nfs-utils_1.1.1-8.diff.gz
 cef4aea7cabf74e79bbc87f593613b92 310352 net optional 
nfs-kernel-server_1.1.1-8_i386.deb
 af94f12ec17f5ae101fd9a09c3524a07 389398 net standard 
nfs-common_1.1.1-8_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHLcWcXKRQ3lK3SH4RAhYxAJ0eKbe7KF/4eh7wL+R5/ByQCbHpIACfT/L9
GWTKSmH2WMyb6NaAeoxHaB8=
=sq40
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to