Bug 23161
| Summary: | kudzu triggers autoload of non-existant cpia.o | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Pekka Pietikäinen <pp> |
| Component: | hotplug | Assignee: | Trond Eivind Glomsrxd <teg> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | notting |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | Florence Gold | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-02-02 17:19:16 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
Pekka Pietikäinen
2001-01-02 17:14:32 UTC
kudzu doesn't know what a cpia *is*, much less how to load/configure it. I'd guess that it's somehow getting dragged in by something else. *Exactly* when is it getting loaded? Appears to not be a kudzu problem, problem disappears if nousb is used or modules.usbmap deleted (depmod is run after rc.sysinit configures the USB stuff) Actually it looks like the problem is in /sbin/hotplug, since removing that makes things work again. cpia_usb.o is the first entry in modules.usbmap, so that just might be the reason why it's the one that gets randomly loaded. Bill, could you try pulling a new hotplug from sourceforge? URL in package... a little hard to do from home. This is from the 2.4.0 release notes, I'll try to check if this fixes the problem tomorrow (I tried getting a new /sbin/hotplug from CVS and the result was that it loaded _ALL_ USB modules, not just cpia) Matthew Dharm: - USB hotplug fix - specify exactly which fields to match on ... which requires a new modutils, which ain't out yet. Fun. *** Bug 23786 has been marked as a duplicate of this bug. *** This defect is considered MUST-FIX for Florence Gold release *** Bug 24853 has been marked as a duplicate of this bug. *** *** Bug 25721 has been marked as a duplicate of this bug. *** I think it should be fixed now, with hotplug 1.9, coming soon to a Rawhide near you. |