Mailing List Archive

bringing down interfaces on boot?
Hi,

I have noticed that my machine is bringing down eth0 in the boot
process. I see the following message:

* bringing eth0 down ...

without having seen eth0 being brought up before this point in the boot
sequence. Up to my best knowledge net.eth0 is not in the default
runlevel. Why is it so? Is not that weird?

Andrzej


--
gentoo-user@gentoo.org mailing list
Re: bringing down interfaces on boot? [ In reply to ]
Andrzej WÄ…sowski wrote:
> I have noticed that my machine is bringing down eth0 in the boot
> process. I see the following message:
>
> * bringing eth0 down ...
>
> without having seen eth0 being brought up before this point in the boot
> sequence. Up to my best knowledge net.eth0 is not in the default
> runlevel. Why is it so? Is not that weird?

See:

http://bugs.gentoo.org/show_bug.cgi?id=56943

You are probably running an udev system, and (as suggested in the howto)
are starting hotplug in the boot runlevel. Basically, the network
interfaces are brought up silently by hotplug, and shut down because
they are not supposed to be up in the boot runlevel.

As I don't have any "hotpluggable" network devices, I de-activated
net.agent:

chmod -x /etc/hotplug/net.agent

But this is probably an ugly hack. Anybody has anything better?

-- Remy


Remove underscore and suffix in reply address for a timely response.


--
gentoo-user@gentoo.org mailing list