Gentoo Archives: gentoo-user

From: John Blinka <jblinka@××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ntp-client doesn't start
Date: Sun, 05 Nov 2006 16:00:54
Message-Id: 454E098D.2040807@neo.rr.com
1 Hi,
2
3 I have a very old Dell P150ST laptop that I try to maintain Gentoo on.
4 Every time I boot it,
5 it complains "ERROR: cannot start ntp-client as net.eth0 could not be
6 started".
7
8 The laptop is old enough that the ethernet connection is by a Xircom
9 pcmcia card, and this
10 works well except for ntp-client. The claim that "net.eth0 could not be
11 started" puzzles
12 me since, after the machine boots, ifconfig gives
13
14 eth0 Link encap:Ethernet HWaddr 00:10:A4:FE:EC:4C
15 inet addr:192.168.1.105 Bcast:192.168.1.255 Mask:255.255.255.0
16 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
17 RX packets:445 errors:0 dropped:0 overruns:0 frame:0
18 TX packets:74 errors:0 dropped:0 overruns:0 carrier:0
19 collisions:0 txqueuelen:1000
20 RX bytes:70632 (68.9 Kb) TX bytes:8288 (8.0 Kb)
21 Interrupt:3 Base address:0x300
22
23 lo Link encap:Local Loopback
24 inet addr:127.0.0.1 Mask:255.0.0.0
25 UP LOOPBACK RUNNING MTU:16436 Metric:1
26 RX packets:46 errors:0 dropped:0 overruns:0 frame:0
27 TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
28 collisions:0 txqueuelen:0
29 RX bytes:3207 (3.1 Kb) TX bytes:3207 (3.1 Kb)
30
31 Thinking that the error message means that ntp-client is being started
32 before eth0 is completely
33 configured, I have followed the advice in
34 http://gentoo-wiki.com/HOWTO_NTP and modified my
35 depend() in /etc/init.d/ntp-client to
36
37 depend() {
38 before cron portmap
39 need net
40 after net.eth0
41 use dns logger
42 }
43
44 but this has had no effect.
45
46 I would appreciate any thoughts on what the error message means, and how
47 to get ntp-client
48 working.
49
50 Thanks,
51
52 John Blinka
53 --
54 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ntp-client doesn't start Roger Mason <rmason@×××××××.ca>
[gentoo-user] Re: ntp-client doesn't start reader@×××××××.com