Bug 133838
Summary: | udev tries to load floppy.ko for non-existant drive | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jason <dravet> |
Component: | udev | Assignee: | Harald Hoyer <harald> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | udev-032-6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-09-30 09:54:13 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: | |||
Bug Depends On: | |||
Bug Blocks: | 123268 |
Description
Jason
2004-09-27 20:21:41 UTC
You can't probe for the presence of a floppy without loading a floppy driver. Then how about getting rid of the error message? It does. modprobe floppy >/dev/null 2>&1 Oh, I see where this is coming from now. udev manually creates /dev/fdX on start. Hence, any attempt to access them causes an autoload of floppy, which may or many not succeed. Since we're loading floppy in rc.sysinit, I don't think the manual udev creation is needed. Thank you for the update. I await an update for testing. |