[Mailman-Users] Mailman working but not sending mail

RobG sledder at gmail.com
Thu Sep 25 20:01:13 CEST 2008


Mark Sapiro wrote:

> First check Mailman's logs, particularly 'error' and 'qrunner'. You
> need to figure out why it died and fix that problem.

I got this when doing a stop/start:

Sep 25 13:51:15 2008 qrunner(29214): Traceback (most recent call last):
Sep 25 13:51:15 2008 qrunner(29214):   File 
"/usr/lib/mailman/bin/qrunner", line 278, in <module>
Sep 25 13:51:15 2008 qrunner(29214):      main()
Sep 25 13:51:15 2008 qrunner(29214):   File 
"/usr/lib/mailman/bin/qrunner", line 238, in main
Sep 25 13:51:15 2008 qrunner(29214):      qrunner.run()
Sep 25 13:51:15 2008 qrunner(29214):   File 
"/usr/lib/mailman/Mailman/Queue/Runner.py", line 71, in run
Sep 25 13:51:15 2008 qrunner(29214):      filecnt = self._oneloop()
Sep 25 13:51:15 2008 qrunner(29214):   File 
"/usr/lib/mailman/Mailman/Queue/Runner.py", line 100, in _oneloop
Sep 25 13:51:15 2008 qrunner(29214):      msg, msgdata = 
self._switchboard.dequeue(filebase)
Sep 25 13:51:15 2008 qrunner(29214):   File 
"/usr/lib/mailman/Mailman/Queue/Switchboard.py", line 160, in dequeue
Sep 25 13:51:15 2008 qrunner(29214):      data = cPickle.load(fp)
Sep 25 13:51:15 2008 qrunner(29214): EOFError

This repeated eleven times.  This is from "errors" (but you probably 
know that).

Then from the qrunner log:

Sep 25 13:51:14 2008 (29213) OutgoingRunner qrunner started.
Sep 25 13:51:14 2008 (29197) Master qrunner detected subprocess exit
(pid: 29213, sig: None, sts: 1, class: OutgoingRunner, slice: 1/1) 
[restarting]
Sep 25 13:51:14 2008 (29214) OutgoingRunner qrunner started.
Sep 25 13:51:15 2008 (29197) Master qrunner detected subprocess exit
(pid: 29214, sig: None, sts: 1, class: OutgoingRunner, slice: 1/1) 
[restarting]
Sep 25 13:51:16 2008 (29216) OutgoingRunner qrunner started.
Sep 25 13:51:16 2008 (29197) Master qrunner detected subprocess exit
(pid: 29216, sig: None, sts: 1, class: OutgoingRunner, slice: 1/1) 
[restarting]
Sep 25 13:51:16 2008 (29197) Qrunner OutgoingRunner reached maximum 
restart limit of 10, not restarting.

I looked farther up in the qrunner log and saw the other runners 
starting, but also saw this:

Sep 25 13:50:32 2008 (28590) NewsRunner qrunner caught SIGTERM.  Stopping.
Sep 25 13:50:32 2008 (28590) NewsRunner qrunner exiting.
Sep 25 13:50:32 2008 (28589) IncomingRunner qrunner caught SIGTERM. 
Stopping.
Sep 25 13:50:32 2008 (28589) IncomingRunner qrunner exiting.
Sep 25 13:50:32 2008 (2120) Master qrunner detected subprocess exit
(pid: 28586, sig: None, sts: 15, class: CommandRunner, slice: 1/1)
Sep 25 13:50:32 2008 (2120) Master qrunner detected subprocess exit
(pid: 28587, sig: None, sts: 15, class: ArchRunner, slice: 1/1)
Sep 25 13:50:32 2008 (2120) Master qrunner detected subprocess exit
(pid: 28590, sig: None, sts: 15, class: NewsRunner, slice: 1/1)
Sep 25 13:50:32 2008 (2120) Master qrunner detected subprocess exit
(pid: 28585, sig: None, sts: 15, class: VirginRunner, slice: 1/1)
Sep 25 13:50:32 2008 (28584) RetryRunner qrunner caught SIGTERM.  Stopping.
Sep 25 13:50:32 2008 (28584) RetryRunner qrunner exiting.
Sep 25 13:50:32 2008 (2120) Master qrunner detected subprocess exit
(pid: 28589, sig: None, sts: 15, class: IncomingRunner, slice: 1/1)
Sep 25 13:50:32 2008 (28588) BounceRunner qrunner caught SIGTERM.  Stopping.
Sep 25 13:50:32 2008 (28588) BounceRunner qrunner exiting.
Sep 25 13:50:32 2008 (2120) Master qrunner detected subprocess exit
(pid: 28584, sig: None, sts: 15, class: RetryRunner, slice: 1/1)
Sep 25 13:50:32 2008 (2120) Master qrunner detected subprocess exit
(pid: 28588, sig: None, sts: 15, class: BounceRunner, slice: 1/1)
Sep 25 13:51:06 2008 (29199) BounceRunner qrunner started.
Sep 25 13:51:06 2008 (29198) ArchRunner qrunner started.
Sep 25 13:51:06 2008 (29201) IncomingRunner qrunner started.
Sep 25 13:51:06 2008 (29200) CommandRunner qrunner started.
Sep 25 13:51:06 2008 (29204) VirginRunner qrunner started.
Sep 25 13:51:06 2008 (29202) NewsRunner qrunner started.
Sep 25 13:51:06 2008 (29205) RetryRunner qrunner started.
Sep 25 13:51:06 2008 (29203) OutgoingRunner qrunner started.

So right now everything is running except OutgoingRunner.  And I really 
have no idea why. :)

Rob



More information about the Mailman-Users mailing list