Khalil Abbas  wrote:
>
>one of my lists is missing !! I'm getting this :
>
> 
>
>./list_members list1
>No such list: list1


So the list isn't there. I.e., there is no lists/list1/ directory
containing at least one of config.pck, config.pck.last, config.db or
config.db.last. The directory has been renamed or removed or the
config.* files have been removed.

>0
>./list_members list2
>477
>./list_members list3
>483
>./list_members list4
>442
>
>
>when running : bin/list_lists I get this error:
>
> 
>
>./list_lists
>Traceback (most recent call last):
>  File "./list_lists", line 122, in ?
>    main()
>  File "./list_lists", line 94, in main
>    mlist = MailList.MailList(n, lock=0)
>  File "/usr/lib/mailman/Mailman/MailList.py", line 130, in __init__
>    self.Load()
>  File "/usr/lib/mailman/Mailman/MailList.py", line 644, in Load
>    raise Errors.MMCorruptListDatabaseError, e
>Mailman.Errors.MMCorruptListDatabaseError: [Errno 2] No such file or 
>directory: '/var/lib/mailman/lists/dailymail/config.db.last'


There is a lists/dailymail/ directory containing probably a config.pck
and config.pck.last, but these are somehow corrupted and can't be
unpickled by the list instantiation process.

Note that the current (Mailman 2.1.x) files are config.pck*. It is
normal to not have config.db* files.

-- 
Mark Sapiro <m...@msapiro.net>        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://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to