Bug 711015
Summary: | FIXED_IN_GIT: selinux loop | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Frank Murphy <sysoutfran> | ||||
Component: | systemd | Assignee: | Lennart Poettering <lpoetter> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | bruno, dominick.grift, dwalsh, harald, jlayton, johannbg, lpoetter, mbroz, metherid, mgrepl, moneta.mace, mschmidt, notting, plautrba, robatino | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i686 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | systemd-28-3.fc16 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-06-08 22:31:09 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: | |||||||
Attachments: |
|
Description
Frank Murphy
2011-06-06 08:42:00 UTC
Could be a systemd bug? Yes. systemd checks if /selinux is a mountpoint, but in Rawhide with the new kernel selinuxfs is already under /sys/fs/selinux. Thus systemd attempts to load the policy and reexec itself over and over again. Patch: http://lists.freedesktop.org/archives/systemd-devel/2011-June/002580.html A scratch build for testing: https://koji.fedoraproject.org/koji/taskinfo?taskID=3114753 I tried the scratch build and the boot got further. It looks like the rc1 kernel is pretty raw. Hopefully an rc2 build will be done soon. (In reply to comment #3) > > A scratch build for testing: > https://koji.fedoraproject.org/koji/taskinfo?taskID=3114753 Worksforme: i686\x86_64 (kvm vms) boots to telinit 3 This is working for me, can we get a new build into Rawhide? |