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 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 Robert Kudyba
min(10878): QUERY_STRING: admin(10878): REQUEST_URI: /mailman/admin/datastr admin(10878): DOCUMENT_ROOT: /var/www/html Isn't this similar to my other issue? I believe the user "apache" needs to write that tmp file? On Wed, Jul 24, 2019 at 5:29 PM Mark Sapiro wrote: > On 7/24/1

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

2019-07-24 Thread Robert Kudyba
I’m getting some where here. First Apache httpd runs as user:apache: ps -auwx|grep httpd apache4765 0.0 0.0 48708 23972 ?S16:46 0:00 /usr/sbin/httpd -DFOREGROUND apache4766 0.0 0.0 2548332 31472 ? Sl 16:46 0:00 /usr/sbin/httpd -DFOREGROUND apache4768 0.0

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

2019-07-24 Thread Robert Kudyba
OK a new error. Could this be a python version issue? https://mailman-users.python.narkive.com/UxwiPAK0/installation-problem ImportError: No module named Logging.StampedLogger [- Python Information -] sys.version

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

2019-07-24 Thread Robert Kudyba
>> >> This did work a few weeks ago not sure when it started perhaps when dnf >> updated June 30. >> >> And now qrunner is failing to start: >> Jul 24 14:36:50 2019 (14350) Qrunner RetryRunner reached maximum restart >> limit of 10, not restarting. >> Jul 24 14:36:50 2019 (14350) Master qrunner

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

2019-07-24 Thread Robert Kudyba
> >>> Did you see my reply about the file system needing to be mounted suid? >> >> Yes I did an responded in line with the permissions of the sub-directories >> and files: >> ls -l /usr/lib/mailman/cgi-bin/ >> total 264 >> -rwxr-sr-x 1 mailman mailman 23048 Feb 12 06:54 admin > ... > > > I'm

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

2019-07-24 Thread Robert Kudyba
> On Jul 24, 2019, at 2:04 PM, Mark Sapiro wrote: > > On 7/24/19 10:44 AM, Robert Kudyba wrote: >> >> >> So no when trying to log in to the ~/mailman/admindb/mailman admin page I >> get the below error, notice it’s a different permission problem: >&

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

2019-07-24 Thread Robert Kudyba
>> My partial workaround so far has been to: >> chmod 666 /var/lib/mailman/lists/*/config.pck >> chattr +i /var/lib/mailman/lists/*/config.pck > > > chattr +i is certainly wrong. From `man chattr` > > >> A file with the `i' attribute cannot be modified: it cannot be deleted >> or

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

2019-07-24 Thread Robert Kudyba
> The wrappers in /usr/lib/mailman/cgi-bin and in /usr/lib/mailman/mail > should all be group mailman and SETGID as in Indeed they are with user set to mailman: ls -l /usr/lib/mailman/cgi-bin/ total 264 -rwxr-sr-x 1 mailman mailman 23048 Feb 12 06:54 admin -rwxr-sr-x 1 mailman mailman 23048 Feb

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

2019-07-23 Thread Robert Kudyba
Does mailman 2.1 now need to run as the same user as Apache runs? In our case httpd runs as the user ‘apache’ and mailman runs as ‘mailman’. I reinstalled mailman and no difference. I’ve seen this error referenced several time and to run check_perms which I did. /usr/lib/mailman/bin/check_perms