[Mailman-Users] Very new to Mailman and it crashed

Patrick Kennedy patrickkennedy at education.state.vt.us
Wed Jun 21 19:52:31 CEST 2006


Running RedHat9/python/mailman2.1/sendmail

System crashed the other day and mailman isn't really working.  I could
still send messages that I could see in the list GUI, but new messages
don't show up there anymore.  They appear to be going to
/var/mailman/data and sitting there.  I do not see qrunner running, but
when I issue service sendmail start, it goes and gets a few more
messages.  But once again they are not in the moderators gui as pending.
This is the first time I've ever really dealt with mailman so I don't
know where to look for problems.  I trien unshunt and check_db and
neither fixed the problem.  Error and Qrunner logs follow:

Error log:
UnpicklingError: pickle data was truncated

Jun 21 13:26:34 2006 (2471) SHUNTING:
1150908402.4748271+e9e75e368251375aa306ea971736e885b7d7560f
Jun 21 13:26:34 2006 (2471) Uncaught runner exception: pickle data was
truncated
Jun 21 13:26:34 2006 (2471) Traceback (most recent call last):
  File "/var/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop
    self._onefile(msg, msgdata)
  File "/var/mailman/Mailman/Queue/Runner.py", line 155, in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File "/var/mailman/Mailman/Queue/IncomingRunner.py", line 130, in
_dispose
    more = self._dopipeline(mlist, msg, msgdata, pipeline)
  File "/var/mailman/Mailman/Queue/IncomingRunner.py", line 153, in
_dopipeline
    sys.modules[modname].process(mlist, msg, msgdata)
  File "/var/mailman/Mailman/Handlers/Moderate.py", line 109, in process
    Hold.hold_for_approval(mlist, msg, msgdata, Hold.NonMemberPost)
  File "/var/mailman/Mailman/Handlers/Hold.py", line 226, in
hold_for_approval
    cookie = Pending.new(Pending.HELD_MESSAGE, id)
  File "/var/mailman/Mailman/Pending.py", line 64, in new
    db = _load()
  File "/var/mailman/Mailman/Pending.py", line 121, in _load
    return cPickle.load(fp)
UnpicklingError: pickle data was truncated

Jun 21 13:26:34 2006 (2471) SHUNTING:
1150910742.7856491+0b75055b03c781f772d8a65236ad4044fa28b5e7
Jun 21 13:26:52 2006 (2469) Uncaught runner exception: expected read
buffer, list found
Jun 21 13:26:52 2006 (2469) Traceback (most recent call last):
  File "/var/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop
    self._onefile(msg, msgdata)
  File "/var/mailman/Mailman/Queue/Runner.py", line 155, in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File "/var/mailman/Mailman/Queue/BounceRunner.py", line 75, in
_dispose
    addrs = BouncerAPI.ScanMessages(mlist, msg)
  File "/var/mailman/Mailman/Bouncers/BouncerAPI.py", line 64, in
ScanMessages
    addrs = sys.modules[modname].process(msg)
  File "/var/mailman/Mailman/Bouncers/Microsoft.py", line 35, in process
    body = StringIO(subpart.get_payload())
TypeError: expected read buffer, list found


Qrunner log:

Jun 21 13:18:55 2006 (2468) ArchRunner qrunner started.
Jun 21 13:18:56 2006 (2469) BounceRunner qrunner started.
Jun 21 13:18:56 2006 (2470) CommandRunner qrunner started.
Jun 21 13:18:56 2006 (2471) IncomingRunner qrunner started.
Jun 21 13:18:56 2006 (2472) NewsRunner qrunner started.
Jun 21 13:18:57 2006 (2474) VirginRunner qrunner started.
Jun 21 13:18:57 2006 (2473) OutgoingRunner qrunner started.
Jun 21 13:26:52 2006 (2467) Master watcher caught SIGTERM.  Exiting.
Jun 21 13:26:52 2006 (2468) ArchRunner qrunner caught SIGTERM.
Stopping.
Jun 21 13:26:52 2006 (2468) ArchRunner qrunner exiting.
Jun 21 13:26:52 2006 (2469) BounceRunner qrunner caught SIGTERM.
Stopping.
Jun 21 13:26:52 2006 (2470) CommandRunner qrunner caught SIGTERM.
Stopping.
Jun 21 13:26:52 2006 (2470) CommandRunner qrunner exiting.
Jun 21 13:26:52 2006 (2471) IncomingRunner qrunner caught SIGTERM.
Stopping.
Jun 21 13:26:52 2006 (2471) IncomingRunner qrunner exiting.
Jun 21 13:26:52 2006 (2472) NewsRunner qrunner caught SIGTERM.
Stopping.
Jun 21 13:26:52 2006 (2472) NewsRunner qrunner exiting.
Jun 21 13:26:52 2006 (2473) OutgoingRunner qrunner caught SIGTERM.
Stopping.
Jun 21 13:26:52 2006 (2473) OutgoingRunner qrunner exiting.
Jun 21 13:26:52 2006 (2474) VirginRunner qrunner caught SIGTERM.
Stopping.
Jun 21 13:26:52 2006 (2474) VirginRunner qrunner exiting.
Jun 21 13:26:52 2006 (2467) Master qrunner detected subprocess exit
(pid: 2470, sig: None, sts: 15, class: CommandRunner, slice: 1/1)
Jun 21 13:26:52 2006 (2467) Master qrunner detected subprocess exit
(pid: 2471, sig: None, sts: 15, class: IncomingRunner, slice: 1/1)
Jun 21 13:26:52 2006 (2467) Master qrunner detected subprocess exit
(pid: 2472, sig: None, sts: 15, class: NewsRunner, slice: 1/1)
Jun 21 13:26:52 2006 (2467) Master qrunner detected subprocess exit
(pid: 2473, sig: None, sts: 15, class: OutgoingRunner, slice: 1/1)
Jun 21 13:26:52 2006 (2467) Master qrunner detected subprocess exit
(pid: 2468, sig: None, sts: 15, class: ArchRunner, slice: 1/1)
Jun 21 13:26:52 2006 (2467) Master qrunner detected subprocess exit
(pid: 2474, sig: None, sts: 15, class: VirginRunner, slice: 1/1)
Jun 21 13:26:52 2006 (2469) BounceRunner qrunner exiting.
Jun 21 13:26:52 2006 (2467) Master qrunner detected subprocess exit
(pid: 2469, sig: None, sts: 15, class: BounceRunner, slice: 1/1)



More information about the Mailman-Users mailing list