Con Wieland wrote: >In addition I just received this error: > >Dec 21 13:01:56 2012 qrunner(683): Traceback (most recent call last): >Dec 21 13:01:56 2012 qrunner(683): File = >"/usr/local/mailman/bin/qrunner", line 278, in ? >Dec 21 13:01:56 2012 qrunner(683): main() >Dec 21 13:01:56 2012 qrunner(683): File = >"/usr/local/mailman/bin/qrunner", line 238, in main >Dec 21 13:01:56 2012 qrunner(683): qrunner.run() >Dec 21 13:01:56 2012 qrunner(683): File = >"/usr/local/mailman/Mailman/Queue/Runner.py", line 71, in run >Dec 21 13:01:56 2012 qrunner(683): filecnt =3D self._oneloop() >Dec 21 13:01:56 2012 qrunner(683): File = >"/usr/local/mailman/Mailman/Queue/Runner.py", line 100, in _oneloop >Dec 21 13:01:56 2012 qrunner(683): msg, msgdata =3D = >self._switchboard.dequeue(filebase) >Dec 21 13:01:56 2012 qrunner(683): File = >"/usr/local/mailman/Mailman/Queue/Switchboard.py", line 150, in dequeue >Dec 21 13:01:56 2012 qrunner(683): fp =3D open(filename) >Dec 21 13:01:56 2012 qrunner(683): IOError : [Errno 2] No such file or = >directory: = >'/usr/local/mailman/qfiles/out/1356123714.5592401+1ec0a1f9ab8fdab3f923b9eb= >39d706046ac42b7b.pck'=20 > >since it says there is no file I am not clear what I'm looking for here
This one says you have multiple qrunners processing the same slice of the same queue. See the FAQ at <http://wiki.list.org/x/_4A9>. Also note that this line number 164 File "/usr/local/mailman/Mailman/Queue/Switchboard.py", line 164, in dequeue msg = email.message_from_string(msg, Message.Message) in your other traceback indicates Mailman 2.1.9. Recent versions handle some of this much more gracefully. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
