From owner-freebsd-rc@FreeBSD.ORG Wed Feb 22 18:31:35 2006 Return-Path: X-Original-To: freebsd-rc@freebsd.org Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D83D16A420 for ; Wed, 22 Feb 2006 18:31:35 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub03.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2D1443D48 for ; Wed, 22 Feb 2006 18:31:33 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub01-eth0.unibe.ch [130.92.254.65]) by mailhub03.unibe.ch (Postfix) with ESMTP id 1C2AD29088; Wed, 22 Feb 2006 19:31:33 +0100 (CET) Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub01.unibe.ch [130.92.254.65]) (amavisd-new, port 10024) with LMTP id 27183-08-26; Wed, 22 Feb 2006 19:31:30 +0100 (CET) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id A3AF728A18; Wed, 22 Feb 2006 19:31:30 +0100 (CET) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.12.10+Sun/8.12.10) with ESMTP id k1MIVU8Z022484; Wed, 22 Feb 2006 19:31:30 +0100 (MET) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k1MIVUMa018392; Wed, 22 Feb 2006 19:31:30 +0100 (MET) Date: Wed, 22 Feb 2006 19:31:30 +0100 From: Tobias Roth To: Kevin Oberman Message-ID: <20060222183130.GA18354@droopy.unibe.ch> References: <20060221075140.GA9101@droopy.unibe.ch> <20060222170212.BAB0645046@ptavv.es.net> <20060222174142.GA18232@droopy.unibe.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060222174142.GA18232@droopy.unibe.ch> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. X-Virus-checked: by University of Berne Cc: freebsd-rc@freebsd.org Subject: Re: dhclient existing when run early in startup X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:31:35 -0000 On Wed, Feb 22, 2006 at 06:41:42PM +0100, Tobias Roth wrote: > On Wed, Feb 22, 2006 at 09:02:12AM -0800, Kevin Oberman wrote: > > 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. > > I'll add that to the next revision. I'm installing and setting up > -CURRENT right now so I can continue development there. By the way, do you know why you have no /var/empty in the first place? I just tried profile with a vanilla current from feb 7, and it works even without your trick above, since I already had a /var/empty. > > 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. > > Yeah, in rev 25I adapted profile from the old ISC dhcp to the new > OpenBSD dhcp. You might want to revert this if you depend on ISC. On second thought, I am now confused. Are you saying that you use both dhclients concurrently? The OpenBSD one during profile (since it is run before mountcritlocal and you probably have isc-dhclient installed under /usr/local), and isc after mountcritlocal has been executed? greets, Tobias