Your message dated Mon, 04 Feb 2008 22:32:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#464048: fixed in nfs-utils 1:1.1.1-13
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.1.1-12
Severity: important
Tags:     patch
User:     [EMAIL PROTECTED]
Usertags: incorrect-dependency

When testing dependency based boot sequencing, I discovered what I
believe is a bug in the init.d/nfs-kernel-server script.  Should not
start before all file systems are mounted, but do not depend on
$remote_fs which is the dependency required.  It should also stop
before nfs-common during shutdown, so this should be added as a stop
dependency.

I am working on a system to update the boot sequence based on these
dependencies, and would like see this as the default in Lenny.
Because of this, it is nice if the dependencies was updated quickly.

<URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html>
documents the LSB header format.  Some debian notes are available from
<URL:http://wiki.debian.org/LSBInitScripts>.

This patch should solve the issue.  Without it, the init.d script is
started too early and stopped to late when dependency based boot
sequencing is enabled.

--- /etc/init.d/nfs-kernel-server       2007-11-04 14:13:06.000000000 +0100
+++ /tmp/nfs-kernel-server      2008-02-04 22:21:49.000000000 +0100
@@ -2,8 +2,8 @@

 ### BEGIN INIT INFO
 # Provides:          nfs-kernel-server
-# Required-Start:    nfs-common $portmap $time
-# Required-Stop:     $portmap $time
+# Required-Start:    $remote_fs nfs-common $portmap $time
+# Required-Stop:     $remote_fs nfs-common $portmap $time
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Kernel NFS server support

Happy hacking,
--
Petter Reinholdtsen



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

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-13_i386.deb
  to pool/main/n/nfs-utils/nfs-common_1.1.1-13_i386.deb
nfs-kernel-server_1.1.1-13_i386.deb
  to pool/main/n/nfs-utils/nfs-kernel-server_1.1.1-13_i386.deb
nfs-utils_1.1.1-13.diff.gz
  to pool/main/n/nfs-utils/nfs-utils_1.1.1-13.diff.gz
nfs-utils_1.1.1-13.dsc
  to pool/main/n/nfs-utils/nfs-utils_1.1.1-13.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: Mon, 04 Feb 2008 22:58:30 +0100
Source: nfs-utils
Binary: nfs-kernel-server nfs-common
Architecture: source i386
Version: 1:1.1.1-13
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: 464048
Changes: 
 nfs-utils (1:1.1.1-13) unstable; urgency=low
 .
   * Adjust nfs-kernel-server.init dependencies; patch from Petter
     Reinholdtsen. (Closes: #464048)
     * Depend on $remote_fs being started (and stop before it).
     * Stop before nfs-common is stopped.
Files: 
 fd5bb77cc8b0f6fd85682379865f27d8 862 net standard nfs-utils_1.1.1-13.dsc
 4ef2ece0dc25607c8eacafd993beff18 32618 net standard nfs-utils_1.1.1-13.diff.gz
 be936832a24e7eb5ecf7ee11833cac40 147136 net optional 
nfs-kernel-server_1.1.1-13_i386.deb
 b185446ff95eb64d745ad794f5ba94e7 179018 net standard 
nfs-common_1.1.1-13_i386.deb

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

iD8DBQFHp5ATXKRQ3lK3SH4RAo8bAJ9wut7BlXPDkGOZL5ifExijx3pQtgCgxYqD
GUumx1dfB8m8Wz2cGkkBWu4=
=uEM/
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to