Your message dated Wed, 25 Oct 2006 03:17:07 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#394810: fixed in nfs-utils 1:1.0.10-3 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.0.10-2 Severity: normal The last version of the nfs-common init script assumes that: - we are using a kernel with modules support compiled - modutils/module-init-tools are installed - we want to load nfs4 support (even if we only use nfs3) We should check that /proc/modules exists, and that /sbin/modprobe is present and executable --- nfs-common.orig 2006-10-23 10:52:32.000000000 +0200 +++ nfs-common 2006-10-23 10:52:44.000000000 +0200 @@ -112,7 +112,10 @@ esac [ -x /usr/sbin/rpc.gssd ] || [ "$NEED_GSSD" = no ] || exit 0 do_modprobe() { - modprobe -q "$1" || true + if [ -x /sbin/modprobe -a -f /proc/modules ] + then + modprobe -q "$1" || true + fi } do_mount() { -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18.1 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages nfs-common depends on: ii adduser 3.97 Add and remove users and groups ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii libcomerr2 1.39-1 common error description library ii libevent1 1.1a-1 An asynchronous event notification ii libgssapi2 0.10-3 A mechanism-switch gssapi library ii libkrb53 1.4.4-3 MIT Kerberos runtime libraries ii libnfsidmap2 0.17-3 An nfs idmapping library ii librpcsecgss3 0.14-2 allows secure rpc communication us ii lsb-base 3.1-15 Linux Standard Base 3.1 init scrip ii netbase 4.25 Basic TCP/IP networking system ii portmap 5-20 The RPC portmapper ii ucf 2.0015 Update Configuration File: preserv nfs-common recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: nfs-utils Source-Version: 1:1.0.10-3 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.0.10-3_i386.deb to pool/main/n/nfs-utils/nfs-common_1.0.10-3_i386.deb nfs-kernel-server_1.0.10-3_i386.deb to pool/main/n/nfs-utils/nfs-kernel-server_1.0.10-3_i386.deb nfs-utils_1.0.10-3.diff.gz to pool/main/n/nfs-utils/nfs-utils_1.0.10-3.diff.gz nfs-utils_1.0.10-3.dsc to pool/main/n/nfs-utils/nfs-utils_1.0.10-3.dsc nhfsstone_1.0.10-3_i386.deb to pool/main/n/nfs-utils/nhfsstone_1.0.10-3_i386.deb 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: Wed, 25 Oct 2006 11:50:52 +0200 Source: nfs-utils Binary: nhfsstone nfs-kernel-server nfs-common Architecture: source i386 Version: 1:1.0.10-3 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 - Kernel NFS server support nhfsstone - NFS benchmark program Closes: 394810 394916 Changes: nfs-utils (1:1.0.10-3) unstable; urgency=low . * Copy the do_modprobe() definition from nfs-kernel-server.init to nfs-common.init, fixing spurious warnings when running a non-modular kernel. (Closes: #394810) * Wrap README.Debian.nfsv4 at 80 columns. (Closes: #394916) * In README.Debian.nfsv4, added a note about /etc/hosts entries containing non-global IP addresses. Files: 9a44a24061cc603a1ff0b687a820ea68 971 net standard nfs-utils_1.0.10-3.dsc 8fb9c7fdbf6267eff6ad8c4358968e6f 26302 net standard nfs-utils_1.0.10-3.diff.gz 2cb86107cb214820c7e6e21116aa6ec4 133238 net optional nfs-kernel-server_1.0.10-3_i386.deb 6ceb0ed51cc86c841abe9e28886dfadd 125868 net standard nfs-common_1.0.10-3_i386.deb e1d7029f838030ac4d47160935d47c8e 66290 net extra nhfsstone_1.0.10-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iQCVAwUBRT81an7hqgLJpbVOAQJ+ewP+MraA3GrR9MQZFBJfLUMUWOlTg/ymL+lH 8HO67T63utbmjUbhq1uSrBNmD4KAu8cA+KWJjWjUCqn0zdgP571OpfCYANlCEWbj TXPIiOqFQ2qtzINpVpqTEkEOTvpXOjMbKpSLVRIhNkNgud/5isfvMYOqSJzWCvTc wRcll3g+XPo= =bqC5 -----END PGP SIGNATURE-----
--- End Message ---

