Bug 1691911
| Summary: | [unbound] systemd complains about deprecated pidfile directory | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joachim Frieben <jfrieben> |
| Component: | unbound | Assignee: | Paul Wouters <pwouters> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | pemensik, pj.pandit, pwouters |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-27 14:28:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Note: vendor-bundled configuration file tmpfiles-unbound.conf reading D /var/run/unbound 0755 unbound unbound - needs to be changed, too. *** This bug has been marked as a duplicate of bug 1694831 *** |
Description of problem: On current Fedora 29, service unbound produces a warning reported by systemd because the pidfile directory is /var/run/unbound whereas it should be /run/unbound. Version-Release number of selected component (if applicable): unbound-1.8.3-2.fc29 How reproducible: Always Steps to Reproduce: 1. Enable and start service unbound. 2. Check output of journalctl for entries related to service unbound. Actual results: Mar 22 19:32:38 noname systemd-tmpfiles[4871]: [/usr/lib/tmpfiles.d/unbound.conf:1] Line references path below legacy directory /var/run/, updating /var/run/unbound → /run/unbound; please update the tmpfiles.d/ drop-in file accordingly. Expected results: No complaint about unbound using the deprecated pidfile directory /var/run/unbound. Additional info: Changing line 357 of vendor-bundled configuration file unbound.conf from pidfile: "/var/run/unbound/unbound.pid" to pidfile: "/run/unbound/unbound.pid" solves this issue.