Bug 1008306
Summary: | tmpfiles.d references /var/lock when they should reference /run/lock | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Martin Kosek <mkosek> | |
Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 19 | CC: | abokovoy, amessina, awilliam, bpeck, edewata, mkosek, mreynolds, msekleta, nhosoi, nkinder, orion, pmatilai, rcritten, rmeggins, ssorce, tomek | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 389-ds-base-1.3.1.12-1.fc19 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 996716 | |||
: | 1008610 (view as bug list) | Environment: | ||
Last Closed: | 2013-10-15 06:31:43 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: | ||||
Bug Depends On: | 996716 | |||
Bug Blocks: | 996847, 1008610 |
Description
Martin Kosek
2013-09-16 06:18:05 UTC
Upstream ticket: https://fedorahosted.org/389/ticket/47513 This has been fixed in the 389-ds-base source repo. The fix will be available in 389-ds-base-1.3.1.10. Just to verify, that build will make F19, right, it's not a dev-builds-only release? As this is a fairly major bug. (In reply to Adam Williamson from comment #3) > Just to verify, that build will make F19, right, it's not a dev-builds-only > release? As this is a fairly major bug. Yes, it will be built for inclusion in F19 and later. I believe the plan is to build it today. Once it is built, it would be great if you could test it and provide karma in Bodhi to help get the package moved to the stable repo. 389-ds-base-1.3.1.10-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/389-ds-base-1.3.1.10-1.fc19 389-ds-base-1.3.1.10-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. (In reply to Fedora Update System from comment #6) > 389-ds-base-1.3.1.10-1.fc19 has been pushed to the Fedora 19 stable > repository. If problems still persist, please make note of it in this bug > report. I wish I could have caught this sooner, but the update to 1.3.1.10-1.fc19 causes some breakage. Prior to the update, my /etc/tmpfiles.d/dirsrv-EXAMPLE-COM.conf (FreeIPA) contained: tmpfiles.d]# cat dirsrv-EXAMPLE-COM.conf d /var/run/dirsrv 0770 dirsrv dirsrv d /var/lock/dirsrv 0770 dirsrv dirsrv d /var/lock/dirsrv/slapd-EXAMPLE-COM 0770 dirsrv dirsrv After the update, it contains: tmpfiles.d]# cat dirsrv-EXAMPLE-COM.conf d /var/dirsrv 0770 dirsrv dirsrv d /var/lock/dirsrv 0770 dirsrv dirsrv d /var/lock/dirsrv/slapd-EXAMPLE-COM 0770 dirsrv dirsrv and causes an SELinux denial, as /var/dirsrv can't be created at bootup. For now, to resolve the issue, I've changed d /var/dirsrv 0770 dirsrv dirsrv to d /var/run/dirsrv 0770 dirsrv dirsrv Yes, there is something wrong with 1.3.1-10. I confirmed that the source in the 1.3.1 branch is correct and works, but 1.3.1-10 is broken. 1.3.1-10 should have these changes, so I'm not sure what went wrong. 389-ds-base-1.3.1.11-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/389-ds-base-1.3.1.11-1.fc19 Sorry I wasn't able to test and catch this; it came at a bad time as I was travelling between continents. As I'm now several thousand miles away from the place where the physical machines live, I'm not keen on fiddling with the working setup too much, as if I happen to knock it all sideways, it could be tricky/impossible to fix :/ 389-ds-base-1.3.1.11-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. 389-ds-base-1.3.1.12-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/389-ds-base-1.3.1.12-1.fc19 389-ds-base-1.3.2.2-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/389-ds-base-1.3.2.2-1.fc20 Package 389-ds-base-1.3.1.12-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing 389-ds-base-1.3.1.12-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-18914/389-ds-base-1.3.1.12-1.fc19 then log in and leave karma (feedback). 389-ds-base-1.3.2.2-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. 389-ds-base-1.3.1.12-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |