Bug 1174733
Summary: | No journal in the initramfs | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Harald Hoyer <harald> |
Component: | dracut | Assignee: | dracut-maint-list |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 21 | CC: | bugzilla, dracut-maint-list, jonathan, samuel-rhbugs, zbyszek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | dracut-038-32.git20141216.fc21 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-01-06 06:08:09 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: |
Description
Harald Hoyer
2014-12-16 11:52:48 UTC
dracut-038-32.git20141216.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/dracut-038-32.git20141216.fc21 *** Bug 1169269 has been marked as a duplicate of this bug. *** Harald, does /var/log have to exist? IIUC, your patch fixes the problem by delaying the creation of the /var/log link, but it is still a race condition. If systemd-journald was restarted, then it'll see /var/log exists. It would be nicer to get rid of the symlink entirely. (In reply to Zbigniew Jędrzejewski-Szmek from comment #3) > Harald, does /var/log have to exist? IIUC, your patch fixes the problem by > delaying the creation of the /var/log link, but it is still a race > condition. If systemd-journald was restarted, then it'll see /var/log > exists. It would be nicer to get rid of the symlink entirely. /var/log does not point to /run/log now. That is the trick. Because /run/log/journal existed, /var/log/journal also existed and thus journald was trying to flush to /var/log/journal. /var/log now points to /run/initramfs/log, which is why it works now. Package dracut-038-32.git20141216.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 dracut-038-32.git20141216.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-17180/dracut-038-32.git20141216.fc21 then log in and leave karma (feedback). dracut-038-32.git20141216.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |