Your message dated Sun, 04 Dec 2011 19:33:45 +0000
with message-id <[email protected]>
and subject line Bug#568543: fixed in sympa 6.1.7~dfsg-2
has caused the Debian Bug report #568543,
regarding sympa: bootscript reload always restarts daemons
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
568543: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568543
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sympa
Version: 5.3.4-6.1
Severity: normal

"/etc/init.d/sympa reload" always restarts the daemons, even if they
are not running.  This is a problem in a typical failover configuration
using heartbeat, in which one machine (a warm standby) always has
sympa disabled.  Logrotate calls the bootscript with "reload" and
restarts the service.

This problem exists in the most recent version in unstable (5.4.7-1) too.

"Reload" should check to see if the pidfile exists before restarting.
I suggest replacing this:

  restart|force-reload|reload)
    $0 stop
    sleep 3
    $0 start
    ;;

with something like this:

  restart|force-reload)
    $0 stop
    sleep 3
    $0 start
    ;;
  reload)
    if test -s $PIDFILE; then
      $0 stop
      sleep 3
      $0 start
    fi
    ;;

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (750, 'stable'), (70, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages sympa depends on:
ii  adduser                 3.110            add and remove users and groups
ii  debconf [debconf-2.0]   1.5.24           Debian configuration management sy
pn  libarchive-zip-perl     <none>           (no description available)
ii  libc6                   2.7-18lenny2     GNU C Library: Shared libraries
pn  libcgi-fast-perl        <none>           (no description available)
pn  libcrypt-ciphersaber-pe <none>           (no description available)
ii  libdbd-mysql-perl       4.007-1+lenny1   A Perl5 database interface to the 
ii  libdbd-pg-perl          2.8.7-1+lenny1   Perl DBI driver for the PostgreSQL
ii  libdbi-perl             1.605-1          Perl5 database interface by Tim Bu
ii  libfcgi-perl            0.67-2.1+b1      FastCGI Perl module
pn  libintl-perl            <none>           (no description available)
ii  libio-stringy-perl      2.110-4          Perl modules for IO from scalars a
ii  libmailtools-perl       2.03-1           Manipulate email in perl programs
ii  libmd5-perl             2.03-1           backwards-compatible wrapper for D
ii  libmime-perl            5.427-1          transitional dummy package
ii  libmime-tools-perl [lib 5.427-1          Perl5 modules for MIME-compliant m
pn  libmsgcat-perl          <none>           (no description available)
ii  libnet-ldap-perl        1:0.36-1         A Client interface to LDAP servers
ii  libtemplate-perl        2.19-1.1lenny1.1 template processing system written
ii  libxml-libxml-perl      1.66-1+b1        Perl module for using the GNOME li
ii  mhonarc                 2.6.16-1         Mail to HTML converter
ii  perl [libmime-base64-pe 5.10.0-19lenny2  Larry Wall's Practical Extraction 
ii  perl-suid               5.10.0-19lenny2  Runs setuid Perl scripts
ii  postfix [mail-transport 2.5.5-1.1        High-performance mail transport ag
ii  sysklogd [system-log-da 1.5-5            System Logging Daemon

Versions of packages sympa recommends:
ii  doc-base                      0.8.20     utilities to manage online documen
ii  logrotate                     3.7.1-5    Log rotation utility

Versions of packages sympa suggests:
pn  apache | apache-ssl | h <none>           (no description available)
pn  libapache-mod-fastcgi   <none>           (no description available)
pn  mysql-server | postgres <none>           (no description available)
ii  openssl                 0.9.8g-15+lenny6 Secure Socket Layer (SSL) binary a



--- End Message ---
--- Begin Message ---
Source: sympa
Source-Version: 6.1.7~dfsg-2

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

sympa_6.1.7~dfsg-2.debian.tar.gz
  to main/s/sympa/sympa_6.1.7~dfsg-2.debian.tar.gz
sympa_6.1.7~dfsg-2.dsc
  to main/s/sympa/sympa_6.1.7~dfsg-2.dsc
sympa_6.1.7~dfsg-2_amd64.deb
  to main/s/sympa/sympa_6.1.7~dfsg-2_amd64.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.
Emmanuel Bouthenot <[email protected]> (supplier of updated sympa 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: SHA512

Format: 1.8
Date: Mon, 21 Nov 2011 21:17:35 +0000
Source: sympa
Binary: sympa
Architecture: source amd64
Version: 6.1.7~dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Sympa team <[email protected]>
Changed-By: Emmanuel Bouthenot <[email protected]>
Description: 
 sympa      - Modern mailing list manager
Closes: 411987 495857 496074 568543 628606 630734 642323 650335
Changes: 
 sympa (6.1.7~dfsg-2) unstable; urgency=low
 .
   [ Emmanuel Bouthenot ]
   * Adjust dependency on default MTA to use default-mta (Closes: #495857)
   * Tiny updates in debian/copyright and debian/copyright_hints
   * Add rsyslog configuration (Closes: #496074)
   * Fix logrotate script to reload rsyslog properly (Closes: #628606)
   * Full rewrite of init script to be more robust and more verbose:
     - reload target check if sympa is running to prevent sympa restart from
     logrotate if it was not already started (Closes: #568543)
   * Add a README.Debian file
     - Add a note about how to upgrade password format from version 5.x to 6.x
       (Closes: #630734)
   * Various code cleanup and fixes in maintainer and debconf scripts:
     - Fix update of 'use_fast_cgi' parameter in wwsympa.conf from debconf
       (Closes: #411987)
   * Update debconf question about fastcgi which tells to install
     libapache2-mod-fcgid instead of libapache2-mod-fastcgi (non-free). Update
     Recommends accordingly (Closes: #642323)
   * Return of the SQL schemas in /usr/share/sympa/bin (they were needed)
 .
   [ Paul Menzel ]
   * README.Debian-exim4: Fix two typos (Closes: #650335)
Checksums-Sha1: 
 10797fb872057b4848227c4d66b2241c25868c67 2535 sympa_6.1.7~dfsg-2.dsc
 c4015f3bb2256ddbfb27832135759df0dc85e540 116742 
sympa_6.1.7~dfsg-2.debian.tar.gz
 77f4236e081f3e03f9470a8cbc621e7990982193 3091866 sympa_6.1.7~dfsg-2_amd64.deb
Checksums-Sha256: 
 f55471f8a8e175f5e3a50b1c5c1de3bd3834f5439b40e18b2104b19a2782ee13 2535 
sympa_6.1.7~dfsg-2.dsc
 1c96b200729a2be321f4447d030fa7d98dba1cea5f3d51a4a85ba32154f6b510 116742 
sympa_6.1.7~dfsg-2.debian.tar.gz
 e38810b9aa0639ffd017d42c70bcf67bfd87b6a145801780580cfabc0411c36e 3091866 
sympa_6.1.7~dfsg-2_amd64.deb
Files: 
 15e001fb33e79bb1df2eb6bfe2c9e120 2535 mail optional sympa_6.1.7~dfsg-2.dsc
 8da3fbb8f93b6b49bbd113194c634d92 116742 mail optional 
sympa_6.1.7~dfsg-2.debian.tar.gz
 ac9393fcc60c6db6def6cdd05c4dc004 3091866 mail optional 
sympa_6.1.7~dfsg-2_amd64.deb

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

iQIcBAEBCgAGBQJO28e5AAoJEEsHdyOSnULDM/YP+gPkNLHAMLevveCzqZXukxN8
E67zUDQNdraT9cN+Q5nqLeYIUHI81RJ2lIWIilCqRo4/C3H+VNqj2l7Ohwp1rLnx
wHcRJ1RMp1CMpQ2BPD3vYFA41IxgdImiSVy45kONigddnTGug+mO99SAjYHVDnYh
2O6Hyy3jOu9Knd2ePD516gEF9kkGfELoEQjqZQQMfEqAvZ9RUtefsffkKIKt9UEV
xBDRdEWHcZQ9fCooOWRu/yptXXS2XspHRF6j/84bNhJLEx0we/xcFZWHYyYdpRj6
V+h4f5L9CfF2sCVF23mhTIbEHa4CRckd8/lfaQ/sbfD6to1V9i/byi5hrkJZSFOb
8YuucnJisR/C5L7CF0auDJKqFjz06vlLJZGSbQEIAeb6+fh7+322ZvDF4WRdkdYz
ZQxSDK+1z1g2H/bqrI8tFljdntDXOzoYAzXScSBjQGz2LKuZYuiYmazxUXKPTevr
7auIO31UICTMW2N+ycBcX+s1ztiWfjJlv18Fa/o91xyNDFZW+iESoGfjWSM0xQpr
J4U9txKTksLrq+AnxSM0nmQ5koRIrAiod9/wgG9fV7XPyD64loA4XCdQCTMlFxOK
owTh2lpSMoV6RWpN0XE4y6jpZk5mSGT5C8YiE5vx7oi2V7kNnq2veR5R2jP9C6Oa
QtXKcigj30Px457xnGeA
=MC6q
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to