Hi. I posted on this list sometime ago regarding a problem happening after I moved a mailman installation. I thought that the problem had been fixed but today I went to check the archives and noticed they stopped at the same time I moved the mailman files. This is the last entry in my error log:
Feb 19 12:08:39 2009 (17573) SHUNTING: 1235041717.338851+bdcc479aac14874fbec763cf0e1022c45bc65d1e Feb 19 13:13:42 2009 (17573) Uncaught runner exception: [Errno 13] Permission denied: '/var/lib/mailman/archives/private/mylist/index.html' Feb 19 13:13:42 2009 (17573) Traceback (most recent call last): File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 120, in _oneloop self._onefile(msg, msgdata) File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 191, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/lib/mailman/Mailman/Queue/ArchRunner.py", line 73, in _dispose mlist.ArchiveMail(msg) File "/usr/lib/mailman/Mailman/Archiver/Archiver.py", line 215, in ArchiveMail h.close() File "/usr/lib/mailman/Mailman/Archiver/pipermail.py", line 324, in close self.write_TOC() File "/usr/lib/mailman/Mailman/Archiver/HyperArch.py", line 1097, in write_TOC toc = open(os.path.join(self.basedir, 'index.html'), 'w') IOError: [Errno 13] Permission denied: '/var/lib/mailman/archives/private/mylist/index.html'
Feb 19 13:13:42 2009 (17573) SHUNTING: 1235045618.2635429+2b370b4b48cfad3b14f5744a3e408e220ec4079c
And the permissions on "index.html" are:
dell-srv2:~# ls -alh /var/lib/mailman/archives/private/mylist/index.html -rw-r--r-- 1 root list 9.8K 2009-01-18 12:27 /var/lib/mailman/archives/private/mylist/index.html
I ran several times check_perms -f and it says all is fixed.
-JK