Re: [Mailman-Users] log errors after restart

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 = 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 = 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 = 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+1ec0a1f9ab8fdab3f923b9eb39d706046ac42b7b.pck'
since it says there is no file I am not clear what I'm looking for here
On Dec 21, 2012, at 1:01 PM, Con Wieland wrote:

Con Wieland wrote:
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 <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

Con Wieland wrote:
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 <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Con Wieland
-
Mark Sapiro