[Mailman-Users] Rebuilding list archive crashed?

Patrick Bogen pdbogen at gmail.com
Sat Sep 9 08:49:21 CEST 2006


On 9/8/06, Andy <andyk at spunge.org> wrote:
> Traceback (most recent call last):
>   File "/var/list/bin/arch", line 200, in ?
>     main()
>   File "/var/list/bin/arch", line 141, in main
>     mlist = MailList(listname)
>   File "/usr/local/mailman/Mailman/MailList.py", line 128, in __init__
>     self.Lock()
>   File "/usr/local/mailman/Mailman/MailList.py", line 161, in Lock
>     self.__lock.lock(timeout)
>   File "/usr/local/mailman/Mailman/LockFile.py", line 312, in lock
>     self.__sleep()
>   File "/usr/local/mailman/Mailman/LockFile.py", line 496, in __sleep
>     time.sleep(interval)

The traceback seems to indicate that the script is waiting for some
locks. You might try running:

mailmanctl stop

Then wait a few minutes (to give everything time to shut down) and
run: ps uaxf | grep -i python and see if there are any mailman-related
processes still running. I would kill them, but this might cause
problems or there might be a better way. (I.e., wait a bit to see if
anyone else on the list has a better idea.)

-- 
- Patrick Bogen



More information about the Mailman-Users mailing list