Bug 449308
| Summary: | Hard lock up without acpi=off after exactly 35 seconds, even in single user mode | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bob Richmond <bob> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-06-09 18:38:36 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
Bob Richmond
2008-06-02 04:41:36 UTC
Created attachment 307327 [details]
Serial console output during the boot of a session that locks up, in single user mode
Created attachment 307330 [details]
lsmod output of a doomed single user mode session that locks up after 35 seconds
Created attachment 307331 [details]
lsmod output of a rescue mode session that does not lock up without acpi=off
I will be happy to provide any additional information I can to resolve this issue. Created attachment 308579 [details]
list of modules missing in the rescue session
You could try to figure out which of these modules causes the problem, if any.
The eaiest way is to just rename them, e.g. rename soundcore.ko to
soundcore.ko.disabled (and doing just that will disable all of the sound
modules.)
I disabled every module listed in your attachment, including uchi-hcd (requiring
zcat |cpio /boot/initrd, modify init to remove uchi-hcd, find |cpio |gzip
>/boot/initrd...), and it still hangs after 35 seconds.
Bummer. I wish it would have been easier to track down to a misbehaving module.
Is there anything else I can provide? I think the next step involves git bisect,
but it's odd that the rescue mode kernel (which is exactly the same kernel, bit
for bit, that hangs) does not behave this way. The only difference in
single-user mode that I can think of is running nash instead of anaconda from
the initrd. Does nash do anything different during startup that anaconda does not?
You could try disabling the haldaemon service and then booting to console mode. Over the weekend as a shot in the dark, I just reinstalled. I've been upgrading this machine since FC5. It magically started not freezing without acpi=off. So I'll chalk it up to some broken old dependency. I'll close this bug. I can't reproduce it any longer. |