Public bug reported:

Binary package hint: mailman

Ubuntu 8.04.1, mailman 1:2.1.9-9ubuntu1
 
When mailman creates "Your new mailing list"-notification message in 
qfiles/virgin the "bin/qrunner --runner=VirginRunner"-process vanishes and a 
.bak-file containing the message is left in qfiles/virgin. Removing the 
offending file and restarting mailman makes everything ok until the next new 
list is created and  a new notification for the new list is created in the 
virgin queue.

this is logged in mailman/error:
Oct 07 18:35:04 2008 qrunner(823): Traceback (most recent call last):
Oct 07 18:35:04 2008 qrunner(823):   File "/var/lib/mailman/bin/qrunner", line 
278, in <module>
Oct 07 18:35:04 2008 qrunner(823):      main()
Oct 07 18:35:04 2008 qrunner(823):   File "/var/lib/mailman/bin/qrunner", line 
238, in main
Oct 07 18:35:04 2008 qrunner(823):      qrunner.run()
Oct 07 18:35:04 2008 qrunner(823):   File 
"/usr/lib/mailman/Mailman/Queue/Runner.py", line 71, in run
Oct 07 18:35:04 2008 qrunner(823):      filecnt = self._oneloop()
Oct 07 18:35:04 2008 qrunner(823):   File 
"/usr/lib/mailman/Mailman/Queue/Runner.py", line 100, in _oneloop
Oct 07 18:35:04 2008 qrunner(823):      msg, msgdata = 
self._switchboard.dequeue(filebase)
Oct 07 18:35:04 2008 qrunner(823):   File 
"/usr/lib/mailman/Mailman/Queue/Switchboard.py", line 159, in dequeue
Oct 07 18:35:04 2008 qrunner(823):      msg = cPickle.load(fp)
Oct 07 18:35:04 2008 qrunner(823): ImportError :  No module named header

Running "bin/dumpdb -p" on the offending file returns
[----- start pickle file -----]
Traceback (most recent call last):
  File "./bin/dumpdb", line 159, in <module>
    msg = main()
  File "./bin/dumpdb", line 139, in main
    obj = load(fp)
ImportError: No module named header

Adding 
 import email.Header
before
 import paths
in bin/dumpdb fixes this.

My aptitude show mailman
Package: mailman
State: installed
Automatically installed: yes
Version: 1:2.1.9-9ubuntu1
Priority: optional
Section: mail
Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
Uncompressed Size: 40.6M
Depends: adduser, apache2 | httpd, cron, exim4 | mail-transport-agent, libc6 
(>= 2.7-1), logrotate, lsb-base (>= 3.0-6), pwgen, python (>= 2.3), 
python-support (>= 0.7.1), ucf
PreDepends: debconf | debconf-2.0
Suggests: listadmin, lynx, spamassassin
[...]

** Affects: mailman (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Switchboard.py", line 159, in dequeue: "qrunner(822): ImportError :  No module 
named header"
https://bugs.launchpad.net/bugs/280170
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to