Bug 30643
| Summary: | ONBOOT ignored for eth0 when eth0 is a pcmcia NIC | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Scott Russell <scottrus> |
| Component: | kernel-pcmcia-cs | Assignee: | Michael K. Johnson <johnsonm> |
| Status: | CLOSED DEFERRED | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | ||
| 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: | 2001-03-06 04:06:08 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
Scott Russell
2001-03-05 13:51:24 UTC
This is normal behavior for PCMCIA/cardbus NICs. How exactly is this normal behavior? If an interface is set to be ONBOOT="n" it's expected that during boot that it won't come up. The reason this happens in the first place is because of the custom Red Hat / network script integration going on in /etc/sysconfig/network-scripts and /etc/pcmcia. Before closing this as "not a bug" I think it needs more consideration. The real soluton is better Red Hat / pcmcia integration. A hack job would be to document that this is a problem and in the netcfg control panel make this option unavailable if the interfaces is a pcmcia nick. (Possibly check /var/pcmcia/stab for info?) While we're at it, why is it that networking starts before pcmcia services in the first place? This seems to be a Red Hat only thing, but I could be wrong. So can we please make /etc/pcmcia/network parse the /etc/sysconfig/networking-scripts/ifcfg-if0 scripts instead of blindly bringing up the interface? It's normal behavior in that that's the way it's always been. It's also the behavior you'll get from hotplug when that is used for cardbus or pcmcia interfaces. In any case, this is not an initscripts problem. I do not expect this to be changed for this release. |