Your message dated Fri, 01 Dec 2006 23:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#389695: fixed in up-imapproxy 1.2.4-6
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: imapproxy
Version: 1.2.4-4
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I tried to upgrade imapproxy today, but failed:
Voorbereiden om imapproxy 1.2.4-4 te vervangen (door
.../imapproxy_1.2.4-5_i386.deb) ...
Stopping IMAP proxy: invoke-rc.d: initscript imapproxy, action "stop" failed.
dpkg: waarschuwing - verouderd pre-removal script gaf een foutcode 1
dpkg - script uit het nieuwe pakket wordt geprobeerd ...
Stopping IMAP proxy: invoke-rc.d: initscript imapproxy, action "stop" failed.
dpkg: fout bij afhandelen van
/var/cache/apt/archives/imapproxy_1.2.4-5_i386.deb (--unpack):
subproces nieuw pre-removal script gaf een foutwaarde 1 terug
Starting IMAP proxy: imapproxy.
Fouten gevonden tijdens behandelen van:
/var/cache/apt/archives/imapproxy_1.2.4-5_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
It seems the error is in the init script when it is called with stop:
[EMAIL PROTECTED]:~$ ps aux | grep imapproxy[d]
nobody 7989 0.0 0.2 11956 1524 ? Ssl 10:11 0:00
/usr/sbin/imapproxyd -f /etc/imapproxy.conf
[EMAIL PROTECTED]:~$ sudo /etc/init.d/imapproxy stop ; echo $?
Stopping IMAP proxy: 1
[EMAIL PROTECTED]:~$ ps aux | grep imapproxy[d]
[EMAIL PROTECTED]:~$
The init script stops imapproxy but still return exit code 1, which is cause by
the call
to grep:
[EMAIL PROTECTED]:~$ sudo /etc/init.d/imapproxy start ; echo $?
Starting IMAP proxy: imapproxy.
0
[EMAIL PROTECTED]:~$ sudo start-stop-daemon --oknodo --stop --quiet
--pidfile=/var/run/imapproxy.pid --exec /usr/sbin/imapproxyd -- -f
/etc/imapproxy.conf | grep warning ; echo $?
1
[EMAIL PROTECTED]:~$ sudo /etc/init.d/imapproxy start ; echo $? Starting IMAP
proxy: imapproxy.
0
[EMAIL PROTECTED]:~$ sudo start-stop-daemon --oknodo --stop --quiet
--pidfile=/var/run/imapproxy.pid --exec /usr/sbin/imapproxyd -- -f
/etc/imapproxy.conf ; echo $?
0
Because there are no warning the call to grep returns with exit code 1, which
causes the initscript to exit with code 1:
[EMAIL PROTECTED]:~$ echo "" | grep warning ; echo $?
1
Greetings Arjan
- -- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-3-moonshine
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Versions of packages imapproxy depends on:
ii debconf [debconf-2.0] 1.5.4 Debian configuration management sy
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libncurses5 5.5-3 Shared libraries for terminal hand
ii libssl0.9.8 0.9.8c-1 SSL shared libraries
ii libwrap0 7.6.dbs-11 Wietse Venema's TCP wrappers libra
imapproxy recommends no packages.
- -- debconf information:
* imapproxy/imap-server: localhost
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFGjPMUALvsZYuOJARAt0qAJ9554t8WkgiMwO91A8s7+Cqf1KNlACgsNtd
czjt5VlA26ghRBC6qzRCXng=
=rHkp
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: up-imapproxy
Source-Version: 1.2.4-6
We believe that the bug you reported is fixed in the latest version of
up-imapproxy, which is due to be installed in the Debian FTP archive:
imapproxy_1.2.4-6_i386.deb
to pool/main/u/up-imapproxy/imapproxy_1.2.4-6_i386.deb
up-imapproxy_1.2.4-6.diff.gz
to pool/main/u/up-imapproxy/up-imapproxy_1.2.4-6.diff.gz
up-imapproxy_1.2.4-6.dsc
to pool/main/u/up-imapproxy/up-imapproxy_1.2.4-6.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.
Jose Luis Tallon <[EMAIL PROTECTED]> (supplier of updated up-imapproxy 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: Sun, 26 Nov 2006 19:56:07 +0100
Source: up-imapproxy
Binary: imapproxy
Architecture: source i386
Version: 1.2.4-6
Distribution: unstable
Urgency: high
Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]>
Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]>
Description:
imapproxy - IMAP protocol proxy
Closes: 369020 387992 389695 393212 399362 400459 400468 400470
Changes:
up-imapproxy (1.2.4-6) unstable; urgency=high
.
* Acknowledge NMUs
.
* Enhance daemon()ization process a bit (Closes: #387992)
.
* Building
- Re-enable -Wall (Closes: #400468)
.
* Localization:
- ja translation added (Closes: #393212)
.
* Init.d infrastructure
- Fixed startup logic (Closes: #369020)
- Fixed stop logic (Closes: #389695)
- Fixed bashism in initscript (==) (Closes: #399362)
- ensured lsb-functions are sourced; Depend on lsb-base(Closes: #400459)
.
* Control file: debconf pre-depend *is* necessary (Closes: #400470)
Files:
d7e88200f43404592670eeb7823002e8 671 mail optional up-imapproxy_1.2.4-6.dsc
83709ab41802444749caf6db77c00242 58773 mail optional
up-imapproxy_1.2.4-6.diff.gz
c32df44630487598326b61415d605c71 52974 mail optional imapproxy_1.2.4-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFFcLD0ipBneRiAKDwRArBDAJ9fEcO9L6hKUbEH+K4XTJjdtiknsACgsv29
DU9IYtyGdrTNhroVk0yFuWE=
=7LY+
-----END PGP SIGNATURE-----
--- End Message ---