Dear mailman-users,
I apologize for not giving more information in my last, panicked message. The problem seems to be that there is a reference to the old mailman-1.1 somewhere within the mailman-2.0 framework. There are no references to mailman-1.1 anywhere in the aliases files, nor in the passwd file.
In my last message I asked why would members of a list be receiving endless digest messages. In the logs/error file, there are over 20,000 messages (each 20 lines each) indicating that mailman archives is looking in the old mailman-1.1 directory. The first one I found looks like this:
Jul 31 17:20:00 2000 (3205) Archive file access failure:
/usr/local/mail/mailman-1.1/archives/private/theclub.mbox/theclub.mbox [Errno 2] No such file or directory: '/usr/loc al/mail/mailman-1.1/archives/private/theclub.mbox/theclub.mbox' Jul 31 17:20:00 2000 (3205) Delivery exception: [Errno 2] No such file or directory: '/usr/local/mail/mailman-1.1/archives/private/theclub.mbox/theclub.mbox' Jul 31 17:20:00 2000 (3205) Traceback (innermost last): File "/usr/local/mail/mailman-2.0beta4/Mailman/Handlers/HandlerAPI.py", line 82, in do_pipeline func(mlist, msg, msgdata) File "/usr/local/mail/mailman-2.0beta4/Mailman/Handlers/ToArchive.py", line 31, in process mlist.ArchiveMail(msg, msgdata) File "/usr/local/mail/mailman-2.0beta4/Mailman/Archiver/Archiver.py", line 197, in ArchiveMail self.__archive_to_mbox(msg) File "/usr/local/mail/mailman-2.0beta4/Mailman/Archiver/Archiver.py", line 163, in __archive_to_mbox mbox = self.__archive_file(afn) File "/usr/local/mail/mailman-2.0beta4/Mailman/Archiver/Archiver.py", line 149, in __archive_file return Mailbox.Mailbox(open_ex(afn, "a+")) File "/usr/local/mail/mailman-2.0beta4/Mailman/Utils.py", line 567, in open_ex fd = os.open(filename, flags, perms) IOError: [Errno 2] No such file or directory: '/usr/local/mail/mailman-1.1/archives/private/theclub.mbox/theclub.mbox'
The only reference I could find to mailman-1.1 was in the file archives/private/arid_gardener/pipermail.pck:
S'/usr/local/mail/mailman-1.1/archives/private/arid_gardener'
Why would this be so?
Once again, thanks in advance for you help.
Sincerely, Aaryn Olsson
On Tue, Aug 01, 2000 at 10:30:11AM -0700, Aaryn Olsson wrote:
I apologize for not giving more information in my last, panicked message. The problem seems to be that there is a reference to the old mailman-1.1 somewhere within the mailman-2.0 framework. There are no references to mailman-1.1 anywhere in the aliases files, nor in the passwd file.
Perhaps it is a function of how you updated? There are references to the archive directories within the config.db files. Did you copy the config.db from one "installation" to the other, rather than updating your original? (bin/move_list may be helpful if this was the case.)
-- Jim Tittsler, Tokyo Python Starship http://starship.python.net/crew/jwt/
participants (2)
-
Aaryn Olsson
-
Jim Tittsler