Gentoo Archives: gentoo-amd64

From: Nadav Horesh <nadavh@×××××××××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] DHCPCD does not start on boot
Date: Mon, 22 Dec 2008 12:17:43
Message-Id: 1229955300.25872.4.camel@nadav.envision.co.il
In Reply to: Re: [gentoo-amd64] DHCPCD does not start on boot by Beso
1 I tried the following:
2
3 1. dd
4 2.
5
6
7 On Wed, 2008-12-17 at 19:44 +0000, Beso wrote:
8
9 > 2008/12/16 Nadav Horesh <nadavh@×××××××××××.com>:
10 > > We have a network with a windows dhcp server. Few weeks ago dhcpcd did not function at the boot, and since them I have to bring it up manually:
11 > >
12 > > $ dhcpcd eth0.
13 > >
14 > > Configuration:
15 > > $ rc-update -s
16 > > acpid | default
17 > > alsasound | boot
18 > > beagled | default
19 > > bootmisc | boot
20 > > checkfs | boot
21 > > checkroot | boot
22 > > clock | boot
23 > > consolefont | boot
24 > > cpudyn | default
25 > > cupsd | default
26 > > esound | default
27 > > gpm | default
28 > > hald | default
29 > > hostname | boot
30 > > ivman-user | default
31 > > keymaps | boot
32 > > lm_sensors | boot
33 > > local | default nonetwork
34 > > localmount | boot
35 > > modules | boot
36 > > net.eth0 | default
37 > > net.lo | boot
38 > > netmount | default
39 > > rmnologin | boot
40 > > samba | default
41 > > syslog-ng | default
42 > > urandom | boot
43 > > usbd | default
44 > > vixie-cron | default
45 > > xdm | default
46 > > xinetd | default
47 > >
48 > > The "/etc/conf.d/net" files was initially empty (comments only). Changing to:
49 > >
50 > > $ cat /etc/conf.d/net
51 > > # This blank configuration will automatically use DHCP for any net.*
52 > > # scripts in /etc/init.d. To create a more complete configuration,
53 > > # please review /etc/conf.d/net.example and save your configuration
54 > > # in /etc/conf.d/net (this file :]!).
55 > > modules=( "dhcpcd" ) # to select dhclient over dhcpcd
56 > > config_eth0=( "dhcp" )
57 > > dhcp_eth0="nontp nonis"
58 > >
59 > > did not help.
60 > >
61 > > Before the login prompt I get the message:
62 > >
63 > > WARNING: netmount is scheduled to start when net.eth0 has started.
64 > > (and a similar warning for the samba services
65 > >
66 > > Any ideas how to get dhcpcd run at boot?
67 > >
68 > > Nadav.
69 > >
70 > i'd put that file to blank again and try using dhcdbd instead of dhcpcd, that
71 > is quite old and almost not used anymore in favor of dhcpclient/dhcdbd.
72 > i've been switching to the later since i've had some problems with it with the
73 > old baselayout 1.2.
74 >

Replies

Subject Author
[gentoo-amd64] Re: DHCPCD does not start on boot Duncan <1i5t5.duncan@×××.net>