Gentoo Archives: gentoo-user

From: Jean-Marc Beaune <jm.beaune@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problem with net.eth0
Date: Sat, 16 Sep 2006 08:17:53
Message-Id: 8349216a0609160111m10c8c870s538e23a034b15d0b@mail.gmail.com
In Reply to: [gentoo-user] problem with net.eth0 by Daniel Iliev
1 Hi,
2
3 According to your "restart" output, net.eth0 sarts at boot runlevel, it
4 should start at default runlevel. Check this with 'rc-update -s'
5
6 If it really starts during boot runlevel, try the following :
7
8 > rc-update del net.eth0
9 > rc-update add net.eth0 default
10
11 Then restart the system.
12
13 On 9/16/06, Daniel Iliev <danny@××××××××.com> wrote:
14 >
15 > HI, everyone!
16 >
17 > I had a system lock-up during heavy hdd activity. This caused huge file
18 > system problems. I hardly restored the system in order to boot, but
19 > finally I had a successful "emerge -e system". Now I have some problems
20 > left and I will appreciate your help to solve them.
21 > I can start my network manually but can not do this through gentoo's
22 > native mechanism. Here is the output:
23 >
24 > The problem:
25 > > /etc/init.d/net.eth0 restart
26 > > * Caching service dependencies
27 > ... [ ok ] * Service net.eth0stopping
28 > > * WARNING: you are stopping a boot service.
29 > > * Service net.eth0 stopped
30 > > * Service net.eth0 starting
31 > > * WARNING: net.eth0 has started but is inactive
32 >
33 > The link:
34 > >ls -la /etc/init.d/net.eth0
35 > >lrwxrwxrwx 1 root root 6 15 Sep 7,18 /etc/init.d/net.eth0 -> net.lo
36 >
37 > The confing file:
38 > > sed '/#/d;/^$/d' /conf/net
39 > >modules=( "iproute2" )
40 > >config_eth0=(
41 > > "10.0.0.11/24"
42 > > "10.0.0.1/24"
43 > >)
44 > >routes_eth0=(
45 > > "default via 10.0.0.10"
46 > >)
47 >
48 >
49 > Please, give me a hand to get "net.eth0" back in normal state.
50 >
51 > --
52 > Best regards,
53 > Daniel
54 >
55 >
56 > --
57 > gentoo-user@g.o mailing list
58 >
59 >
60
61
62 --
63 /JM

Replies

Subject Author
Re: [gentoo-user] problem with net.eth0 Daniel Iliev <danny@××××××××.com>