From owner-freebsd-current@FreeBSD.ORG Wed Jul 11 02:15:28 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BCD62106566B for ; Wed, 11 Jul 2012 02:15:28 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6BEF88FC0C for ; Wed, 11 Jul 2012 02:15:28 +0000 (UTC) Received: by ggnm2 with SMTP id m2so820102ggn.13 for ; Tue, 10 Jul 2012 19:15:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=uQFRvzTi0LSZnD8zpUenbm0Yb4YgwUCWIYuNxyz1LXg=; b=VhmIF+ft3YNVM+scCHAg1kCK76Kd2ol1PWkZSZIxnvZEdRdxyvU/jVzqqFxEgcCy/8 UAYcbqh1/SqQQ7RQqHhFFLJup2E2F/BYLXDc54auYglCYM74N+HRn4as1NryVv9wWjF8 XAw/x/w63w17KgEcKU2cRl4K7g0v2sYEZgmCcsN0LDjbwlwVRggrxQMvAOjwofIBKWgz 1I/gtHVBVHNE67YnQFKwty961Ha5bTytNfpsrVPfUPuh0IGIPu3Iwf4Tyat72lTWdFKX jwAtILyNt8s4Dud1b8VgcXe8binfX16jpbi+G8x/wpId1qdVZRy7jAQ7OkVNcAZFLCCJ Is4A== MIME-Version: 1.0 Received: by 10.60.3.194 with SMTP id e2mr48819498oee.1.1341972921780; Tue, 10 Jul 2012 19:15:21 -0700 (PDT) Received: by 10.76.84.7 with HTTP; Tue, 10 Jul 2012 19:15:21 -0700 (PDT) In-Reply-To: <20120711020609.GB1898@albert.catwhisker.org> References: <20120709131957.GI1552@albert.catwhisker.org> <20120711020609.GB1898@albert.catwhisker.org> Date: Tue, 10 Jul 2012 19:15:21 -0700 Message-ID: From: Garrett Cooper To: David Wolfskill , Garrett Cooper , Brandon Gooch , current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: "ifconfig create" breaks between r238227 - r238290? 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, 11 Jul 2012 02:15:28 -0000 On Tue, Jul 10, 2012 at 7:06 PM, David Wolfskill wrote: > On Tue, Jul 10, 2012 at 06:50:57PM -0700, Garrett Cooper wrote: >> On Tue, Jul 10, 2012 at 6:38 PM, Brandon Gooch >> wrote: >> >> ... >> >> > Same thing here, and I tracked it down to r238279: >> > >> > http://svnweb.freebsd.org/base?view=revision&revision=238279 >> > >> > Not yet sure why though, looking info it... >> >> What does `ifconfig -l` say :)? > > g1-228(10.0-C)[1] uname -a > FreeBSD g1-228.catwhisker.org 10.0-CURRENT FreeBSD 10.0-CURRENT #615 238290M: Mon Jul 9 05:39:15 PDT 2012 root@g1-227.catwhisker.org:/usr/obj/usr/src/sys/CANARY i386 > g1-228(10.0-C)[2] ifconfig -l > em0 iwn0 fwe0 fwip0 lo0 wlan0 > g1-228(10.0-C)[3] > > (I'm connected via the em0 NIC at the moment.) Curious. I was wondering about this because there's some logic in network.subr that parses ifconfig -l output -- thinking that the fallout might have been there. I would be curious next to see what devd is trying to execute. As a fun next test, try adding the following line to devd.conf (look for "dhclient") and restart devd: nomatch "bus" "uhub[0-9]+"; Cheers, -Garrett