Bug 75506
| Summary: | network-functions: is_available should re-check device after modprobe | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Aleksey Nogin <aleksey> |
| Component: | initscripts | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-01-14 05:23:39 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
Aleksey Nogin
2002-10-09 09:21:20 UTC
See attached patch to bug #77267 for a solution to this. Check after loading the module done in 7.03-1. Indeed, seems to work correctly with 7.03-1. Minor issue, though - if I have two devices (eth0 and eth1) aliased to the same module (3c59x), then on "ifup eth1" I get a message telling "3c59x device does not seem to be present, delaying eth1 initialization". The messages is inaccuratre - there is a 3c59x device present (eth0), it's just that there is only one of them... message reworded in CVS. |