From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from smtp-server2.cfl.rr.com ([65.32.2.69] helo=smtp-server2.tampabay.rr.com) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15KKPu-0007xg-00 for gentoo-dev@cvs.gentoo.org; Wed, 11 Jul 2001 07:52:39 -0600 Received: from developer (ubr-33.12.51.curryford.cfl.rr.com [65.33.12.51]) by smtp-server2.tampabay.rr.com (8.11.2/8.11.2) with SMTP id f6BDplp02249 for ; Wed, 11 Jul 2001 09:51:47 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Marcus Martin To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] gentoo installation problems X-Mailer: KMail [version 1.2] References: <200107110458.f6B4wpp11852@smtp-server2.tampabay.rr.com> <20010711015247.A10844@gemini.thehutt.org> In-Reply-To: <20010711015247.A10844@gemini.thehutt.org> MIME-Version: 1.0 Message-Id: <01071110013400.00482@developer> Content-Transfer-Encoding: 8bit Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org X-Reply-To: shalidor@cfl.rr.com List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Wed Jul 11 07:53:01 2001 X-Original-Date: Wed, 11 Jul 2001 10:01:34 -0500 X-Archives-Salt: 76654e04-d8c3-4912-b6fd-0563b088ef33 X-Archives-Hash: c73f50fc1ee304b665b4f2fe4a02c4d3 > : I am attempting to use a dhcp net configuration. The inet.dhcp_eth0 > : script uses dhclient, but this file is not in the /sbin directory. Or > : anywhere else on the CD I burned. I have tried to use the dhcpcd instead, > : but am unable to get this to work either. Can someone tell me what I am > : doing wrong? I know that I do not have to provide a hostname. > > What happens if you run "dhcpcd eth0" by hand? > > --Jerry It times out waiting for a valid dhcp server. Which I find really odd, because my current debian box does not time out waiting for a dhcp server. Marcus