I'm attempting to move a mailing list from one machine to the other. I've installed Mailman on the second machine, created the list, mirrored the contents of ~mailman/list/<listname>, mirror the archived files, fixed the aliases, etc, but when I try to post to the new list:
Apr 07 17:01:08 2002 qrunner(18476): Traceback (most recent call last): Apr 07 17:01:08 2002 qrunner(18476): File "/usr/local/mailman/cron/qrunner", l ine 282, in ? Apr 07 17:01:08 2002 qrunner(18476): kids = main(lock) Apr 07 17:01:08 2002 qrunner(18476): File "/usr/local/mailman/cron/qrunner", l ine 247, in main Apr 07 17:01:08 2002 qrunner(18476): mlist.Lock(timeout=mm_cfg.LIST_LOCK_TI MEOUT) Apr 07 17:01:08 2002 qrunner(18476): File "/usr/local/mailman/Mailman/MailList .py", line 1339, in Lock Apr 07 17:01:08 2002 qrunner(18476): self.__lock.lock(timeout) Apr 07 17:01:08 2002 qrunner(18476): File "/usr/local/mailman/Mailman/LockFile .py", line 272, in lock Apr 07 17:01:08 2002 qrunner(18476): os.unlink(self.__tmpfname) Apr 07 17:01:08 2002 qrunner(18476): OSError : [Errno 2] No such file or direct ory: '/usr/local/mailman/locks/sunmanagers.lock.sunmgrs.cs.toronto.edu.18476'
This is 2.0.9 on Solaris 8/Postfix. Suggestions?
Bill
-- Bill Bradford mrbill@mrbill.net Austin, TX
participants (1)
-
Bill Bradford