
On Tue, 15 Aug 2006 22:07:53 +0200, Michael Prokop wrote:
- T mlist4suntong@yahoo.com [20060815 17:15]:
My network is not initiated on grml 0.7 hd install boot up. I have to manually started it up afterward. I'm wondering why this is happening.
- Is it because my network service is not up?
grep network /etc/runlevel.conf 35 - S /etc/init.d/networking
- Is it because I've changed my dhcp client from pump to dhclient?
- or something else?
Does '/etc/init.d/networking start' right after bootup work for you?
IIRC, no. but I'm really not sure.
How does your /etc/network/interfaces look like? Does it contain a "auto $INTERFACE"?
No, it does not contain the "auto $INTERFACE":
$ cat /etc/network/interfaces # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # For more sample entries take a look at /etc/network/interfaces.examples
# The loopback interface # automatically added when upgrading auto lo iface lo inet loopback
And it is the same as what I get from booting from the Live-CD.
And finally what does 'grep ifup /etc/runlevel.conf' return?
$ grep ifup /etc/runlevel.conf 18 - S /etc/init.d/ifupdown-clean 36 - S /etc/init.d/ifupdown 39 - - /etc/init.d/ifupdown-scripts-zg2
Again, same as from the Live-CD, expect the extra ifupdown-scripts-zg2 line.
rings any bells?