Bug 731819
Summary: | biosdevname block boot sequence and initiates CPU lockup | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dmitry S. Makovey <dmitry> | ||||
Component: | biosdevname | Assignee: | Praveen K Paladugu <praveen_paladugu> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 15 | CC: | harald, matt_domsch, mebrown, narendra_k, praveen_paladugu | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-08-31 03:13:06 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
Dmitry S. Makovey
2011-08-18 19:07:28 UTC
Created attachment 518925 [details]
Logs around CPU lockup messages
workaround: add "biosdevname=0" to the kernel command line Thanks, done that, but was hoping for a bit more elegant solution Dmitry, I'm afraid you'll have to take it up with EeePC. biosdevname simply reads the PCI VPD data structure that their ethernet device exposes in sysfs like any other PCI device. Why reading that structure causes a failure, I don't know, but it shouldn't. We don't have another way to work around it. Jordan might be willing to accept a patch to add a --novpd option (similar to --nopirq), which you could then use to avoid the problematic device behavior. Relatively few devices expose useful information in VPD today (it's used on relatively new Dell servers today). That would require you also patching the udev rules file that invokes biosdevname though, to add the option. Thanks, Matt. Doesn't make me happy but it does make me more educated :) I'll just keep it in my internal FAQ's. Maybe it's worth posting in http://fedoraproject.org/wiki/Eee_PC for people to be aware of the issue, however I don't know how widespread it is. Maybe it's just my machine, or maybe entire batch that day. *** This bug has been marked as a duplicate of bug 707583 *** |