Re: [Mailman-Users] Problems after server migration

2013-07-16 Thread Glen Prideaux
Is it possible that the new server has two installations of Mailman in different locations, and the one referenced by the startup script (that can't find the lists) is different from the one you are accessing manually? Glen > From: a...@alv.cl > Subject: Re: [Mailman-Users] Pro

Re: [Mailman-Users] Problems after server migration

2013-07-16 Thread Alvaro Navarro
On Tue, 16 Jul 2013 at 6:42pm, Mark Sapiro wrote: [...] If you are running SELinux, try disabling it. Mark, you rock :-) That was it! Thank you very much! -alv- -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.

Re: [Mailman-Users] Problems after server migration

2013-07-16 Thread Mark Sapiro
On 07/16/2013 05:38 PM, a...@alv.cl wrote: > On Tue, 16 Jul 2013 at 12:28pm, Mark Sapiro wrote: > >> Does 'bin/dumpdb lists/LISTNAME/config.pck' produce appropriate output >> for both old and new lists? > > They both seem consistent. Is there anything in particular I should look > more carefully?

Re: [Mailman-Users] Problems after server migration

2013-07-16 Thread alv
On Tue, 16 Jul 2013 at 12:28pm, Mark Sapiro wrote: This makes no sense. Yes, that's why I'm so puzzled. Does bin/list_lists list both the old and the newly created, working lists? Yes. Are the mode and group of the lists/LISTNAME directories and the lists/LISTNAME/config.pck files the

Re: [Mailman-Users] Problems after server migration

2013-07-16 Thread Mark Sapiro
On 07/16/2013 07:47 AM, a...@alv.cl wrote: > On Mon, 15 Jul 2013 at 10:12pm, Mark Sapiro wrote: > >> My best guess is your CentOS mailman (a RedHat package ?) doesn't >> expect the lists to be in the directory you moved them too. The FAQ at >> may help. > > Thank you

Re: [Mailman-Users] Problems after server migration

2013-07-16 Thread Alvaro Navarro
On Tue, 16 Jul 2013 at 10:10am, Barry S. Finkel wrote: Does Postfix know where your Mailman alias file is? Does that alias file contain aliases for all of your lists? Have you run the newaliases command? --Barry Finkel Hi Barry, Yes, postfix has all the Mailman alias. In fact, the error messa

Re: [Mailman-Users] Problems after server migration

2013-07-16 Thread Barry S. Finkel
On 7/15/2013 9:49 AM, a...@alv.cl wrote: Hi, I just migrated my mailman installation from an old fedora server to a new centos server. I followed the instructions described here: http://mail.python.org/pipermail/mailman-users/2007-January/055208.html The URLs remained the same, but the IP ch

Re: [Mailman-Users] Problems after server migration

2013-07-16 Thread alv
On Mon, 15 Jul 2013 at 10:12pm, Mark Sapiro wrote: My best guess is your CentOS mailman (a RedHat package ?) doesn't expect the lists to be in the directory you moved them too. The FAQ at may help. Thank you for answer, Mark. When I created a test list after the

Re: [Mailman-Users] Problems after server migration

2013-07-15 Thread Mark Sapiro
On 07/15/2013 07:49 AM, a...@alv.cl wrote: > > I just migrated my mailman installation from an old fedora server to a > new centos server. [...] > If I try to start the mailman service, it says: > > # service mailman start > Starting mailman: Site list is missing: mailman > > If I run list_lists

[Mailman-Users] Problems after server migration

2013-07-15 Thread alv
Hi, I just migrated my mailman installation from an old fedora server to a new centos server. I followed the instructions described here: http://mail.python.org/pipermail/mailman-users/2007-January/055208.html The URLs remained the same, but the IP changed. If I try to start the mailman se