Bug 3054
Summary: | "can't locate module <netdev>:xx" kernel warnings | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Adam Spiers <redhat> |
Component: | initscripts | Assignee: | David Lawrence <dkl> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | dub |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-06-21 20:26:57 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
Adam Spiers
1999-05-26 00:32:10 UTC
This issue has been forwarded to a developer for further review. These warnings are being generated from other startup scripts too. I haven't figured out which ones yet, but hopefully if I never do, someone who knows more about initscripts than me will know where else they're coming from. I've finally figured out where else these warnings are coming from, and it's whenever linuxconf --hint netdev gets run. I looked at the linuxconf code, and thought about it, and maybe it is actually doing the right thing, in which case presumably the only fix is to add things like alias lo:* off alias eth0:* off to /etc/conf.modules. Or maybe linuxconf should do this itself? |