View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017984 | CentOS-8 | systemd | public | 2020-12-30 11:36 | 2020-12-30 11:36 |
Reporter | scip | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 8.0.1905 | ||||
Summary | 0017984: CentOS 7.9.2009: permissions of /run invalid | ||||
Description | After updating to 7.9.2009 my named didn't run anymore. The service itself started and run for a while, but systemd killed it after 1 minute with: # systemctl start named.service Job for named.service failed because a timeout was exceeded. See "systemctl status named.service" and "journalctl -xe" for details. journalctl shows: Dec 30 12:30:56 honk2.daemon.de systemd[1]: Can't open PID file /run/named/named.pid (yet?) after start: No such file or directory I made an strace of named where the cause can be seen: [pid 11730] stat("/run/named", 0x7f164142f560) = -1 EACCES (Permission denied) The permissions of /run are 0770 (which was not the case before the update). Once I fixed the permissions to 0775 everything worked as expected. | ||||
Steps To Reproduce | update to 7.9.2009 | ||||
Additional Information | 7.9.2009 is not selectable in the product version field above but it's really running here. A bit weird... | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-12-30 11:36 | scip | New Issue |