Bug 47483
Summary: | hotplug net.agent should honor ONBOOT | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Dax Kelson <dkelson> |
Component: | initscripts | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | rvokal, teg |
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: | 2001-08-06 22:57:32 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
Dax Kelson
2001-07-05 18:11:02 UTC
hotplug isn't used on boot... it's called by the when it get "new device" events, like when you plug in a USB ethernet interface in a running system. hotplug has no concept of "boot". I disagree. Hotplug IS used at boot time with PCMCIA. I have a combo ethernet/modem PCMCIA card. It always stays in the laptop. It is my "eth0". At boot up, when PCMCIA is activated, hotplug gets a "new device" event. It then runs "ifup eth0" regardless of what my interface configuration file says (with ONBOOT). This is plainly wrong. The behavior of Red Hat 7.1 is DIFFERENT (in a worse, less flexible way) then that of 7.0, 6.2, 6.1, 6.0, 5.2, 5.1, 5.0, etc, etc. In all those previous versions of Red Hat, PCMCIA ethernet devices correctly honored the value of "ONBOOT". Don't get hung up on what you've called the variable. If you like, pretend it is called "ActivateInterfaceOnDection". I can verify that this is a problem for me as well... inserting the card ALWAYS brings it up, regardless of what ONBOOT says. Since there isn't a ONHOTPLUG setting, ONBOOT should be used. Traditionally ONBOOT has been used for device insertion, in all other version of Red Hat Linux that I can remember. The point is, to change this behavior in 7.1 is bad... because we go back to not having anything that control device insertion like ONHOTPLUG. A resolution for this could be creating a "ONHOTPLUG" variable, or we could simply use ONBOOT as we have all along (except in 7.1). Joshua Jensen joshua A partial fix is in hotplug-2001_04_24-8, initscripts needs to do the rest of the magic. Will be fixed in 6.12-1. |