From owner-freebsd-current@FreeBSD.ORG Sun Feb 27 13:12:45 2005 Return-Path: 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 C93B016A4CE for ; Sun, 27 Feb 2005 13:12:45 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B89B443D5A for ; Sun, 27 Feb 2005 13:12:44 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail invoked by alias); 27 Feb 2005 13:12:43 -0000 Received: from pD9E6E58E.dip.t-dialin.net (EHLO ms.homeip.net) (217.230.229.142) by mail.gmx.net (mp001) with SMTP; 27 Feb 2005 14:12:43 +0100 X-Authenticated: #15946415 Received: from [10.0.0.1] (helo=[10.0.0.140]) by ms.homeip.net with esmtpsa (TLSv1:AES256-SHA:256) id 1D5OG6-000FDh-NN for freebsd-current@freebsd.org; Sun, 27 Feb 2005 14:14:54 +0100 Message-ID: <4221C746.8010204@gmx.de> Date: Sun, 27 Feb 2005 14:12:38 +0100 From: Jochen Gensch User-Agent: Mozilla Thunderbird 1.0 (X11/20050101) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: dhclient with non present devices X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 27 Feb 2005 13:12:45 -0000 Hi, on the way to find a solution for getting dhclient to fetch ips for my wireless nic I found the option "-w". This option should cause dhclient not to exit when the device isn't present at load. However this doesn't work. Dhclient still says ath0: not found... is this a bug? Jochen