Gentoo Archives: gentoo-dev

From: Marcus A Martin <shalidor@××××××.com>
To: gentoo-dev@××××××××××.org
Subject: [gentoo-dev] Different dhcpcd problems
Date: Wed, 18 Jul 2001 07:18:10
Message-Id: E15MrDO-0001ro-00@cvs.gentoo.org
1 I finally got my workaround for my router to work. I am now able to complete step 3 of the build installtion and
2 successfully do a netup().
3
4 I completed the installation, reboot, and dhcpcd does not work. (I get an "oops" error). I believe the problem to be my
5 /etc/hosts file. Since I am using dhcpcd, what should it look like? The build CD instructions do not say what do do with
6 dhcpcd in this situation. My /etc/hosts file is:
7
8 127.0.0.1 localhost
9 0.0.0.0 foo.my.com foo
10
11 Is this correct for dhcpcd?
12
13 Marcus