On 7/24/19 6:20 AM, Robert Kudyba wrote: >> >> Thus, this is almost certainly a SELinux issue. Try disabling SELinux. >> If that solves the issue and you want to enable SELinux, you'll need to >> review/update your SELinux Policy. > > I should have mentioned it’s been disabled for quite a while: > getenforce > Disabled > > 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 renamed, no link can be created to this file and no data can be > written to the file. Only the superuser or a process possessing the > CAP_LINUX_IMMUTABLE capability can set or clear this attribute. what does lsattr show for these files? On my system, everything has 'e' and a few of the qfiles/ subdirectories have 'I' and nothing else. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org