Bug 1149948
| Summary: | munin-async pid file in /var/run rather than /var/run/munin | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Daniel Black <daniel> |
| Component: | munin | Assignee: | d. johnson <drjohnson1> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | drjohnson1, ingvar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | munin-2.0.24-1.el5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-11-03 05:21:37 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: | |||
munin-2.0.23-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/munin-2.0.23-1.fc21 munin-2.0.23-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/munin-2.0.23-1.fc20 munin-2.0.23-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/munin-2.0.23-1.fc19 munin-2.0.23-1.el7 has been submitted as an update for Fedora EPEL 7. https://admin.fedoraproject.org/updates/munin-2.0.23-1.el7 munin-2.0.23-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/munin-2.0.23-1.el6 munin-2.0.23-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/munin-2.0.23-1.el5 Package munin-2.0.23-1.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing munin-2.0.23-1.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-13233/munin-2.0.23-1.fc21 then log in and leave karma (feedback). munin-2.0.24-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/munin-2.0.24-1.el5 munin-2.0.24-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/munin-2.0.24-1.el6 munin-2.0.24-1.el7 has been submitted as an update for Fedora EPEL 7. https://admin.fedoraproject.org/updates/munin-2.0.24-1.el7 munin-2.0.24-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/munin-2.0.24-1.fc19 munin-2.0.24-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/munin-2.0.24-1.fc20 munin-2.0.24-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/munin-2.0.24-1.fc21 munin-2.0.24-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. munin-2.0.24-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. munin-2.0.24-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. munin-2.0.24-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. munin-2.0.24-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. munin-2.0.24-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: /var/run/munin has been configured with permissions for init scripts and munin-async uses /var/run Version-Release number of selected component (if applicable): # yum info munin-async Loaded plugins: etckeeper, product-id, security Installed Packages Name : munin-async Arch : noarch Version : 2.0.21 Release : 1.el6 Size : 15 k Repo : installed From repo : epel Expected results: Additional info: diff --git a/rc.d/init.d/munin-asyncd b/rc.d/init.d/munin-asyncd index a164d4a..7a8c6af 100755 --- a/rc.d/init.d/munin-asyncd +++ b/rc.d/init.d/munin-asyncd @@ -17,8 +17,8 @@ ASYNC_BIN=munin-asyncd PATH=/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/sbin/${ASYNC_BIN} -PIDFILE=/var/run/${ASYNC_BIN}.pid +PIDFILE=/var/run/munin/${ASYNC_BIN}.pid