Your message dated Thu, 08 Jun 2006 09:17:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#371084: fixed in nfs-utils 1:1.0.8-7
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-kernel-server
Version: 1:1.0.8-3
Severity: normal
Tags: patch


Heartbeat-2 requests LSB compliant init scripts (see 
http://linux-ha.org/LSBResourceAgent). 
In particular, it requires a 'status' command with given exit codes. Here's a 
patch to add 
such exit codes to /etc/init.d/nfs-kernel-server

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-em64t-p4-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages nfs-kernel-server depends on:
ii  libc6                      2.3.6-7       GNU C Library: Shared libraries
ii  nfs-common                 1:1.0.8-3     NFS support files common to client
ii  sysvinit                   2.86.ds1-14.1 System-V-like init utilities
ii  ucf                        2.0010        Update Configuration File: preserv

nfs-kernel-server recommends no packages.

-- no debconf information
--- /etc/init.d/nfs-kernel-server.dpkg-dist     2006-06-03 11:21:53.000000000 
+0200
+++ /etc/init.d/nfs-kernel-server       2006-06-07 11:33:37.000000000 +0200
@@ -10,7 +10,7 @@
 #              which is configured via the /etc/exports file.
 #
 
-set -e
+#set -e
 
 # What is this?
 DESC="NFS kernel daemon"
@@ -122,6 +122,19 @@
        echo "done."
        ;;
 
+  status)
+        if [ "$(ps -A | grep -e nfsd)" ]
+       then
+           echo "nfsd running"
+            exit 0
+        else
+            echo >&2 "nfsd not running"
+            exit 3
+        fi
+        ;;
+
+
+
   reload | force-reload)
        printf "Re-exporting directories for $DESC..."
        $PREFIX/sbin/exportfs -r
@@ -135,7 +148,7 @@
        ;;
 
   *)
-       echo "Usage: nfs-kernel-server {start|stop|reload|force-reload|restart}"
+       echo "Usage: nfs-kernel-server 
{start|stop|status|reload|force-reload|restart}"
        exit 1
        ;;
 esac

--- End Message ---
--- Begin Message ---
Source: nfs-utils
Source-Version: 1:1.0.8-7

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.8-7_i386.deb
  to pool/main/n/nfs-utils/nfs-common_1.0.8-7_i386.deb
nfs-kernel-server_1.0.8-7_i386.deb
  to pool/main/n/nfs-utils/nfs-kernel-server_1.0.8-7_i386.deb
nfs-utils_1.0.8-7.diff.gz
  to pool/main/n/nfs-utils/nfs-utils_1.0.8-7.diff.gz
nfs-utils_1.0.8-7.dsc
  to pool/main/n/nfs-utils/nfs-utils_1.0.8-7.dsc
nhfsstone_1.0.8-7_i386.deb
  to pool/main/n/nfs-utils/nhfsstone_1.0.8-7_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: Thu, 08 Jun 2006 17:31:28 +0200
Source: nfs-utils
Binary: nhfsstone nfs-kernel-server nfs-common
Architecture: source i386
Version: 1:1.0.8-7
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: 371084 371085
Changes: 
 nfs-utils (1:1.0.8-7) unstable; urgency=low
 .
   * For some odd reason (ie. human error) this package has branched into two
     different versions from 1:1.0.8-5 on. This package rejoins the two 
branches.
     The changelog from the other 1:1.0.8-5 (which was probably never accepted
     except as part of 1:1.0.8-6) is repeated for convenience and automated bug
     closing below:
   * Patch nfs-common and nfs-kernel-server init scripts to make them more LSB
     compatible, fixing issues with heartbeat2; based on patches by Kilian
     CAVALOTTI. (Closes: #371084, #371085)
     * Add --oknodo to start-stop-daemon in start targets, to make a second
       "start" invocation return exit status 0.
     * Add status targets to the two init scripts, with correct output and
       exit codes.
Files: 
 7ff5d3b54789122c0112f36c52d39b73 824 net standard nfs-utils_1.0.8-7.dsc
 af05de66b1104740a7093bf54a168693 111037 net standard nfs-utils_1.0.8-7.diff.gz
 62390b3a6b1b2d72a5f031271a3e7bdd 109504 net optional 
nfs-kernel-server_1.0.8-7_i386.deb
 88ec137ed7383241bee5721304ebb304 106468 net standard 
nfs-common_1.0.8-7_i386.deb
 ba34f2bd3d15ee20984764f610165cce 54978 net extra nhfsstone_1.0.8-7_i386.deb

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

iD8DBQFEiEovXKRQ3lK3SH4RAuSbAKDK75UKsulDrqS28OKQypKC7HgVuACeNcya
NHgnDqn686aux8dG6BElcHg=
=awCB
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to