From owner-freebsd-mobile@FreeBSD.ORG Fri Feb 3 18:54:03 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8574116A420 for ; Fri, 3 Feb 2006 18:54:03 +0000 (GMT) (envelope-from pneumann@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id E15F143D48 for ; Fri, 3 Feb 2006 18:54:02 +0000 (GMT) (envelope-from pneumann@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so879472wra for ; Fri, 03 Feb 2006 10:54:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=dY+QJ7Z4axAK1PrQqC6T8/UY2yKmAKS8OSw8GTRc34Po3YVtUhlGPUY65nOEQUoST94FUjP5kjjvN8E7/DbzhIuJmYQJo0oALdGV3V+n1nD4R8hvXVGjNk62CL0uzIlADT0fP1mVoMX4vBFIrRU0BQu5cUfKq0IeCgpP6aECKRk= Received: by 10.54.148.2 with SMTP id v2mr3910390wrd; Fri, 03 Feb 2006 10:54:01 -0800 (PST) Received: from ?10.0.0.100? ( [200.30.215.5]) by mx.gmail.com with ESMTP id g2sm1093269wra.2006.02.03.10.54.00; Fri, 03 Feb 2006 10:54:01 -0800 (PST) From: Phillip Neumann To: freebsd-mobile@freebsd.org In-Reply-To: <59391.24.90.33.115.1138965018.squirrel@mail.el.net> References: <52993.24.90.33.115.1138913403.squirrel@mail.el.net> <59391.24.90.33.115.1138965018.squirrel@mail.el.net> Content-Type: text/plain Date: Fri, 03 Feb 2006 10:53:57 +0000 Message-Id: <1138964037.839.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: dhclient in 6.0 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 18:54:03 -0000 Ill use this same topic to ask this.. :-) when i enable dhcp for lets say my bfe0 card: ifconfig_bfe0="DHCP" when the system boots, and there is no cable connected to the interface, i see this: bfe0: no link .............. giving up the cable is rarely connected becouse its a notebook.. and that message takes about 5 seconds to pass. and it occurrs twice when the system boots up. why is it trying to obtain a ip adress on a inteface wich has no link? it should quit inmediatly... (if i dont configure this on rc.conf, then when pluggin a cable, dhclient wont run, as stated in devd.conf, wich is pretty neat.) good luck, -- Phillip Neumann