Your message dated Thu, 19 Jul 2007 09:02:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#433602: fixed in zephyr 2.1.20010518.SNAPSHOT-18
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: zephyr-clients
Version: 2.1.20010518.SNAPSHOT-17.1
Severity: normal
Tags: patch
The zephyr-clients postinst script runs /etc/init.d/zhm restart, rather
than /etc/init.d/zhm start; but the zhm init script only checks for
whether zhm_args is empty (to avoid hanging) when it receives the "start"
argument, not the "restart" argument. This causes the postinst script to
hang when you install zephyr-clients and do not answer the debconf query.
I've attached a patch which fixes /etc/init.d/zhm so that it does the
check on restart as well.
-Tim Abbottdiff -ur zephyr-2.1.20010518.SNAPSHOT.orig/debian/zephyr-clients.init
zephyr-2.1.20010518.SNAPSHOT/debian/zephyr-clients.init
--- zephyr-2.1.20010518.SNAPSHOT.orig/debian/zephyr-clients.init
2007-07-18 03:00:21.000000000 -0400
+++ zephyr-2.1.20010518.SNAPSHOT/debian/zephyr-clients.init 2007-07-18
03:02:58.000000000 -0400
@@ -25,9 +25,7 @@
. /etc/default/zephyr-clients
fi
-case "$1" in
- start)
- # note that the following will need revisting when we get hesiod support
+check_zhm_args() {
if test -z "$zhm_args"
then
cat <<EOF
@@ -38,6 +36,12 @@
EOF
exit 0
fi
+}
+
+case "$1" in
+ start)
+ # note that the following will need revisting when we get hesiod support
+ check_zhm_args
echo -n "Starting $DESC: "
start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
--exec $DAEMON -- $zhm_args
@@ -59,6 +63,7 @@
start-stop-daemon --oknodo --stop --quiet --pidfile \
/var/run/$NAME.pid --exec $DAEMON
sleep 1
+ check_zhm_args
start-stop-daemon --start --quiet --pidfile \
/var/run/$NAME.pid --exec $DAEMON -- -N $zhm_args
echo "$NAME."
--- End Message ---
--- Begin Message ---
Source: zephyr
Source-Version: 2.1.20010518.SNAPSHOT-18
We believe that the bug you reported is fixed in the latest version of
zephyr, which is due to be installed in the Debian FTP archive:
libzephyr-dev_2.1.20010518.SNAPSHOT-18_i386.deb
to pool/main/z/zephyr/libzephyr-dev_2.1.20010518.SNAPSHOT-18_i386.deb
libzephyr3-krb_2.1.20010518.SNAPSHOT-18_i386.deb
to pool/main/z/zephyr/libzephyr3-krb_2.1.20010518.SNAPSHOT-18_i386.deb
libzephyr3_2.1.20010518.SNAPSHOT-18_i386.deb
to pool/main/z/zephyr/libzephyr3_2.1.20010518.SNAPSHOT-18_i386.deb
zephyr-clients_2.1.20010518.SNAPSHOT-18_i386.deb
to pool/main/z/zephyr/zephyr-clients_2.1.20010518.SNAPSHOT-18_i386.deb
zephyr-server-krb_2.1.20010518.SNAPSHOT-18_i386.deb
to pool/main/z/zephyr/zephyr-server-krb_2.1.20010518.SNAPSHOT-18_i386.deb
zephyr-server_2.1.20010518.SNAPSHOT-18_i386.deb
to pool/main/z/zephyr/zephyr-server_2.1.20010518.SNAPSHOT-18_i386.deb
zephyr_2.1.20010518.SNAPSHOT-18.diff.gz
to pool/main/z/zephyr/zephyr_2.1.20010518.SNAPSHOT-18.diff.gz
zephyr_2.1.20010518.SNAPSHOT-18.dsc
to pool/main/z/zephyr/zephyr_2.1.20010518.SNAPSHOT-18.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.
Karl Ramm <[EMAIL PROTECTED]> (supplier of updated zephyr 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: Thu, 19 Jul 2007 04:31:53 -0400
Source: zephyr
Binary: zephyr-server libzephyr3 libzephyr3-krb zephyr-server-krb
zephyr-clients libzephyr-dev
Architecture: source i386
Version: 2.1.20010518.SNAPSHOT-18
Distribution: unstable
Urgency: low
Maintainer: Karl Ramm <[EMAIL PROTECTED]>
Changed-By: Karl Ramm <[EMAIL PROTECTED]>
Description:
libzephyr-dev - The original "Instant Message" system development libraries
libzephyr3 - The original "Instant Message" system libraries without Kerberos
libzephyr3-krb - The original "Instant Message" system libraries with Kerberos
zephyr-clients - The original "Instant Message" system client
zephyr-server - The original "Instant Message" system-server without Kerberos
zephyr-server-krb - The original "Instant Message" system-server with Kerberos
Closes: 120421 174535 395978 396775 404414 412802 413237 413876 414817 420839
433602 433953
Changes:
zephyr (2.1.20010518.SNAPSHOT-18) unstable; urgency=low
.
* fix braino in postinst. Closes: #433953
* Don't mark internal use messages as translatable. Closes: #413237
* Galician translation. Closes: #412802
* Dutch translation. Closes: #413876
* Portugese translation. Closes: #414817
* Updates Spanish translatoin. Closes: #420839
.
* Package supports using hesiod to find zephyr servers. Closes: #174535
* Package does not fail to configure if the daemon won't start. Closes:
#120421
* zhm shouldn't hang for ever if it can't find a server on startup. Closes:
#433602
.
* remove DH_COMPAT setting and update substvars to placate lintian.
.
zephyr (2.1.20010518.SNAPSHOT-17.1) unstable; urgency=low
.
* Non-maintainer upload to fix l10n issues
* Debconf translation updates:
- German. Closes: #396775
- French. Closes: #395978
- Russian. Closes: #404414
Files:
c5fa4686e91410556e1684ca70240eb1 942 net optional
zephyr_2.1.20010518.SNAPSHOT-18.dsc
9c64a5ec5a6b288eece8390e5d078f3a 55883 net optional
zephyr_2.1.20010518.SNAPSHOT-18.diff.gz
10967eaa7a5ea35a14fc1ca91d03185c 25434 libs optional
libzephyr3_2.1.20010518.SNAPSHOT-18_i386.deb
1ac0448dc7d13535932448c33668b5d4 26418 libs optional
libzephyr3-krb_2.1.20010518.SNAPSHOT-18_i386.deb
4dc7fd537809787086c687ac782dc141 146272 net optional
zephyr-clients_2.1.20010518.SNAPSHOT-18_i386.deb
784af951f15a0040e94ba6fb9ebe62a0 51480 net optional
zephyr-server_2.1.20010518.SNAPSHOT-18_i386.deb
ff7bc166a98865b2b94961e8f5bb5b25 58826 net optional
zephyr-server-krb_2.1.20010518.SNAPSHOT-18_i386.deb
68ce31cbac182cae27ead5352fc5646d 35316 libdevel optional
libzephyr-dev_2.1.20010518.SNAPSHOT-18_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGnyN2scqS6KfYa5URApyPAJ9dwZwNXJIfmJHw256tkolwDMCIBACglfiD
g4vnpMdRsHMVe2e5uCZWb+E=
=Jbcs
-----END PGP SIGNATURE-----
--- End Message ---