Your message dated Wed, 28 Mar 2007 02:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#415954: fixed in up-imapproxy 1.2.4-10.1
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-10
Severity: serious
This happened during an upgrade just now:
Starting IMAP proxy: /etc/init.d/imapproxy: line 56: [: too many arguments
Failed to start imapproxy. Check logs for details.
invoke-rc.d: initscript imapproxy, action "start" failed.
The problem is this code:
psline="`ps ax | grep imapproxyd | grep -v grep`"
if [ -n $psline ]; then
because psline will contain multiple shell words.
After adding quotes, the start action of the script still fails (exist
status 1) if the service is already running, which is a violation of
required init script behavior.
--- End Message ---
--- Begin Message ---
Source: up-imapproxy
Source-Version: 1.2.4-10.1
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-10.1_i386.deb
to pool/main/u/up-imapproxy/imapproxy_1.2.4-10.1_i386.deb
up-imapproxy_1.2.4-10.1.diff.gz
to pool/main/u/up-imapproxy/up-imapproxy_1.2.4-10.1.diff.gz
up-imapproxy_1.2.4-10.1.dsc
to pool/main/u/up-imapproxy/up-imapproxy_1.2.4-10.1.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.
Jeroen van Wolffelaar <[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: Wed, 28 Mar 2007 04:04:55 +0200
Source: up-imapproxy
Binary: imapproxy
Architecture: source i386
Version: 1.2.4-10.1
Distribution: unstable
Urgency: high
Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]>
Changed-By: Jeroen van Wolffelaar <[EMAIL PROTECTED]>
Description:
imapproxy - IMAP protocol proxy
Closes: 415954
Changes:
up-imapproxy (1.2.4-10.1) unstable; urgency=high
.
* NMU to fix RC bug
.
[ Jose Luis Tallon ]
* Re-starting imapproxy failed when it was already running.
- Fixed imapproxy to write a pidfile itself
Start-stop-daemon can now interact with it properly (Closes: #415954)
.
[ Jeroen van Wolffelaar ]
* Document -p in manpage
* Patch cleanup
* Add code to initscript to not attempt to start a second version if already
running, and to not fail if imapproxy is no longer running (also #415954)
Files:
ee40219518d1d3848b647bb31ee693f3 741 mail optional up-imapproxy_1.2.4-10.1.dsc
1b7fd8126da9666f425a6b0a85ae18fb 61716 mail optional
up-imapproxy_1.2.4-10.1.diff.gz
893bf0a231cdf7ae6695d72a5f9a8915 54390 mail optional
imapproxy_1.2.4-10.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Jeroen van Wolffelaar <[EMAIL PROTECTED]>
iD8DBQFGCc/Jl2uISwgTVp8RAkKrAJ4x+TmhN8zvDRUM375OmCSx9L00kACeIGZd
AroEHNLbHjI2eLfR3Ef/e+w=
=KY4P
-----END PGP SIGNATURE-----
--- End Message ---