Description of Problem: My network interface is configured to use dhcp and ONBOOT=no, but after my laptop comes back from power save mode, you will see the dhcpcd is automatically started and trying to setup my network, even though my ONBOOT=no and my eth0 was down before the power save mode. Version-Release number of selected component (if applicable): How Reproducible: Steps to Reproduce: 1. 2. 3. Actual Results: Expected Results: Additional Information:
Hm. The problem might be that the power up after sleep is not considered a normal boot and therefore the network will be started just as if you do a 'service network start' while the system is running. The question is whether there is a way to distinguish between the power up after sleep and a normal 'service network start'. This sounds more like a initscripts problem to me, so i reasign it to that component. I am pretty sure it's not in the net-tools themselves. (Maybe it's hotplug, not sure)
I didn't have this problem with RedHat 7.2. You would think if the network was purposely in a "down" state before "sleep", why would one want it to be up after the "sleep". another issue with "dhcp" and ONBOOT=no: sometimes, I need to plug my laptop into a network with no dhcp server, I can manually bring up the network ifconfig eth0 192.168.1.11 netmask 255.255.255.0 up it works for a minutes and then quit. I tracked the problem down finally. it looks like the "dhcpcd" somehow got started after my "ifconfig" command. of course, it eventually dies because there is no dhcp server on the server. Unfortunately, this also brings down my manually up'ed interface. Again, I didn't have this problem in redhat 7.2. Frank
Closing bugs on older, no longer supported, releases. Apologies for any lack of response. If this persists on a current release, such as Fedora Core 4, please open a new bug.