Your message dated Wed, 14 Nov 2007 20:47:11 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#450430: fixed in nbd 1:2.9.9-1
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: nbd-server
Version: 2.9.8-1
Severity: normal
Tags: patch

Hi,

upon start, nbd-server creates as pid file with name
/var/run/server.pid, while the init.d script expects
/var/run/nbd-server.pid. The latter is used in documentation and
comments as well, and IMO saner anyway. 

The attached patch changes the default value of the pid file name.

Cheers, Til
=== nbd-server.c
==================================================================
--- nbd-server.c        (revision 2)
+++ nbd-server.c        (local)
@@ -1571,9 +1571,9 @@
        }
        if(!*pidftemplate) {
                if(serve) {
-                       strncpy(pidftemplate, "/var/run/server.%d.pid", 255);
+                       strncpy(pidftemplate, "/var/run/nbd-server.%d.pid", 
255);
                } else {
-                       strncpy(pidftemplate, "/var/run/server.pid", 255);
+                       strncpy(pidftemplate, "/var/run/nbd-server.pid", 255);
                }
        }
        snprintf(pidfname, 255, pidftemplate, serve ? serve->port : 0);

--- End Message ---
--- Begin Message ---
Source: nbd
Source-Version: 1:2.9.9-1

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

nbd-client-udeb_2.9.9-1_powerpc.udeb
  to pool/main/n/nbd/nbd-client-udeb_2.9.9-1_powerpc.udeb
nbd-client_2.9.9-1_powerpc.deb
  to pool/main/n/nbd/nbd-client_2.9.9-1_powerpc.deb
nbd-server_2.9.9-1_powerpc.deb
  to pool/main/n/nbd/nbd-server_2.9.9-1_powerpc.deb
nbd_2.9.9-1.diff.gz
  to pool/main/n/nbd/nbd_2.9.9-1.diff.gz
nbd_2.9.9-1.dsc
  to pool/main/n/nbd/nbd_2.9.9-1.dsc
nbd_2.9.9.orig.tar.gz
  to pool/main/n/nbd/nbd_2.9.9.orig.tar.gz



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.
Wouter Verhelst <[EMAIL PROTECTED]> (supplier of updated nbd 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, 14 Nov 2007 20:53:29 +0100
Source: nbd
Binary: nbd-client nbd-server nbd-client-udeb
Architecture: source powerpc
Version: 1:2.9.9-1
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst <[EMAIL PROTECTED]>
Changed-By: Wouter Verhelst <[EMAIL PROTECTED]>
Description: 
 nbd-client - the Network Block Device client
 nbd-client-udeb - the Network Block Device client (udeb)
 nbd-server - the Network Block Device server
Closes: 448225 450430 451231
Changes: 
 nbd (1:2.9.9-1) unstable; urgency=low
 .
   * New upstream release
     - Fixes PID file naming; Closes: #450430.
     - Fixes segfault on multiple exports in config file; Closes: #451231.
   * Add experimental LSB headers. Initscript dependency info should really be
     calculated dynamically, but at least this is better than nothing.
     Closes: #448225.
Files: 
 8f50e9530b42118f96eb724fe270649d 603 admin optional nbd_2.9.9-1.dsc
 55e938060caa7826ee8d788f917de69a 208743 admin optional nbd_2.9.9.orig.tar.gz
 ae336dd51414b64f440717084276544b 44718 admin optional nbd_2.9.9-1.diff.gz
 c0d6fe8cfecb5faabd586c0a8420e6c2 52048 admin optional 
nbd-server_2.9.9-1_powerpc.deb
 ace091268d79789903884460fb9d182a 36216 admin optional 
nbd-client_2.9.9-1_powerpc.deb
 e444539bd99b88ef69335b094362387b 6928 debian-installer optional 
nbd-client-udeb_2.9.9-1_powerpc.udeb
Package-Type: udeb

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

iD8DBQFHO1PFPfwsYq950p4RAgCfAJ9/xT7gJH9JUMu7cUQUgsxyMwGZbQCdEeiK
+J1GFvzjAoS9BSRluE4Xfeg=
=LsX1
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to