I did the monthly OS Updates on my ipa hosts and after the reboot named cant start anymore.
I see the following errors but cant see any issues on the filesystem itself.
04-Jul-2024 12:18:05.956 could not open file ‘/run/named/named.pid’: Permission denied
04-Jul-2024 12:18:05.956 generating session key for dynamic DNS
04-Jul-2024 12:18:05.957 could not open file ‘/var/run/named/session.key’: Permission denied
04-Jul-2024 12:18:05.957 could not create /var/run/named/session.key
04-Jul-2024 12:18:05.957 failed to generate session key for dynamic DNS: permission denied
This is the permission of the folder.
[root@ipa1 ~]# ll -Z /run/named/
-rw——-. named named system_u:object_r:named_var_run_t:s0 session.key
[root@ipa1 ~]# ll -Z /run/ | grep named
drwxr-xr-x. named named system_u:object_r:named_var_run_t:s0 named
What is going on here? Any hints?