Your message dated Sun, 24 May 2009 21:36:11 +0000
with message-id <[email protected]>
and subject line Bug#489447: fixed in reportbug 4.3
has caused the Debian Bug report #489447,
regarding reportbug: Loses bug report if SMTP fails
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.)


-- 
489447: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489447
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 3.42
Severity: important

Trying to do an installation-report for a laptop I started reportbug and 
missconfigured it, giving it a 
wrong smtp server (the server exists, but is not related to my account). After 
filling all the 
information I went to the end and reportbug went in an endless loop 
"password for u...@wrong-smtp-server
trying to connect to ..."
There's more to it: the nano editor said it saved the file in /tmp, but I when 
went after it the file was gone. Please don't delete the temporary file at 
all, leave it to the next reboot, or at least until the message is sure to be 
sent.
Reconfiguring reportbug running another parallel instance did not help, of 
course.
Choosing severity as important, because I dropped a lot of bug reports because 
of the quirks of this reportbug program. This time it was about 30 min lost 
for borowing the laptop etc.
Also, if anyone is curious, here are some partial contents I edited externally 
before starting reportbug:

Title: Installation falls asleep on Dell Vostro 1000, using the keyboard wakes 
it up

Report: The installer starts, shows the installation options, I choose normal 
install (the others have the problem too) and then it says it loads the 
kernel. Loading writes a few lines and then stops. Pressing a
button makes a few other lines to be written and so on. The entire 
installation has this problem. I was
able to finish it by placing a heavier glass on some keyboard buttons.
After the first reboot the computer is fine, no more sleeps.



-- Package-specific info:
** Environment settings:
INTERFACE="text"

** /home/alecs1/.reportbugrc:
reportbug_version "3.18"
mode novice
ui text
email "[email protected]"
smtphost "***"

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (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/bash

Versions of packages reportbug depends on:
ii  apt                           0.7.14+b1  Advanced front-end for dpkg
ii  python                        2.5.2-1    An interactive high-level 
object-o
ii  python-central                0.6.7      register and build utility for 
Pyt

reportbug recommends no packages.

-- no debconf information

-- 
Alex Dănilă



--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 4.3

We believe that the bug you reported is fixed in the latest version of
reportbug, which is due to be installed in the Debian FTP archive:

python-reportbug_4.3_all.deb
  to pool/main/r/reportbug/python-reportbug_4.3_all.deb
reportbug_4.3.dsc
  to pool/main/r/reportbug/reportbug_4.3.dsc
reportbug_4.3.tar.gz
  to pool/main/r/reportbug/reportbug_4.3.tar.gz
reportbug_4.3_all.deb
  to pool/main/r/reportbug/reportbug_4.3_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.
Sandro Tosi <[email protected]> (supplier of updated reportbug 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: Sun, 24 May 2009 21:54:21 +0200
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 4.3
Distribution: unstable
Urgency: low
Maintainer: Reportbug Maintainers <[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Description: 
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 152425 206318 363920 458572 489447 496083 496210 524640 525762 526628 
527994 528956 529660
Changes: 
 reportbug (4.3) unstable; urgency=low
 .
   [ Luca Bruno ]
   * reportbug/ui/gtk2_ui.py:
     - fix crash when showing menu options; Closes: #526628
     - make the textbox containing error information wider
     - implement show_report() : it allows querybts to work with gtk2 UI; thanks
       to James Vega for the report;  Closes: #525762
 .
   [ Sandro Tosi ]
   * reportbug/__init__.py
     - bump reportbug version
   * reportbug/submit.py
     - skip to show the ack message if fails to send the email to all the
       recipients; thanks to Cyril Brulebois for the report and to Carl Chenet
       for the patch; Closes: #524640
     - limit tries to max 3 (1 try + 2 retries) to deliver the message; thanks 
to
       alecs1 for the report and to Carl Chenet for the patch; Closes: #489447
   * reportbug/utils.py, bin/reportbug
     - added 'mua_exists' function to check existence of the selected MUA; 
thanks
       to Bernhard R. Link for the report and to Carl Chenet for the patch;
       Closes: #363920
   * debian/control
     - tight dependency of reportbug package to python-reportbug to be the same
       of source version
   * bin/reportbug
     - display the correct message when saving the report into a file (using the
       '-o' option); thanks to Timo Juhani Lindfors for the report and to Carl
       Chenet for the patch; Closes: #496083
     - added a menu option to detach attachment files; thanks to Michael Beattie
       for the report and to Carl Chenet for the patch; Closes: #206318
     - allow '--debug' to be used with '--kudos'; thanks to Branden Robinson for
       the report and to Carl Chenet for the patch; Closes: #152425
   * reportbug/bugreport.py
     - decode UTF-8 body text to avoid encoding issues; thanks to nathael for 
the
       report and to Carl Chenet for the patch; Closes: #496210
   * doc/README.Users
     - added explanation about what modules are needed to let GTK+ UI works;
       thanks to Leonardo Meira for the report; Closes: #527994
   * po4a/po/fr.po
     - proof-read version of French manpage; thanks to Sylvain Cherrier for the
       report and patch; Closes: #528956
   * bin/reportbug, reportbug/{bugreport.py, utils.py}
     - include debsums output into bug report; thanks to Michael Biebl for the
       report and to Carl Chenet for the patch; Closes: #458572
     - added debsums output also for --template (non interactive) executions
   * debian/{control, rules}
     - added '--install-layout=deb', to prepare for Python 2.6 introduction,
       updating python requirements to >= 2.5; thanks to Kenneth E Drake for the
       report and getting back to Debian; Closes: #529660
Checksums-Sha1: 
 27ead9fe048f39d8c69e4738a77894a5ae5c8d73 1135 reportbug_4.3.dsc
 a714d9ef5a43db5b041aa03cf9607f51cf0c60a3 192516 reportbug_4.3.tar.gz
 5078ee4cb157238ccb574b3f414b4ac39a3eef2a 118344 reportbug_4.3_all.deb
 d02af5caf9789f43346e075416e9a4a08fd6b6d4 113468 python-reportbug_4.3_all.deb
Checksums-Sha256: 
 00ff283d29f51b76732b35bf09c06f74b5064dcd52a2253a6c9923129fe95313 1135 
reportbug_4.3.dsc
 669bc33e3094507d435c705f5d804a466598b63ae51792810d55f70990fe7864 192516 
reportbug_4.3.tar.gz
 49153465179860d0fda8f41a6b1fc518924df0aad8bf8d0e322f47b378d5810a 118344 
reportbug_4.3_all.deb
 86d2faa2a15e41cfbcfdd0c4231d14eed9d4356fc2c17674c1188d0e3c499693 113468 
python-reportbug_4.3_all.deb
Files: 
 5f040348d12109b3aa4bcd90cf8e0cc0 1135 utils standard reportbug_4.3.dsc
 c4c1670567add299c773a70c9cb7ab0b 192516 utils standard reportbug_4.3.tar.gz
 5050b229628df747f294e5d6c221ea45 118344 utils standard reportbug_4.3_all.deb
 a1f8f96f518220713b0bc93fd12d5526 113468 python standard 
python-reportbug_4.3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoZp8oACgkQAukwV0RN2VBkrwCdH30rWGAWlZ4fvdhtOsJofqgP
XoUAn2yqXEzYwghm630XMFkgBui7t2tk
=2S0m
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to