Mark Heer wrote: > >I only get the following error for a few lists but in each case the ownership >is mailman:mailman >I noted an error re: ownership problems - but mailman user and group do indeed >own the dirs/files so that message is confusing : >sr/local/mailman/archives/public/wan-data-transfers' >Aug 20 09:31:06 2008 (27219) Traceback (most recent call last): > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 114, in _oneloop > self._onefile(msg, msgdata) > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 185, in _onefile > keepqueued = self._dispose(mlist, msg, msgdata) > File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 133, in > _dispose > mlist.Save() > File "/usr/local/mailman/Mailman/MailList.py", line 568, in Save > self.CheckHTMLArchiveDir() > File "/usr/local/mailman/Mailman/Archiver/Archiver.py", line 236, in > CheckHTMLArchiveDir > breaklink(pubdir) > File "/usr/local/mailman/Mailman/Archiver/Archiver.py", line 56, in breaklink > os.unlink(link) >OSError: [Errno 1] Not owner: >'/usr/local/mailman/archives/public/wan-data-transfers' > >Aug 20 09:31:06 2008 (27219) SHUNTING: >1219249865.3392961+47525c120442e9f4bd836c09cd41c46b6feb351e
It appears that at some point, the archive of this list (wan-data-transfers) was changed from public to private and now mailman is trying to remove the symlink from /usr/local/mailman/archives/public/wan-data-transfers to /usr/local/mailman/archives/prvate/wan-data-transfers. It is being denied by the OS when it tries to do this. This may be a permissions issue not checked by check_perms or it may be a SELinux or other security policy manager issue or it may be that IncomingRunner was not started properly (i.e. by 'mailmanctl start' run by root) and is not running as the correct user:group. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
