Re: [Mailman-Users] IOError: [Errno 13] Permission denied on config.pck in Fedora 30

2019-07-25 Thread Mark Sapiro
On 7/25/19 12:30 PM, Robert Kudyba wrote: > > Have you seen the suggestion to use Apache with suexec at > https://wiki.list.org/DOC/Apache+Suexec ? My first attempt was > unsuccessful, I kept getting: > Apache-Error: [file "util_script.c"] [line 497] [level 3] End of script > output before headers

Re: [Mailman-Users] IOError: [Errno 13] Permission denied on config.pck in Fedora 30

2019-07-25 Thread Dimitri Maziuk via Mailman-Users
On 7/25/19 2:30 PM, Robert Kudyba wrote: > Have you seen the suggestion to use Apache with suexec at > https://wiki.list.org/DOC/Apache+Suexec ? My first attempt was > unsuccessful FWIW I could never get suexec to work reliably. Repartition the drive properly (get rid of LVM), use ext4, mount wi

Re: [Mailman-Users] IOError: [Errno 13] Permission denied on config.pck in Fedora 30

2019-07-25 Thread Robert Kudyba
> > Also, manipulating ownership and permissions of config.pck files is not > a solution. Because of the way they are updated, changed permissions > will be reversed. > Yes I'm seeing that. This is a Fedora issue of some kind. You will have to contact Fedora. > I'll open a bug up at the Bugzilla

Re: [Mailman-Users] IOError: [Errno 13] Permission denied on config.pck in Fedora 30

2019-07-25 Thread Mark Sapiro
On 7/25/19 11:34 AM, Robert Kudyba wrote: > > Indeed you are correct: > > admin(15157): IOError: [Errno 13] Permission denied: > '/var/lib/mailman/lists/algs-da/config.pck' > admin(15157): Process effective group = apache > > Where do I change this? As far as I can see, everything you have i

Re: [Mailman-Users] IOError: [Errno 13] Permission denied on config.pck in Fedora 30

2019-07-25 Thread Robert Kudyba
> > To see the effective group that the CGIs run as, apply the attached > patch to /usr/lib/mailman/scripts/driver. This will print the effective > group of the process between the Traceback and the Python Information. > It should be 'mailman', but I think in your case it won't be. > Indeed you ar

Re: [Mailman-Users] IOError: [Errno 13] Permission denied on config.pck in Fedora 30

2019-07-25 Thread Mark Sapiro
On 7/25/19 7:50 AM, Robert Kudyba wrote: > OK almost there. I can get into the admin however for each list, I am still > getting permission errors. > > Here are the current perms: > ls -l /var/lib/mailman/lists/datastr > total 32 > -rw-rw-rw- 1 mailman mailman 9250 Jul 23 14:15 config.pck> -rw-rw-

Re: [Mailman-Users] IOError: [Errno 13] Permission denied on config.pck in Fedora 30

2019-07-25 Thread Robert Kudyba
OK almost there. I can get into the admin however for each list, I am still getting permission errors. Here are the current perms: ls -l /var/lib/mailman/lists/datastr total 32 -rw-rw-rw- 1 mailman mailman 9250 Jul 23 14:15 config.pck -rw-rw-rw- 1 mailman mailman 9250 Jul 23 09:00 config.pck.last