John Fleming wrote:

>Never seen this before - When visiting mailman listinfo web page, I get:
>
>Bug in Mailman version 2.1.5
>We're sorry, we hit a bug!
>Please inform the webmaster for this site of this problem. Printing of 
>traceback and other system information has been explicitly inhibited, but 
>the webmaster can find this information in the Mailman error logs.
>
>- and my lists aren't working.  Restarting qrunner or rebooting (!) don't 
>help.  Anything stand out to you in the error log below?  pid file missing?? 
>How would that happen?  Any help for this newbie would be greatly 
>appreciated!  Thanks - John


It appears that the config.pck file for at least one list is corrupt.

Try running

 bin/dumpdb lists/<listname>/config.pck

for all your lists. If you find one that looks like things are missing,
try

 bin/dumpdb -p lists/<listname>/config.pck.last

for that list. If the config.pck.last looks OK (it probably won't), you
can do

 cp lists/<listname>/config.pck.last lists/<listname>/config.pck

for that list. Otherwise, I hope you have a recent backup.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[email protected]
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to