Your message dated Wed, 02 Feb 2011 21:17:41 +0000
with message-id <[email protected]>
and subject line Bug#611614: fixed in shibboleth-sp2 2.3.1+dfsg-5
has caused the Debian Bug report #611614,
regarding libapache2-mod-shib2: /etc/init.d/shibd removes pidfile before
(unsuccesful) attept to stop daemon
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.)
--
611614: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611614
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libapache2-mod-shib2
Version: 2.3.1+dfsg-4
Severity: minor
/etc/init.d/shibd script malfunctions when stopping or restarting shibd.
Function prepare_environment() is always called and it starts
su -s $DAEMON $DAEMON_USER -- -t $DAEMON_OPTS
i.e.
su -s /usr/sbin/shibd _shibd -- -t -f -c /etc/shibboleth/shibboleth2.xml -p
/var/run/shibboleth/shibd.pid -w 30
Unfortunately this action leads to early removal of pidfile therefore
start-stop-daemon --stop --quiet --pidfile $PIDFILE --exec $DAEMON
fails and does not stop shibd.
Gabor
-- System Information:
Debian Release: 6.0
APT prefers testing-proposed-updates
APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages libapache2-mod-shib2 depends on:
ii adduser 3.112+nmu2 add and remove users and groups
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libgcc1 1:4.4.5-8 GCC support library
ii liblog4cpp5 1.0-4 C++ library for flexible logging (
ii libsaml6 2.3-2+b1 Security Assertion Markup Language
ii libshibsp4 2.3.1+dfsg-4 Federated web single sign-on syste
ii libstdc++6 4.4.5-8 The GNU Standard C++ Library v3
ii libxerces-c3.1 3.1.1-1+b1 validating XML parser library for
ii libxml-security-c15 1.5.1-3 C++ library for XML Digital Signat
ii libxmltooling4 1.3.3-2 C++ XML parsing library with encry
ii unixodbc 2.2.14p2-1 ODBC tools libraries
Versions of packages libapache2-mod-shib2 recommends:
ii apache2 2.2.16-6 Apache HTTP Server metapackage
ii apache2-mpm-prefork [apache2] 2.2.16-6 Apache HTTP Server - traditional n
ii openssl 0.9.8o-4 Secure Socket Layer (SSL) binary a
libapache2-mod-shib2 suggests no packages.
-- Configuration Files:
/etc/shibboleth/shibboleth2.xml changed [not included]
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: shibboleth-sp2
Source-Version: 2.3.1+dfsg-5
We believe that the bug you reported is fixed in the latest version of
shibboleth-sp2, which is due to be installed in the Debian FTP archive:
libapache2-mod-shib2_2.3.1+dfsg-5_i386.deb
to main/s/shibboleth-sp2/libapache2-mod-shib2_2.3.1+dfsg-5_i386.deb
libshibsp-dev_2.3.1+dfsg-5_i386.deb
to main/s/shibboleth-sp2/libshibsp-dev_2.3.1+dfsg-5_i386.deb
libshibsp-doc_2.3.1+dfsg-5_all.deb
to main/s/shibboleth-sp2/libshibsp-doc_2.3.1+dfsg-5_all.deb
libshibsp4_2.3.1+dfsg-5_i386.deb
to main/s/shibboleth-sp2/libshibsp4_2.3.1+dfsg-5_i386.deb
shibboleth-sp2-schemas_2.3.1+dfsg-5_all.deb
to main/s/shibboleth-sp2/shibboleth-sp2-schemas_2.3.1+dfsg-5_all.deb
shibboleth-sp2_2.3.1+dfsg-5.diff.gz
to main/s/shibboleth-sp2/shibboleth-sp2_2.3.1+dfsg-5.diff.gz
shibboleth-sp2_2.3.1+dfsg-5.dsc
to main/s/shibboleth-sp2/shibboleth-sp2_2.3.1+dfsg-5.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.
Ferenc Wagner <[email protected]> (supplier of updated shibboleth-sp2 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: SHA256
Format: 1.8
Date: Tue, 01 Feb 2011 16:44:15 +0100
Source: shibboleth-sp2
Binary: libapache2-mod-shib2 libshibsp4 libshibsp-dev libshibsp-doc
shibboleth-sp2-schemas
Architecture: source i386 all
Version: 2.3.1+dfsg-5
Distribution: unstable
Urgency: high
Maintainer: Debian Shib Team <[email protected]>
Changed-By: Ferenc Wagner <[email protected]>
Description:
libapache2-mod-shib2 - Federated web single sign-on system (Apache module)
libshibsp-dev - Federated web single sign-on system (development)
libshibsp-doc - Federated web single sign-on system (API docs)
libshibsp4 - Federated web single sign-on system (runtime)
shibboleth-sp2-schemas - Federated web single sign-on system (schemas)
Closes: 611614
Changes:
shibboleth-sp2 (2.3.1+dfsg-5) unstable; urgency=high
.
* Merge the forgotten pidfile fix from branch bug/unlink-pidfile after
merging upstream/2.3.1+dfsg into that. Original changlog entry:
.
Apply upstream fix for shibd removing the PID file when called with
the -F option. This prevents the check of certificate permissions in
the init script from removing the PID file of a running shibd.
.
(Closes: 611614)
Checksums-Sha1:
b73556913857f724988eeec08aae78fb2a66c89d 1984 shibboleth-sp2_2.3.1+dfsg-5.dsc
73910ff5e26e79f8259f0c8e7f8a646b5de28368 19035
shibboleth-sp2_2.3.1+dfsg-5.diff.gz
7e067c1435ba005f9288627c227c39f22b00998f 227928
libapache2-mod-shib2_2.3.1+dfsg-5_i386.deb
5132d1b148a0b4e2b7bc124df3c0ee5fd8cdaa83 958668
libshibsp4_2.3.1+dfsg-5_i386.deb
4f0744fd960699da429bc4b77586472678193611 43752
libshibsp-dev_2.3.1+dfsg-5_i386.deb
f766554708dcc928103f041c1aa83e7a9732ad19 310824
libshibsp-doc_2.3.1+dfsg-5_all.deb
418c1585da5b59a9aece39740d83ca80696ea1d7 18992
shibboleth-sp2-schemas_2.3.1+dfsg-5_all.deb
Checksums-Sha256:
ec56b7509fcc5589bb699ab4f02b3607c0043f63a4a30da05883c426716903e2 1984
shibboleth-sp2_2.3.1+dfsg-5.dsc
906b49e5af988d7ffcc20c625d6ea53220e09468e2220499cc1b9179340db24e 19035
shibboleth-sp2_2.3.1+dfsg-5.diff.gz
78e1eb65ea2350549671333fecff07425392a2a95b988d873799cf9f43adea2a 227928
libapache2-mod-shib2_2.3.1+dfsg-5_i386.deb
b7e2cf72f7d642858b1e71e78633375d0722835f5aec88dc93d9ce9d2a2aa0f5 958668
libshibsp4_2.3.1+dfsg-5_i386.deb
67952330fd26dbd62812b5af262b8af2be02aab6ce685356864c593550eceb6d 43752
libshibsp-dev_2.3.1+dfsg-5_i386.deb
957bb9f5169b1fdb5f0c94c3dfd3719e1cf4ed6506ca4f5333a842b9b567c69a 310824
libshibsp-doc_2.3.1+dfsg-5_all.deb
99d6a5030229b679150959b82556c792be5bcbe2b6e2362add2011c896aa8f6e 18992
shibboleth-sp2-schemas_2.3.1+dfsg-5_all.deb
Files:
6c70c23677d155048f1957cacb85513a 1984 web extra shibboleth-sp2_2.3.1+dfsg-5.dsc
2e3f3392b8aa3e1e06ea86bbcc274404 19035 web extra
shibboleth-sp2_2.3.1+dfsg-5.diff.gz
9ae7cb9d445becae699b1bbaadb6e8c2 227928 httpd extra
libapache2-mod-shib2_2.3.1+dfsg-5_i386.deb
71b573480fa19ed91dae4e4d99b42141 958668 libs extra
libshibsp4_2.3.1+dfsg-5_i386.deb
1135e55bffc5ac7cac8b6c2efe544ec3 43752 libdevel extra
libshibsp-dev_2.3.1+dfsg-5_i386.deb
6b9daf4e3526ce96c5480ba5763215de 310824 doc extra
libshibsp-doc_2.3.1+dfsg-5_all.deb
ebe945f20283f079758f654b931e8b08 18992 text extra
shibboleth-sp2-schemas_2.3.1+dfsg-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQEcBAEBCAAGBQJNScWSAAoJEH2AMVxXNt5148gH/0aotdP4x1NCgEhjFa49qGYF
byXQt0Nnen5DmyhgULS5sx5cphgheX5aPzKejBwTY+gquWHQOEO2VWoqjSXqk4OH
hdvAYtrcZvgSzIJBU0kfFcMNzF3CzXPFj+YZjBquVjIvOrV9Ux1WiYUKmlLT+SxX
ZvYGvJyCh7g8JFTDA0oVSCKZQZe8zmexsyXESbSBgZUEiUY781VV6ZZBx+xKZEV0
c2KJ20495pQGrDK9Y41Y3rScC+NqLEzVO6nDe19pGJ6ceWOLHv26lGSICxXq5O7X
gXmbMQmiPqLuea/H9GcT4XPCe6iLDnICFU5nOZBDv6pLGydtqIcDXBMGTD6w4rI=
=ihaH
-----END PGP SIGNATURE-----
--- End Message ---