Your message dated Thu, 19 Oct 2006 10:02:58 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#333667: fixed in distcc 2.18.3-4
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: distcc
Version: 2.18.3-3
Severity: normal

current code in /etc/init.d/distcc reads:

    case "$1" in
      start)
            should_start
            echo -n "Starting $DESC: $NAME"
            start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
            --chuid distccd \
            --exec $DAEMON -- $DAEMON_ARGS $ALLOW $LISTENER
            echo "."
            ;;
 
In case of failure, the "set -e" used previously terminates the command
and user does not get eny indictation in case of failure. This causes
assuming that the command succeeded:

   # /etc/init.d/distcc start
   <nothing>

only after couple of hours or days he may suspect that the service is not
up. Perhaps the code could be improved to that a message is displayed
in case of error. Something like (untested):

    case "$1" in
      start)
            should_start
            echo -n "Starting $DESC: $NAME"
            start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
            --chuid distccd \
            --exec $DAEMON -- $DAEMON_ARGS $ALLOW $LISTENER ||
            {
                code=$?
                echo "$0: start failed with error code $code" >&2
                exit $code
            }
            echo "."
            ;;

Similarly with other "stop|restart|force-reload"

-- Package-specific info:

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages distcc depends on:
ii  adduser                       3.67.2     Add and remove users and groups
ii  debconf [debconf-2.0]         1.4.58     Debian configuration management sy
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an
ii  libpopt0                      1.7-5      lib for parsing cmdline parameters
ii  netbase                       4.22       Basic TCP/IP networking system

distcc recommends no packages.

-- debconf information excluded


--- End Message ---
--- Begin Message ---
Source: distcc
Source-Version: 2.18.3-4

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

distcc_2.18.3-4.diff.gz
  to pool/main/d/distcc/distcc_2.18.3-4.diff.gz
distcc_2.18.3-4.dsc
  to pool/main/d/distcc/distcc_2.18.3-4.dsc
distcc_2.18.3-4_i386.deb
  to pool/main/d/distcc/distcc_2.18.3-4_i386.deb
distccmon-gnome_2.18.3-4_i386.deb
  to pool/main/d/distcc/distccmon-gnome_2.18.3-4_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.
Carsten Wolff <[EMAIL PROTECTED]> (supplier of updated distcc 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, 18 Oct 2006 09:11:43 +0200
Source: distcc
Binary: distcc distccmon-gnome
Architecture: source i386
Version: 2.18.3-4
Distribution: unstable
Urgency: low
Maintainer: Carsten Wolff <[EMAIL PROTECTED]>
Changed-By: Carsten Wolff <[EMAIL PROTECTED]>
Description: 
 distcc     - Simple distributed compiler client and server
 distccmon-gnome - GTK monitor for distcc a distributed client and server
Closes: 265776 333662 333667 335028 338259 341931 367280 381661 393209
Changes: 
 distcc (2.18.3-4) unstable; urgency=low
 .
   * added manpage for distccmon-gnome (thanks to Mohammed Adnène Trojette)
     (closes:Bug#265776)
   * added translations/updates for es,ja,pt,cs,sv,fr (thanks to the 
translators)
     (closes:Bug#367280)
     (closes:Bug#393209)
     (closes:Bug#381661)
     (closes:Bug#341931)
     (closes:Bug#338259)
     (closes:Bug#335028)
   * list all exit codes in distcc manpage
     (closes:Bug#333662)
   * more verbose init.d on error (thanks to Jari Aalto)
     (closes:Bug#333667)
   * make use of dpatch
   * updated standards version to 3.7.2.2 (no changes)
Files: 
 d4ed44d1de3e73347d5d7e277e064f42 665 devel optional distcc_2.18.3-4.dsc
 0803c485e6e93855e45d8f01f354c18c 40089 devel optional distcc_2.18.3-4.diff.gz
 0923c1e80cab6cc14388c92d06db7d59 147390 devel optional distcc_2.18.3-4_i386.deb
 de7149e31877bcff282fc0cc7c16a3ff 36484 devel optional 
distccmon-gnome_2.18.3-4_i386.deb

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

iD8DBQFFN6tE9/DnDzB9Vu0RAhziAJ9tpdFj6Vto+MjR7a9UtLYpji205ACfROaY
+sJO2fhIYHioJPO2AOoWsLo=
=wjlp
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to