Re: [gentoo-user] Re: /etc/init.d/net.lo lots of output ..ack

2005-12-20 Thread Richard Fish
On 12/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Here is an example from /etc/init.d/gpm below. It is not apparent > where any of those variables get filled with a value. I see nothing > being sourced either. Further, what scripting language uses: > ebegin > eend A major feature

[gentoo-user] Re: /etc/init.d/net.lo lots of output ..ack

2005-12-20 Thread reader
Richard Fish <[EMAIL PROTECTED]> writes: > A few things: > > 1. Run "equery check baselayout". If it reports anything wrong in > /lib/rcscripts, re-merge it. equery did show a herd of wrong mtimes. Which I'm guessing is probably normal but it also shows MAKEDEV missing. So I re-emerged it. Fo

[gentoo-user] Re: /etc/init.d/net.lo lots of output ..ack

2005-12-20 Thread reader
darren kirby <[EMAIL PROTECTED]> writes: > Apropos, does anyone know of any good documentation about the Gentoo > boot process and initscripts? Looking through all of these, it is > difficult to follow what is going on, and the initscript guide I > linked to before is a bit terse. My sentiments t

Re: [gentoo-user] Re: /etc/init.d/net.lo lots of output ..ack

2005-12-19 Thread darren kirby
quoth the Richard Fish: > 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 hav

Re: [gentoo-user] Re: /etc/init.d/net.lo lots of output ..ack

2005-12-19 Thread Richard Fish
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

Re: [gentoo-user] Re: /etc/init.d/net.lo lots of output ..ack

2005-12-19 Thread darren kirby
quoth the [EMAIL PROTECTED]: > 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" ) > > Those are the correct parameters, and the ones that have worked for > mnths although the format changed a

[gentoo-user] Re: /etc/init.d/net.lo lots of output ..ack

2005-12-19 Thread reader
darren kirby <[EMAIL PROTECTED]> writes: > > 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 de