Gentoo Archives: gentoo-amd64

From: Nadav Horesh <nadavh@×××××××××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] network services start problems
Date: Mon, 12 Jan 2009 09:38:35
Message-Id: 1231760147.5772.1.camel@nadav.envision.co.il
In Reply to: Re: [gentoo-amd64] network services start problems by Nicolas Sebrecht
1 I think that the net.eth0 service start properly:
2
3 nadav nadav # ifconfig
4 eth0 Link encap:Ethernet HWaddr 00:16:76:b9:00:76
5 inet6 addr: fe80::216:76ff:feb9:76/64 Scope:Link
6 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
7 RX packets:3103228 errors:0 dropped:0 overruns:0 frame:0
8 TX packets:1688388 errors:0 dropped:0 overruns:0 carrier:0
9 collisions:0 txqueuelen:100
10 RX bytes:4247059842 (3.9 GiB) TX bytes:156304214 (149.0 MiB)
11 Memory:d2200000-d2220000
12
13 lo Link encap:Local Loopback
14 inet addr:127.0.0.1 Mask:255.0.0.0
15 inet6 addr: ::1/128 Scope:Host
16 UP LOOPBACK RUNNING MTU:16436 Metric:1
17 RX packets:36446 errors:0 dropped:0 overruns:0 frame:0
18 TX packets:36446 errors:0 dropped:0 overruns:0 carrier:0
19 collisions:0 txqueuelen:0
20 RX bytes:19347370 (18.4 MiB) TX bytes:19347370 (18.4 MiB)
21
22 Nadav.
23
24 On Mon, 2009-01-12 at 10:17 +0100, Nicolas Sebrecht wrote:
25
26 > On Mon, Jan 12, 2009 at 08:57:51AM +0200, Nadav Horesh wrote:
27 >
28 > > After login I have to start the dhcp and smb services manualy and directly
29 > >
30 > > nadav nadav # dhcpcd eth0
31 > > nadav nadav # smbd start
32 > > nadav nadav # nmbd start
33 > >
34 > > When I try to run manually the init.d scripts I get a strange results:
35 > > nadav nadav # /etc/init.d/net.eth0 start
36 > > * WARNING: net.eth0 has already been started.
37 > >
38 > > nadav nadav # /etc/init.d/samba start
39 > > * WARNING: samba is scheduled to start when net.eth0 has started.
40 > >
41 > > nadav nadav # /etc/init.d/dhcpd start
42 > > * WARNING: dhcpd is scheduled to start when net.eth0 has started.
43 > >
44 > > How it could be that net.eth0 started but the samba and dhcp services do no recognize it?
45 >
46 > It seems that /etc/init.d/net.eth0 wrongly says that eth0 has started.
47 >
48 > Could you restart your system and check the ifconfig command output ?
49 >

Replies

Subject Author
Re: [gentoo-amd64] network services start problems Verm <verm666@×××××.com>
Re: [gentoo-amd64] network services start problems Sebastian Redl <sebastian.redl@×××××××××××.at>