Hi,
I'm thinking about how to convert my ezmlm lists to mailman lists.
First, how to convert the archives :
i made a mbox file with all the messages of the list, then launched "./bin/arch testliste".
It doesn't work : instead, I see this message (in french):
"Pickle de l'état des archives vers /usr/local/mailman/archives/private/testliste/pipermail.pck"
Any idea ?
Regards,
Christophe Baegert
On May 6, 2005, at 01:55, cbaegert@eurosv.net wrote:
i made a mbox file with all the messages of the list, then launched "./bin/arch testliste".
It doesn't work : instead, I see this message (in french):
"Pickle de l'état des archives vers /usr/local/mailman/archives/private/testliste/pipermail.pck"
I think that should be the last thing it writes, as it saves the
state of the archives in the pickle. (Does it create that file? If
not, check permissions/ownership of the directories.)
If it doesn't show any output before that, I'd suspect that your mbox
file format is incorrect or that it isn't readable in archives/
private/testliste.mbox/testliste.mbox
-- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/crew/jwt/ Mailman IRC irc://irc.freenode.net/#mailman
Hi,
thank you for your answer.
"Pickle de l'état des archives vers /usr/local/mailman/archives/private/testliste/pipermail.pck"
I think that should be the last thing it writes
In fact, it's the only thing it writes...
, as it saves the state of the archives in the pickle. (Does it create that file? If not, check permissions/ownership of the directories.)
Yes, it does.
If it doesn't show any output before that
It doesn't
, I'd suspect that your mbox file format is incorrect or that it isn't readable in archives/ private/testliste.mbox/testliste.mbox
I just made a cat with all the messages of my ezmlm list. The permissions are :
-rw-rw-r-- 1 mailman mailman 195702 mai 5 18:01 archives/private/testliste.mbox/testliste.mbox
Regards,
Christophe BAEGERT
participants (2)
-
cbaegert@eurosv.net
-
Jim Tittsler