From owner-freebsd-current@FreeBSD.ORG Wed Feb 22 17:02:17 2006 Return-Path: X-Original-To: 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 82F4416A420 for ; Wed, 22 Feb 2006 17:02:17 +0000 (GMT) (envelope-from oberman@es.net) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5949843D46 for ; Wed, 22 Feb 2006 17:02:17 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id IBA74465; Wed, 22 Feb 2006 09:02:13 -0800 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id BAB0645046; Wed, 22 Feb 2006 09:02:12 -0800 (PST) To: Tobias Roth In-reply-to: Your message of "Tue, 21 Feb 2006 08:51:40 +0100." <20060221075140.GA9101@droopy.unibe.ch> Date: Wed, 22 Feb 2006 09:02:12 -0800 From: "Kevin Oberman" Message-Id: <20060222170212.BAB0645046@ptavv.es.net> Cc: current@freebsd.org Subject: Re: dhclient existing when run early in startup 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: Wed, 22 Feb 2006 17:02:17 -0000 I have dhclient almost working on -current. I just added the following 3 lines before running dhclient: if ! [ -d "/var/empty" ]; then mkdir /var/empty fi I don't delete the directory, so it's only created once and just sits there forever. Now, the correct profile is selected, but I now hang in dhclient in netif. This may be impacted by the fact that I am running ISC dhcp-client because my Prism 2.5 does not play will with the one in -current. A ^C clears things and the system starts fine with the correct configuration of the interface. I will try running it again with debugging turned on. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634