Bug 656551
Summary: | Please Update Spec File to use %ghost on files in /var/run and /var/lock | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Lennart Poettering <lpoetter> | |
Component: | bip | Assignee: | Brian Lane <bcl> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 16 | CC: | bcl, dornelas, dpierce, mmahut, nicolas.mailhot, tom | |
Target Milestone: | --- | Keywords: | Reopened | |
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
URL: | http://lists.fedoraproject.org/pipermail/devel-announce/2010-November/000726.html | |||
Whiteboard: | ||||
Fixed In Version: | bip-0.8.8-1.fc16 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 707294 (view as bug list) | Environment: | ||
Last Closed: | 2011-12-04 02:40:52 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 827166, 707294 |
Description
Lennart Poettering
2010-11-23 23:24:59 UTC
*** Bug 676409 has been marked as a duplicate of this bug. *** bip-0.8.7-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/bip-0.8.7-1.fc15 bip-0.8.7-1.fc15 has been pushed to the Fedora 15 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update bip'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/bip-0.8.7-1.fc15 bip-0.8.7-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. I'm afraid that update doesn't fix it. You need to add a file in /etc/tmpfiles.d to tell systemd to create /var/run/bip at boot time. Suggested contents are: d /var/run/bip 0755 bip bip - I've encountered this issue in bip-0.8.7-1.fc16 /var/log/messages: --- Nov 9 12:11:18 dbox bip[2714]: Starting bip: 09-11-2011 12:11:18 FATAL: Cannot write to PID file (/var/run/bip/bip.pid.dbox.2717) No such file or directory Nov 9 12:11:18 dbox bip[2714]: [FAILED] Nov 9 12:11:18 dbox systemd[1]: bip.service: control process exited, code=exited status=1 Nov 9 12:11:18 dbox systemd[1]: Unit bip.service entered failed state. --- The workaround in comment#5 fixes the issue. (In reply to comment #6) > I've encountered this issue in bip-0.8.7-1.fc16 > > /var/log/messages: > --- > Nov 9 12:11:18 dbox bip[2714]: Starting bip: 09-11-2011 12:11:18 FATAL: Cannot > write to PID file (/var/run/bip/bip.pid.dbox.2717) No such file or directory > Nov 9 12:11:18 dbox bip[2714]: [FAILED] > Nov 9 12:11:18 dbox systemd[1]: bip.service: control process exited, > code=exited status=1 > Nov 9 12:11:18 dbox systemd[1]: Unit bip.service entered failed state. > --- > > The workaround in comment#5 fixes the issue. Can you post for me the pid_file line from your bip.conf file? It should read: pid_file="/var/run/bip/bip.pid" Also, does /etc/tmpfiles.d/bip.conf exist? And, if so, what is the content of that file. Darryl, the problem was that unless you reboot the pid directory isn't created. I added a call to systemd-tmpfsfiles --create /etc/tmpfsfiles.d/bip.conf bip-0.8.8-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/bip-0.8.8-1.fc16 Package bip-0.8.8-1.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing bip-0.8.8-1.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-16091/bip-0.8.8-1.fc16 then log in and leave karma (feedback). bip-0.8.8-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |