On 12/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > As best I can tell, what is happening here is that the net.lo script
> > checks all the "modules" in /lib/rcscripts/net.modules.d. These
> > scripts are all the different ways you can get a net connection, and
> > the one used in any particular instance is decided by
> > /etc/conf.d/net (again...as best as I can tell). In your case, it
> > would seem the net.lo script is trying _all_ of them.
> >
> > So: are you absolutely sure you net conf file is written properly?
>
> root # egrep -v '^(#|$)' /etc/conf.d/net
> config_eth1=( "192.168.0.4 netmask 255.255.255.0 brd 192.168.0.255" )
> routes_eth1=( "default gw 192.168.0.20" )

A few things:

1. Run "equery check baselayout".  If it reports anything wrong in
/lib/rcscripts, re-merge it.

2. Make sure that net.eth1 is a symlink to net.lo, _not_ a copy of an
old script.

3. You can set RC_NET_STRICT_CHECKING=lo in /etc/conf.d/rc to have the
net dependancy satisified by net.lo, which will stop all other network
services from trying to start net.eth1.

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to