[ mailman-Bugs-853235 ] IncomingRunner reached maximum restart limit of 10

SourceForge.net noreply at sourceforge.net
Wed Dec 3 06:53:25 EST 2003


Bugs item #853235, was opened at 2003-12-03 03:52
Message generated for change (Settings changed) made by emechler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=853235&group_id=103

Category: mail delivery
Group: 2.1 (stable)
Status: Open
Resolution: None
>Priority: 7
Submitted By: Erick Mechler (emechler)
Assigned to: Nobody/Anonymous (nobody)
Summary: IncomingRunner reached maximum restart limit of 10

Initial Comment:
I just upgraded to 2.1 from 2.0.13, and I'm getting these 
errors when trying to startup the qrunner from the 
startup script (this is from the $MAILMAN/logs/qrunner 
log file):

Dec 03 03:40:43 2003 (91944) ArchRunner qrunner 
started.
Dec 03 03:40:43 2003 (91950) VirginRunner qrunner 
started.
Dec 03 03:40:43 2003 (91947) IncomingRunner qrunner 
started.
Dec 03 03:40:43 2003 (91945) BounceRunner qrunner 
started.
Dec 03 03:40:44 2003 (91949) OutgoingRunner qrunner 
started.
Dec 03 03:40:44 2003 (91948) NewsRunner qrunner 
started.
Dec 03 03:40:44 2003 (91946) CommandRunner qrunner 
started.
Dec 03 03:40:44 2003 (91951) RetryRunner qrunner 
started.
Dec 03 03:40:44 2003 (91943) Master qrunner detected 
subprocess exit
(pid: 91947, sig: None, sts: 1, class: IncomingRunner, 
slice: 1/1) [restarting]
Dec 03 03:40:44 2003 (91952) IncomingRunner qrunner 
started.
Dec 03 03:40:44 2003 (91943) Master qrunner detected 
subprocess exit
(pid: 91952, sig: None, sts: 1, class: IncomingRunner, 
slice: 1/1) [restarting]
Dec 03 03:40:44 2003 (91953) IncomingRunner qrunner 
started.
Dec 03 03:40:44 2003 (91943) Master qrunner detected 
subprocess exit
(pid: 91953, sig: None, sts: 1, class: IncomingRunner, 
slice: 1/1) [restarting]
Dec 03 03:40:45 2003 (91954) IncomingRunner qrunner 
started.
Dec 03 03:40:45 2003 (91943) Master qrunner detected 
subprocess exit
(pid: 91954, sig: None, sts: 1, class: IncomingRunner, 
slice: 1/1) [restarting]
Dec 03 03:40:47 2003 (91955) IncomingRunner qrunner 
started.
Dec 03 03:40:47 2003 (91943) Master qrunner detected 
subprocess exit
(pid: 91955, sig: None, sts: 1, class: IncomingRunner, 
slice: 1/1) [restarting]
Dec 03 03:40:47 2003 (91956) IncomingRunner qrunner 
started.
Dec 03 03:40:47 2003 (91943) Master qrunner detected 
subprocess exit
(pid: 91956, sig: None, sts: 1, class: IncomingRunner, 
slice: 1/1) [restarting]
Dec 03 03:40:47 2003 (91957) IncomingRunner qrunner 
started.
Dec 03 03:40:47 2003 (91943) Master qrunner detected 
subprocess exit
(pid: 91957, sig: None, sts: 1, class: IncomingRunner, 
slice: 1/1) [restarting]
Dec 03 03:40:48 2003 (91958) IncomingRunner qrunner 
started.
Dec 03 03:40:48 2003 (91943) Master qrunner detected 
subprocess exit
(pid: 91958, sig: None, sts: 1, class: IncomingRunner, 
slice: 1/1) [restarting]
Dec 03 03:40:48 2003 (91959) IncomingRunner qrunner 
started.
Dec 03 03:40:48 2003 (91943) Master qrunner detected 
subprocess exit
(pid: 91959, sig: None, sts: 1, class: IncomingRunner, 
slice: 1/1) [restarting]
Dec 03 03:40:49 2003 (91960) IncomingRunner qrunner 
started.
Dec 03 03:40:49 2003 (91943) Master qrunner detected 
subprocess exit
(pid: 91960, sig: None, sts: 1, class: IncomingRunner, 
slice: 1/1) [restarting]
Dec 03 03:40:50 2003 (91961) IncomingRunner qrunner 
started.
Dec 03 03:40:50 2003 (91943) Master qrunner detected 
subprocess exit
(pid: 91961, sig: None, sts: 1, class: IncomingRunner, 
slice: 1/1) [restarting]
Dec 03 03:40:50 2003 (91943) Qrunner IncomingRunner 
reached maximum restart limit of 10, not re
starting.

On the console, I'm getting these errors which might be 
more useful (just pasting 1 here, the other 9 are exactly 
the same)

Traceback (most recent call last):
  File "/usr/local/mailman/bin/qrunner", line 270, in ?
    main()
  File "/usr/local/mailman/bin/qrunner", line 230, in main
    qrunner.run()
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 
65, in run
    filecnt = self._oneloop()
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 
93, in _oneloop
    msg, msgdata = self._switchboard.dequeue(filebase)
  
File "/usr/local/mailman/Mailman/Queue/Switchboard.py", 
line 158, in dequeue
    data = self._ext_read(dbfile)
  
File "/usr/local/mailman/Mailman/Queue/Switchboard.py", 
line 264, in _ext_read
    dict = marshal.load(fp)
EOFError: EOF read where object expected

I'm running this on FreeBSD 4.9-STABLE, mailman version 
2.1.3, python 2.3.2 (both out of the ports tree).

Any help you can send my way is much appreciated.

Cheers - Erick
emechler at techometer.net

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=853235&group_id=103



More information about the Mailman-coders mailing list