Your message dated Mon, 14 Apr 2008 14:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#476096: fixed in pyaimt 0.8a-5
has caused the Debian Bug report #476096,
regarding pyaimt: startup failures are not reported
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.)
--
476096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476096
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pyaimt
Version: 0.8a-3
Severity: important
Tags: patch
If pyaim-t encounters an unhandled error during startup, no message is
provided to the administrator.
[In my case, I the permissions on pyaim-t's data directory were
incorrect (probably my own fault).]
The attached patch catches any unhandled exceptions produced during
program startup and displays them.
-Derrick
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'stable'), (80, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-1-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages pyaimt depends on:
ii adduser 3.106 add and remove users and groups
ii python-central 0.6.1 register and build utility for Pyt
ii python-crypto 2.0.1+dfsg1-2.1 cryptographic algorithms and proto
ii python-twisted 2.5.0-2 Event-based framework for internet
ii python-twisted-web 0.7.0-1 An HTTP protocol implementation to
ii python-twisted-words 0.5.0-1.1 Chat and Instant Messaging
Versions of packages pyaimt recommends:
ii python-imaging 1.1.6-1 Python Imaging Library
pn python-mysqldb <none> (no description available)
pn python-nevow <none> (no description available)
-- no debconf information
--
Whoever gives heed to instruction prospers,
and blessed is he who trusts in the Lord.
Proverbs 16:20
www: http://dman13.dyndns.org/~dman/ jabber: [EMAIL PROTECTED]
Index: PyAIMt.py
===================================================================
--- PyAIMt.py (revision 249)
+++ PyAIMt.py (working copy)
@@ -13,4 +13,9 @@
import profile
profile.run('main.main()', main.profilelog)
else:
+ try:
main.main()
+ except:
+ import traceback
+ traceback.print_trace()
+
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: pyaimt
Source-Version: 0.8a-5
We believe that the bug you reported is fixed in the latest version of
pyaimt, which is due to be installed in the Debian FTP archive:
pyaimt_0.8a-5.diff.gz
to pool/main/p/pyaimt/pyaimt_0.8a-5.diff.gz
pyaimt_0.8a-5.dsc
to pool/main/p/pyaimt/pyaimt_0.8a-5.dsc
pyaimt_0.8a-5_all.deb
to pool/main/p/pyaimt/pyaimt_0.8a-5_all.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.
Michal Čihař <[EMAIL PROTECTED]> (supplier of updated pyaimt 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.8
Date: Mon, 14 Apr 2008 15:55:49 +0200
Source: pyaimt
Binary: pyaimt
Architecture: source all
Version: 0.8a-5
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař <[EMAIL PROTECTED]>
Changed-By: Michal Čihař <[EMAIL PROTECTED]>
Description:
pyaimt - AIM transport for Jabber
Closes: 476096
Changes:
pyaimt (0.8a-5) unstable; urgency=low
.
* Report startup failures (Closes: #476096).
* Use LSB logging functions in init script.
Checksums-Sha1:
49259765e91d44610d4920dda7837007d9a0ef71 1167 pyaimt_0.8a-5.dsc
9588b57caa4670af7664c8643f3cc5f75b2c527a 12289 pyaimt_0.8a-5.diff.gz
d8714e0f152629e2779e95cb09b898bff09d5429 165972 pyaimt_0.8a-5_all.deb
Checksums-Sha256:
e84ba793ef456d28188631ec6a191bd08d1f6f6438be4030611e90b8a59d1ac4 1167
pyaimt_0.8a-5.dsc
a3b209301439b7f58f42b9031f56b3c36a186a46b62c617c3f8446c6f653b548 12289
pyaimt_0.8a-5.diff.gz
8474b67f85a00d8cb2bc5b9fbe8475157d5027c117a762c5b016b473e6b0eb15 165972
pyaimt_0.8a-5_all.deb
Files:
f92f5cbb1f9c474410ab41c4a2fee607 1167 net extra pyaimt_0.8a-5.dsc
91b40316c9c29714d2c5fc6153ad66ff 12289 net extra pyaimt_0.8a-5.diff.gz
4dd8e1eca94da695a2039afd2f4e8418 165972 net extra pyaimt_0.8a-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIA2PJ3DVS6DbnVgQRAmqYAKDAUnlSztL2TuwWMLlO5xTXIYkBQACeIdHa
amrTPB3rYpAO2rdgj+YifT4=
=wJLP
-----END PGP SIGNATURE-----
--- End Message ---