[Mailman-Users] fix_url error
Mark Sapiro
msapiro at value.net
Sat Sep 30 00:16:39 CEST 2006
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 <msapiro at value.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
More information about the Mailman-Users
mailing list