Gentoo Archives: gentoo-amd64

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

Replies

Subject Author
Re: [gentoo-amd64] network services start problems Nadav Horesh <nadavh@×××××××××××.com>