From owner-freebsd-mobile@FreeBSD.ORG Sat Jul 24 02:41:58 2004 Return-Path: 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 A9F9A16A4CE for ; Sat, 24 Jul 2004 02:41:58 +0000 (GMT) Received: from serv01.divms.uiowa.edu (serv01.divms.uiowa.edu [128.255.44.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E28043D2D for ; Sat, 24 Jul 2004 02:41:58 +0000 (GMT) (envelope-from jason-dusek@uiowa.edu) Received: from [10.59.1.30] ([63.254.130.211]) by serv01.divms.uiowa.edu with id i6O2fkx4020159 for ; Fri, 23 Jul 2004 21:41:48 -0500 (CDT) Message-ID: <4101CCC5.1080109@uiowa.edu> Date: Fri, 23 Jul 2004 21:43:17 -0500 From: Jason Dusek User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040706 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mobile@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.43 Subject: The Ghost of Dhclient X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 02:41:58 -0000 Hi Everyone, Sometimes I can get wireless to work by running dhclient ndis0, and then I find out that it's not running: # /etc/rc.d/dhclient status dhclient is not running. Like right now. But I can still send email and search the web. How is this happening? I always run # ifconfig ndis0 up before I run dhclient. _jason