Gentoo Archives: gentoo-user

From: Zbynek Houska <zbynek@×××.cz>
To: gentoo-user@l.g.o
Subject: [gentoo-user] net.eth0 error
Date: Fri, 19 Aug 2005 09:14:13
Message-Id: 1124442643.25876.5.camel@localhost
1 Hello,
2
3 since yesterday I am getting such strange message at boot:
4
5
6 localhost ~ # /etc/init.d/net.eth0 start
7 * Caching service dependencies ...
8 [ ok ] * Starting eth0
9 /etc/init.d/net.eth0: line 683: interface_variable: command not found
10 * Cannot default to dhcp as there is no dhcp module loaded
11 * No configuration for eth0
12 [ !! ]
13
14 and
15
16 localhost ~ # /etc/init.d/net.lo start
17 * Starting lo
18 * Bringing up lo ...
19 /etc/init.d/net.lo: line 664: interface_loopback_create: command not fou
20 [ !! ]
21
22 my /etc/conf.d/net contains following:
23
24 config_eth0=( "192.168.0.3 netmask 255.255.255.0 broadcast
25 192.168.0.255" )
26 routes_eth0=(
27 "default via 192.168.0.1"
28 )
29
30 Could someone tell me where problem might be?
31 Zbynek
32
33 --
34 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: net.eth0 error "Marek Więcek" <marek.wiecek@×××××.com>