Your message dated Sun, 05 Nov 2006 00:47:17 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#368330: fixed in distmp3 0.1.9.ds1-4.2
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: distmp3
Version: 0.1.9.ds1-4
Severity: normal
Tags: patch

distmp3host does not start up, pretty silently ... after some digging
I found that system() is called for mknod with mode in a single
parameter ('-m 0600') instead of two ('-m', '0600)

btw, daemonizing and closing STDOUT/STDERR *before* parsing
commandlines prevents from getting any output for 'distmp3host
--help', nor is it helpful for getting debug output!





-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.13-R52
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages distmp3 depends on:
ii  debconf [debconf-2.0]         1.5.1      Debian configuration management sy
ii  perl [perl5]                  5.8.8-4    Larry Wall's Practical Extraction 
ii  vorbis-tools                  1.1.1-5    several Ogg Vorbis tools

distmp3 recommends no packages.

-- debconf information:
  distmp3/nice-level: 15
  distmp3/bad-nice-level:
* distmp3/start-on-boot: true
--- /usr/bin/distmp3host-orig   2006-05-21 15:20:22.000000000 +0200
+++ /usr/bin/distmp3host        2006-05-21 15:20:49.000000000 +0200
@@ -176,11 +176,11 @@
 {
        printd("creating mp3_fifo @config{MP3FIFO}");
        unlink @config{MP3FIFO};
-       system('mknod', '-m 0600', @config{MP3FIFO}, 'p') && die "can't mknod 
@config{MP3FIFO}: $!";
+       system('mknod', '-m', '0600', @config{MP3FIFO}, 'p') && die "can't 
mknod @config{MP3FIFO}: $!";
 
        printd("creating wav_fifo @config{WAVFIFO}");
        unlink @config{WAVFIFO};
-       system('mknod', '-m 0600', @config{WAVFIFO}, 'p') && die "can't mknod 
@config{WAVFIFO}: $!";
+       system('mknod', '-m', '0600', @config{WAVFIFO}, 'p') && die "can't 
mknod @config{WAVFIFO}: $!";
 }
 
 sub run_program

--- End Message ---
--- Begin Message ---
Source: distmp3
Source-Version: 0.1.9.ds1-4.2

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

distmp3_0.1.9.ds1-4.2.diff.gz
  to pool/main/d/distmp3/distmp3_0.1.9.ds1-4.2.diff.gz
distmp3_0.1.9.ds1-4.2.dsc
  to pool/main/d/distmp3/distmp3_0.1.9.ds1-4.2.dsc
distmp3_0.1.9.ds1-4.2_all.deb
  to pool/main/d/distmp3/distmp3_0.1.9.ds1-4.2_all.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.
Tobias Toedter <[EMAIL PROTECTED]> (supplier of updated distmp3 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: Sat,  4 Nov 2006 20:36:07 +0100
Source: distmp3
Binary: distmp3
Architecture: source all
Version: 0.1.9.ds1-4.2
Distribution: unstable
Urgency: medium
Maintainer: Jesus Climent <[EMAIL PROTECTED]>
Changed-By: Tobias Toedter <[EMAIL PROTECTED]>
Description: 
 distmp3    - A Perl client and daemon for distributed audio encoding
Closes: 368330
Changes: 
 distmp3 (0.1.9.ds1-4.2) unstable; urgency=medium
 .
   * Non-maintainer upload with maintainer's approval
   * Fix wrong parameters of perl's system() call, which made distmp3host
     fail to start up. Thanks to Michael Eyrich for the patch.
     This is added to the existing patches as 06_fix_system_call.dpatch.
     Closes: #368330
   * Urgency set to medium as per release policy (RC bug fix)
Files: 
 e29f1b62f6ae069ee2eb7fb38a52d733 629 sound optional distmp3_0.1.9.ds1-4.2.dsc
 c6e71132870352f3ede29c166a3bf29e 15155 sound optional 
distmp3_0.1.9.ds1-4.2.diff.gz
 c367aa3fa5fcd8f67e3b782bc9d84bbb 19450 sound optional 
distmp3_0.1.9.ds1-4.2_all.deb

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

iD8DBQFFTaDR5UTeB5t8Mo0RAn5JAKDGm0duAwaOE6lMOatKM1+I10TwnACfbAwh
3vys1qJAwMdZIdyYBPG40lw=
=DWi8
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to