Bug 627587
Summary: | systemd boot failure after update from systemd-7.3 to systemd-8.1 - Failed to mount /sys/fs/cgroup No such file or directory | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Brendan Jones <brendan.jones.it> |
Component: | systemd | Assignee: | Lennart Poettering <lpoetter> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 14 | CC: | lpoetter, metherid, mschmidt, notting, plautrba |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-08-26 14:17:24 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: |
Description
Brendan Jones
2010-08-26 13:35:33 UTC
Which kernel version do you boot? 2.6.35-3 although this has been recompiled with debugging off to get the nvidia 256.44 driver to work That's why systemd has "Requires: kernel >= 2.6.35.2-9.fc14" - this kernel version added a patch to create /sys/fs/cgroup. If you're using your own built kernel, you'll have to make sure you have that patch applied. Has 2.6.35.2-9 been built with debugging flags nit set (as fc13) or will that come later? thanks Fedora kernels on Branched (F-14) are still built with debugging enabled. http://fedoraproject.org/wiki/KernelDebugStrategy If systemd wants to ensure a correct match with the running kernel, it could have Conflicts: kernel < 2.6.35.2-9.fc14 instead of the Requires. Have successfully rebuilt the 2.6.35.2-9 kernel with debugging off using systemd 8.1. Thanks for the heads up and quick response. |