From owner-freebsd-current@FreeBSD.ORG Wed Jun 15 00:50:53 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 93D8F16A41C for ; Wed, 15 Jun 2005 00:50:53 +0000 (GMT) (envelope-from matt@gabby.gsicomp.on.ca) Received: from gabby.gsicomp.on.ca (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [69.193.82.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B8F143D1D for ; Wed, 15 Jun 2005 00:50:52 +0000 (GMT) (envelope-from matt@gabby.gsicomp.on.ca) Received: from gabby.gsicomp.on.ca (matt@localhost.gsicomp.on.ca [127.0.0.1]) by gabby.gsicomp.on.ca (8.12.9p2/8.12.9) with ESMTP id j5F0vDfs062892; Tue, 14 Jun 2005 20:57:14 -0400 (EDT) (envelope-from matt@gabby.gsicomp.on.ca) Received: from localhost (matt@localhost) by gabby.gsicomp.on.ca (8.12.9p2/8.12.9/Submit) with ESMTP id j5F0v3G2062886; Tue, 14 Jun 2005 20:57:11 -0400 (EDT) (envelope-from matt@gabby.gsicomp.on.ca) Date: Tue, 14 Jun 2005 20:57:02 -0400 (EDT) From: Matthew Emmerton To: Brooks Davis In-Reply-To: <20050614162338.GA20371@odin.ac.hmc.edu> Message-ID: <20050614205537.D62878@gabby.gsicomp.on.ca> References: <20050607034620.GA32718@odin.ac.hmc.edu> <1118728905.939.5.camel@localhost> <20050614162338.GA20371@odin.ac.hmc.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Wed, 15 Jun 2005 11:44:48 +0000 Cc: Vladimir Grebenschikov , freebsd-current@freebsd.org Subject: Re: HEADSUP: OpenBSD dhclient incoming 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, 15 Jun 2005 00:50:53 -0000 On Tue, 14 Jun 2005, Brooks Davis wrote: > On Tue, Jun 14, 2005 at 10:01:45AM +0400, Vladimir Grebenschikov wrote: >> ? ??, 06/06/2005 ? 20:46 -0700, Brooks Davis ?????: >>> I'm about to start importing the OpenBSD dhclient and required >>> support in /etc. I will unhook dhclient from the build while I work so >>> there shouldn't be much breakage for most people >> >> I have strange behavior of new dhclient + devd: >> >> just after boot (with ethernet plugged) I have no devd events about >> state of media and have interface down, but after first ifconfig (even >> without parameters, even executed by any user) "link state chages to UP" >> event appears and devd starts dhclient on interface. >> >> I do not think that it is desired behavior. >> >> my rc.conf, related to this: >> >> ifconfig_fxp0="dhcp" >> network_interfaces="lo0" >> devd_enable="YES" >> >> Probably I need to comment network_interfaces line, but anyway, now it >> works strange. Shouldn't you have network_interfaces="lo0 fxp0" in order for the rc scripts to run the appropriate ifconfig or dhclient command for each interface? -- Matt Emmerton