Catherine Maxwell wrote:
>
>I'm getting the following error when I try to run fix_url. Can 
>someone tell me what is wrong and how to fix it?


Command line?


>Running fix_url.fix_url()...
>Loading list listname (locked)
>Traceback (most recent call last):
>   File "bin/withlist", line 297, in ?
>     main()
>   File "bin/withlist", line 275, in main
>     r = do_list(listname, args, func)
>   File "bin/withlist", line 194, in do_list
>     m = MailList.MailList(listname, lock=LOCK)
>   File "/usr/local/mailman/Mailman/MailList.py", line 127, in __init__
>     self.Lock()
>   File "/usr/local/mailman/Mailman/MailList.py", line 164, in Lock
>     self.Load()
>   File "/usr/local/mailman/Mailman/MailList.py", line 640, in Load
>     raise Errors.MMCorruptListDatabaseError, e
>Mailman.Errors.MMCorruptListDatabaseError: [Errno 2] No such file or 
>directory: '/usr/local/mailman/lists/listname/config.db.last'


The lists/listname directory for the listname you provided on the
command line contains no readable (writable) config.pck,
config.pck.last, config.db or config.db.last file. There shouldn't be
a config.db or config.db.last file, but there should be good
config.pck and config.pck.last files.

Do you have permission to write to them?

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

------------------------------------------------------
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/
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