Am 2020-02-06, 09h04 schreibt Stefan Seyfried:
[...]
If you don't have any *.rpmnew files and still see problems, please open a bugreport with your /var/log/audit/audit.log (you can grep for "apparmor" if you don't want to attach the whole file).
It boils down to:
type=AVC msg=audit(1580924683.326:179): apparmor="DENIED" operation="open" profile="nscd" name="/usr/etc/services" pid=3405 comm="nscd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
And I don't understand why by reading the apparmor config. But "aa-teardown;systemctl disable apparmor" fixed it for me.
I cured the problem by adding a line to /etc/apparmor.d/usr.sbin.nscd : ... /etc/netgroup r, /etc/nscd.conf r, /usr/{bin,sbin}/nscd rmix, # following line added, Gerald Hammer, 2020-02-06 /usr/etc/services r, ... an then loading it in the running apparmor by # apparmor_parser -r /etc/apparmor.d/usr.sbin.nscd On startup nscd continues to complain "stat failed for file `/etc/services';" but this is not a problem. The problems with nfs-server, postfix etc. are gone. Beste Grüße -- Gerald Hammer -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org