[Mailman-Users] Archiving is broken

Mark Heer MHeer at lbl.gov
Wed Aug 20 19:03:25 CEST 2008


Hello,

I just noticed that archivin is no longer working on any list. last archive message was received last Aug 12 and I can's seem to find a reason for it.  I am using external archiver as can be seen in the mmcfg.py fiile and it worked just fine for about a month. (we just started using mailman)
 
I don't know all the info you might need but I'll include the mmcfg.py and whatever els I can think of.. Your help is greatly appreciated..   

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



mmcfg.py:

###############################################
# Here's where we get the distributed defaults.

from Defaults import *

##################################################
# Put YOUR site-specific settings below this line.
MTA = 'Postfix'
POSTFIX_ALIAS_CMD = '/usr/local/postfix/sbin/postalias'
POSTFIX_MAP_CMD = '/usr/local/postfix/sbin/postmap'
ARCHIVE_TO_MBOX = 2
PUBLIC_EXTERNAL_ARCHIVER = 'ssh -e none -i $HOME/.ssh/archkey mailman at nim.nersc.gov %(listname)s'
PRIVATE_EXTERNAL_ARCHIVER = 'ssh  -e none -i $HOME/.ssh/archkey mailman at nim.nersc.gov %(listname)s'
SUBSCRIBE_POLICY = 3
VIRTUAL_HOSTS.clear()
add_virtualhost('mailman.nersc.gov','nersc.gov')
DEFAULT_EMAIL_HOST = 'nersc.gov'
DEFAULT_URL_HOST   = 'mailman.nersc.gov'



More information about the Mailman-Users mailing list