Bug 787252
Summary: | Fails to boot after upgrade to systemd-37-11.fc16.i686 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Chien-Chung Yeh <yehjj> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | johannbg, metherid, mschmidt, notting, plautrba, rrauenza, systemd-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-02-04 06:33:18 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
Chien-Chung Yeh
2012-02-03 17:15:01 UTC
Have you tried waiting at least 5 minutes? If a SysV service gets stuck, systemd will wait this long before giving up and killing it.
> Workaround: After "rm -f
> /etc/systemd/system/getty.target.wants/getty@tty[2-6].service", I can boot the
> system without problem anymore.
That's odd. I have the symlinks too and they don't cause any trouble here.
Sorry for late reply! I tried "for i in 2 3 4 5 6 ;do ln -sn /lib/systemd/system/getty@.service /etc/systemd/system/getty.target.wants/getty@tty$i.service ;done" and then reboot, it works like a charm. I can not repeat the issue anymore. I am sure Fedora can not boot smoothly for several times of reboot yesterday, but after I remove the symlinks, and readd it, all seems OK now. So mark the Bug to "Closed" Status. Thank you for your help !! I don't think this is fixed, and may also have occurred to me after upgrading. Seems like this issue is also being tracked in https://bugzilla.redhat.com/show_bug.cgi?id=761656 |