Re: Which bootup script brings up interface 'lo'

2001-04-24 Thread Jim McCloskey
|> I'm trying to work out where interface 'lo' is brought up on potato. |> |> I've grepped through /etc, but can't see any references to |> 'ifconfig'. Under potato (2.2) the standard scheme is this: . the script `networking' is run at boot time . `networking' calls `ifup' (cf the manpage)

Re: Which bootup script brings up interface 'lo'

2001-04-24 Thread Dave Sherohman
On Tue, Apr 24, 2001 at 06:46:03PM +0100, Chris Howells wrote: > I'm trying to work out where interface 'lo' is brought up on potato. > > I've grepped through /etc, but can't see any references to 'ifconfig'. /etc/init.d/networking uses `ifup -a` to bring up all interfaces. They are defined in /e

Re: Which bootup script brings up interface 'lo'

2001-04-24 Thread Brian Stults
Chris Howells wrote: > > I'm trying to work out where interface 'lo' is brought up on potato. > I believe the default culprit is /etc/init.d/networking. It calles "ifup" which in turn refers to /etc/network/interfaces where you probably have an entry for lo. -Brian -- Brian J. Stults

Which bootup script brings up interface 'lo'

2001-04-24 Thread Chris Howells
I'm trying to work out where interface 'lo' is brought up on potato. I've grepped through /etc, but can't see any references to 'ifconfig'. I'd be greatful to be CC'd, since I'm not on the list. Cheers, -- Chris Howells E-Mail: [EMAIL PROTECTED] ICQ: 93699029 Web: http://www.chowells.uklinux.n