Re: [Mailman-Users] Error on attempt to create a List inMailman 2.1.7-15.12.1 from Mailman Web admin UI

2012-06-25 Thread Stephen J. Turnbull
Mark Sapiro writes: > >What does "ls -l /usr/lib/mailman/cgi-bin/create" (assuming that's the > >correct path to the create wrapper) show? > > Answer: I have no directory called "create" in the > > /var/lib/mailman/directory structure As Mark points out, it's /usr/..., not /var/ Many

Re: [Mailman-Users] "Uncaught runner exception, No such file or directory" for files in "bounces" directory

2012-06-25 Thread Sebastian Hagedorn
--On 25. Juni 2012 08:22:32 -0700 Mark Sapiro wrote: See the FAQ at . Oops ... sorry. There was in fact a very old BounceRunner that had somehow survived a restart of Mailman. Thanks, Sebastian -- .:.Sebastian Hagedorn - RZKR-R1 (Gebäude 52), Zimmer 18.:.

Re: [Mailman-Users] "Uncaught runner exception, No such file or directory" for files in "bounces" directory

2012-06-25 Thread Mark Sapiro
Sebastian Hagedorn wrote: > >Every day, we get several of these entries in the error log: > >2.1.14: > >Jun 25 08:00:17 2012 (12651) Skipping and preserving unparseable message: >1340604017.5663309+f03cd934fd9f24fb5ee97e641a2bf0611a43df85 >Jun 25 08:00:17 2012 (12651) Uncaught runner exception: [Er

[Mailman-Users] "Uncaught runner exception, No such file or directory" for files in "bounces" directory

2012-06-25 Thread Sebastian Hagedorn
Hi, today we successfully upgraded our installation from 2.1.14 to 2.1.15. Thanks for that! I have to admit that Mailman generally works so flawlessly that I usually don't look at its logs. Because of the update, today I did. And I noticed a pattern that I don't understand. It's not new, but I

Re: [Mailman-Users] Error on attempt to create a List inMailman 2.1.7-15.12.1 from Mailman Web admin UI

2012-06-25 Thread Mark Sapiro
Bob Perez wrote >What does "ls -ld /var/lib/mailman/archives/private" show? > Answer: "drwxr-x--- 6 root mailman 160 June 22 13:50 > /var/lib/mailman/archives/private" chmod 2771 /var/lib/mailman/archives/private should fix the problem. The mailman group needs write access to this directory

Re: [Mailman-Users] Error on attempt to create a List in Mailman 2.1.7-15.12.1 from Mailman Web admin UI

2012-06-25 Thread Bob Perez
Christian, Your suggestion fixed the problem ! Thank You. You have to set it to wwwrun:mailman, in order for the apache server to have write access to it too. It needs write access for creating lists via webinterface. This was changed by the last update of mailman via SLES 10 updates, theref

Re: [Mailman-Users] Error on attempt to create a List in Mailman 2.1.7-15.12.1 from Mailman Web admin UI

2012-06-25 Thread Bob Perez
Mark, What does "ls -ld /var/lib/mailman/archives/private" show? Answer: "drwxr-x--- 6 root mailman 160 June 22 13:50 /var/lib/mailman/archives/private" What does "ls -l /usr/lib/mailman/cgi-bin/create" (assuming that's the correct path to the create wrapper) show? Answer: I have no dire

Re: [Mailman-Users] Error on attempt to create a List in Mailman2.1.7-15.12.1 from Mailman Web admin UI

2012-06-25 Thread Mark Sapiro
Mailman Admin wrote: > >The problem is, that even after bin/fixurl is run, the archive directory >/var/lib/mailman/archives/private/ has owner:group = mailman:mailman . >You have to set it to wwwrun:mailman, in order for the apache server to >have write access to it too. >It needs write access for

Re: [Mailman-Users] Error on attempt to create a List in Mailman 2.1.7-15.12.1 from Mailman Web admin UI

2012-06-25 Thread Stephen J. Turnbull
Stephen J. Turnbull writes: > > > The httpd doesn't need access to the archives; the mailman CGI does. > > > So the CGI wrapper should be setgid mailman. Is it? > > > > > > > Yes it is. > > Is /var/lib/mailman/archives/private/ group-writable? If not, I'm > stumped; it should be

Re: [Mailman-Users] Error on attempt to create a List in Mailman 2.1.7-15.12.1 from Mailman Web admin UI

2012-06-25 Thread Stephen J. Turnbull
Mailman Admin writes: > On 2012-06-25 09:37, Stephen J. Turnbull wrote: > > Mailman Admin writes: > > > > > The problem is, that even after bin/fixurl is run, the archive directory > > > /var/lib/mailman/archives/private/ has owner:group = mailman:mailman . > > > You have to set it to ww

Re: [Mailman-Users] Error on attempt to create a List in Mailman 2.1.7-15.12.1 from Mailman Web admin UI

2012-06-25 Thread Mailman Admin
Hello Stephen J. Turnbull On 2012-06-25 09:37, Stephen J. Turnbull wrote: > Mailman Admin writes: > > > The problem is, that even after bin/fixurl is run, the archive directory > > /var/lib/mailman/archives/private/ has owner:group = mailman:mailman . > > You have to set it to wwwrun:mailman,

Re: [Mailman-Users] Error on attempt to create a List in Mailman 2.1.7-15.12.1 from Mailman Web admin UI

2012-06-25 Thread Stephen J. Turnbull
Mailman Admin writes: > The problem is, that even after bin/fixurl is run, the archive directory > /var/lib/mailman/archives/private/ has owner:group = mailman:mailman . > You have to set it to wwwrun:mailman, in order for the apache server to > have write access to it too. The httpd doesn't

Re: [Mailman-Users] Error on attempt to create a List in Mailman 2.1.7-15.12.1 from Mailman Web admin UI

2012-06-25 Thread Mailman Admin
Hello Bob Perez, Hello Mark Sapiro On 2012-06-24 15:36, Mark Sapiro wrote: > On 6/23/2012 12:33 PM, Bob Perez wrote: >> >> I see the error in the log with the list name I try to create ("list1", etc) >> admin(10317): OSError: [Errno 13] Permission denied: >> '/var/lib/mailman/archives/priva