From owner-freebsd-current@FreeBSD.ORG Sun Sep 7 14:09:32 2003 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 300F216A4BF for ; Sun, 7 Sep 2003 14:09:32 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2208643FE1 for ; Sun, 7 Sep 2003 14:09:30 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h87L9RTX093804; Sun, 7 Sep 2003 15:09:27 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 07 Sep 2003 15:08:18 -0600 (MDT) Message-Id: <20030907.150818.127303792.imp@bsdimp.com> To: dgilbert@dclg.ca From: "M. Warner Losh" In-Reply-To: <16219.30455.762472.264053@canoe.dclg.ca> References: <18850000.1062771730@lerlaptop.iadfw.net> <20030905.133003.52134645.imp@bsdimp.com> <16219.30455.762472.264053@canoe.dclg.ca> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: ler@lerctr.org Subject: Re: devd *NOT* called on wi0 insert? 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, 07 Sep 2003 21:09:32 -0000 In message: <16219.30455.762472.264053@canoe.dclg.ca> David Gilbert writes: : >>>>> "M" == M Warner Losh writes: : : M> In message: <18850000.1062771730@lerlaptop.iadfw.net> Larry : M> Rosenman writes: : I have a (within the week) : M> -CURRENT system. If I boot with my Linksys : WPC11 V.3 card : M> inserted : I get the dhcp actions and all is fine. If I remove the : M> card, we don't : kill off dhclient. : : If I boot without the : : Actually, I think devd needs to be significantly smarter. Consider : the average laptop: one or more permanent interfaces and one or more : transient interfaces. The current devd is smart enough. Devd's config file might use some additional tweaking. : Currently, if bge0 (my permanent interface) has link at boot, it gets : dhclient. Similarly to the origional poster, if wi0 is inserted at : boot, it gets dhclient. Don't blame devd for dhclient being brain dead. Fix the brain damage in dhclient, don't use devd to work around that brain damage. : devd doesn't seem to do much else. Devd does anything you want it to do. Warner