From owner-freebsd-current@FreeBSD.ORG Thu Jul 21 06:33:47 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 079C916A41F for ; Thu, 21 Jul 2005 06:33:47 +0000 (GMT) (envelope-from nate@root.org) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8962D43D45 for ; Thu, 21 Jul 2005 06:33:46 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout6-ext.prodigy.net (pimout6-int.prodigy.net [207.115.4.22]) by ylpvm15.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id j6L6Y7fM017538 for ; Thu, 21 Jul 2005 02:34:07 -0400 X-ORBL: [64.171.187.230] Received: from [10.0.0.115] (adsl-64-171-187-230.dsl.snfc21.pacbell.net [64.171.187.230]) by pimout6-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j6L6XbAQ492216; Thu, 21 Jul 2005 02:33:38 -0400 Message-ID: <42DF419C.90203@root.org> Date: Wed, 20 Jul 2005 23:33:00 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050416) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: dhclient started twice on recent 7-current? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 06:33:47 -0000 When booting, dhclient is started just after "hostname". However, once devd starts, it tries to start dhclient again which fails with a message saying dhclient is already running. Here are the relevant sections from rc.conf: removable_interfaces="an0" ifconfig_fxp0="DHCP" ifconfig_an0="DHCP" hostname="mrspecial" devd_enable="YES" Ideas? -- Nate