On Jan 5, 2005, at 20:18, Ben Edwards wrote:

 File "/usr/local/mailman/Mailman/Cgi/listinfo.py", line 87, in
listinfo_overview
   mlist = MailList.MailList(name, lock=0)
 File "/usr/local/mailman/Mailman/MailList.py", line 124, in __init__
   self.Load()
 File "/usr/local/mailman/Mailman/MailList.py", line 583, in Load
   dict, e = self.__load(file)
 File "/usr/local/mailman/Mailman/MailList.py", line 556, in __load
   dict = loadfunc(fp)
UnpicklingError: invalid load key, '_'.

It looks like one of your list objects might be corrupt. (Did something catastrophic happen on the server? Run out of disk space?)


You might try using '~mailman/bin/check_dbs --all' to narrow down which list has the problem. If you are lucky, you might be able to replace the config.pck with config.pck.last... or at least you will know which file to restore from a backup.

--
Jim Tittsler             http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship          http://Starship.Python.net/
Ringo MUG Tokyo          http://www.ringo.net/rss.html

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to