Bug 2239014
| Summary: | netdata does not start in Centos 7 RUNTIME_DIRECTORY | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | M. Kristall <mkpdev> |
| Component: | netdata | Assignee: | Didier Fabert (tartare) <didier.fabert> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | didier.fabert |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | netdata-1.42.4-1.fc39 netdata-1.42.4-1.el7 netdata-1.42.4-1.fc38 netdata-1.42.4-1.fc37 netdata-1.42.4-1.el8 netdata-1.42.4-1.el9 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-09-30 00:16:52 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: | |||
FEDORA-2023-527d1cedee has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-527d1cedee FEDORA-2023-9268d0afeb has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-9268d0afeb FEDORA-2023-3c366bdd7a has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-3c366bdd7a FEDORA-EPEL-2023-1956118f51 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-1956118f51 FEDORA-EPEL-2023-e2b8dd4495 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-e2b8dd4495 FEDORA-2023-3c366bdd7a has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-3c366bdd7a \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-3c366bdd7a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2023-ad3f2528c8 has been pushed to the Fedora EPEL 7 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-ad3f2528c8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-527d1cedee has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-527d1cedee \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-527d1cedee See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2023-1956118f51 has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-1956118f51 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-9268d0afeb has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-9268d0afeb \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-9268d0afeb See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2023-e2b8dd4495 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-e2b8dd4495 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-3c366bdd7a has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2023-ad3f2528c8 has been pushed to the Fedora EPEL 7 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-9268d0afeb has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-527d1cedee has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2023-1956118f51 has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2023-e2b8dd4495 has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: Since a couple updates ago, I could not start netdata with systemctl / on startup The service file distributed on epel is a bit different from the upstream service file, which does not have this problem (any longer). Version-Release number of selected component (if applicable): netdata-1.42.2-1.el7.x86_64 How reproducible: Always Steps to Reproduce: 1. systemctl start netdata 2. 3. Actual results: (code=exited, status=233/RUNTIME_DIRECTORY) Expected results: active (running) Additional info: A workaround mentioned by Nemric on the Github issue is to comment out the following lines in the service file: > ExecStartPre=/bin/mkdir -p /run/netdata > ExecStartPre=/bin/chown -R netdata /run/netdata