J.A. Terranson wrote:
>
>Looking in logs/smtp, I see no sign of the messages from owner that are 
>clearly in the archives!  In logs/error, I see that when the machine came 
>up there are intermittent errors that look like:
>
>Dec 20 01:35:17 2008 (633) Uncaught runner exception: [Errno 2] No such 
>file or directory: 
>'/usr/home/crippen/mailman/qfiles/virgin/1229758515.53407+f7dd7f3e72a65eb8764166694ac958f0d9335dcf.pck'
>Dec 20 01:35:17 2008 (633) Traceback (most recent call last):
>  File "/usr/home/crippen/mailman/Mailman/Queue/Runner.py", line 100, in 
>_oneloop
>    msg, msgdata = self._switchboard.dequeue(filebase)
>  File "/usr/home/crippen/mailman/Mailman/Queue/Switchboard.py", line 154, 
>in dequeue
>    fp = open(filename)
>IOError: [Errno 2] No such file or directory: 
>'/usr/home/crippen/mailman/qfiles/virgin/1229758515.53407+f7dd7f3e72a65eb8764166694ac958f0d9335dcf.pck'



This comnes from multiple qrunners serving the same queue slice. See
the FAQ at <http://wiki.list.org/x/_4A9>.


>Dec 20 01:35:17 2008 (633) Skipping and preserving unparseable message: 
>1229758515.53407+f7dd7f3e72a65eb8764166694ac958f0d9335dcf


This may be an unparseable message. It got preserved for analysis in
qfiles/shunt (2.1.10) or qfiles/bad (2.1.11). view it with bin/dumpdb
-p or bin/show_qfiles/. It's name is the string in the message with a
.psv extension.


>Dec 20 01:35:17 2008 (633) Failed to unlink/preserve backup file: 
>/usr/home/crippen/mailman/qfiles/virgin/1229758515.53407+f7dd7f3e72a65eb8764166694ac958f0d9335dcf.bak


This is probably the multiple qrunner issue.


>Dec 20 03:04:13 2008 (412) Uncaught runner exception: [Errno 2] No such 
>file or directory: 
>'/usr/home/crippen/mailman/qfiles/commands/1229763852.582849+9e25777e9465de03f3615d9fdad3976458c49d2c.pck'
>Dec 20 03:04:13 2008 (412) Traceback (most recent call last):
>  File "/usr/home/crippen/mailman/Mailman/Queue/Runner.py", line 100, in 
>_oneloop
>    msg, msgdata = self._switchboard.dequeue(filebase)
>  File "/usr/home/crippen/mailman/Mailman/Queue/Switchboard.py", line 154, 
>in dequeue
>    fp = open(filename)
>IOError: [Errno 2] No such file or directory: 
>'/usr/home/crippen/mailman/qfiles/commands/1229763852.582849+9e25777e9465de03f3615d9fdad3976458c49d2c.pck'


And this too.


I don't know if these issues are related to your missing messages or
not, but you need to resolve the multiple qrunners (seems that Mailman
is being started twice in a reboot) and see what the preserved message
is.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to