[Mailman-Developers] [ mailman-Bugs-598010 ] Bad Pickle?

noreply@sourceforge.net noreply@sourceforge.net
Thu, 22 Aug 2002 12:17:54 -0700


Bugs item #598010, was opened at 2002-08-20 19:55
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=598010&group_id=103

Category: None
Group: 2.1 beta
Status: Open
Resolution: None
Priority: 5
Submitted By: Peer Heinlein (pheinlein)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bad Pickle?

Initial Comment:
 
Some days ago my server startet forgetting some 
imcoming mails to some special lists. SInce then I receive 
the followin error-notes on my Server. 
 
Could somebody explain me what`s going on very fast? 
Some of my important mailinglists aren`t usable any more. 
 
 
  File "/usr/lib/mailman/bin/qrunner", line 266, in ? 
    main() 
  File "/usr/lib/mailman/bin/qrunner", line 226, in main 
    qrunner.run() 
  File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 59, 
in run 
    filecnt = self._oneloop() 
  File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 
105, in _oneloop 
    self._onefile(msg, msgdata) 
  File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 
154, in _onefile 
    keepqueued = self._dispose(mlist, msg, msgdata) 
  File 
"/usr/lib/mailman/Mailman/Queue/IncomingRunner.py", line 
129, in _dispose 
    status = self._dopipeline(mlist, msg, msgdata, pipeline) 
  File 
"/usr/lib/mailman/Mailman/Queue/IncomingRunner.py", line 
152, in _dopipeline 
    sys.modules[modname].process(mlist, msg, msgdata) 
  File "/usr/lib/mailman/Mailman/Handlers/Moderate.py", 
line 101, in process 
    Hold.hold_for_approval(mlist, msg, msgdata, 
Hold.ModeratedPost) 
  File "/usr/lib/mailman/Mailman/Handlers/Hold.py", line 219, 
in hold_for_approval 
    cookie = Pending.new(Pending.HELD_MESSAGE, id) 
  File "/usr/lib/mailman/Mailman/Pending.py", line 64, in new 
    db = _load() 
  File "/usr/lib/mailman/Mailman/Pending.py", line 121, in 
_load 
    return cPickle.load(fp) 

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

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-08-22 15:17

Message:
Logged In: YES 
user_id=12800

It looks like the file containing your pending actions got
corrupted.  Possibly you had a disk corruption, or out of
space problem, or something similar.  If you have a
data/pending.pck.tmp file, move that to data/pending.pck.
Otherwise you'll have to simply remove the data/pending.pck
file, but if you do that you'll lose all your pending
subscriptions and held messages.


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

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