I am wanting to rebuild an archive but when I issue the following
command either as mailman or root:

bin/arch --wipe mylist
/usr/local/mailman/archives/private/mylist.mbox/mylist.mbox

I get the following error:

Traceback (most recent call last):
  File "./arch", line 200, in ?
    main()
  File "./arch", line 177, in main
    shutil.rmtree(mlist.archive_dir())
  File "/usr/lib/python2.4/shutil.py", line 155, in rmtree
    onerror(os.listdir, path, sys.exc_info())
  File "/usr/lib/python2.4/shutil.py", line 153, in rmtree
    names = os.listdir(path)
OSError: [Errno 2] No such file or directory:
'/usr/local/mailman/archives/private/mylist'

I believe this one archive has not been working for a very long time. 
The permissions are:
drwxrwsr-x   2 mailman mailman   4096 Nov 19 12:11 .
drwxrws--x 200 mailman mailman  12288 Nov 19 12:14 ..
-rw-rw-r--   1 mailman mailman 502357 Sep  1 04:00 mylist

When I run "bin/check_perms -f" it finds no problems.

Any other suggestions?

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