From owner-freebsd-current@FreeBSD.ORG Mon Dec 19 16:36:12 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D6DC106564A; Mon, 19 Dec 2011 16:36:12 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id B95438FC16; Mon, 19 Dec 2011 16:36:11 +0000 (UTC) Received: by yhfq46 with SMTP id q46so4964861yhf.13 for ; Mon, 19 Dec 2011 08:36:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=Wb5FEzJdhWwJ+aevr+mXYgQGzr7YA1RriJJ5JruHh7Q=; b=B+iIPkiXvo1MTohvmZ0/O8Ibjk7pyf63mnrbQNo3ES3+LauXmloMSnF4FM1icQKy7f KMLpPqug7r/i+dZBNn547zubeuGkKUBWwBpkX+OCXODj31xaqldVFkwkqfinAPkFJB5L sxQUZqdVgF3cQb/LrzOEGjYyH4ZGBtyhaN5E4= Received: by 10.236.77.232 with SMTP id d68mr28566968yhe.98.1324312571098; Mon, 19 Dec 2011 08:36:11 -0800 (PST) Received: from [192.168.20.56] (c-24-6-49-154.hsd1.ca.comcast.net. [24.6.49.154]) by mx.google.com with ESMTPS id i50sm30763891yhk.11.2011.12.19.08.36.09 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Dec 2011 08:36:10 -0800 (PST) References: <4EEF0124.4000902@FreeBSD.org> <4EEF3B22.8010401@FreeBSD.org> In-Reply-To: <4EEF3B22.8010401@FreeBSD.org> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: X-Mailer: iPhone Mail (9A405) From: Garrett Cooper Date: Mon, 19 Dec 2011 08:36:06 -0800 To: Dimitry Andric Cc: freebsd-current , Doug Barton Subject: Re: r228700 can't dhclient em0 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: Mon, 19 Dec 2011 16:36:12 -0000 On Dec 19, 2011, at 5:24 AM, Dimitry Andric wrote: > On 2011-12-19 10:17, Doug Barton wrote: >> I updated to r228700 from 228122 and dhclient exits immediately saying >> that em0 doesn't exist. However ifconfig seems to disagree: >>=20 >>=20 >> em0: flags=3D8843 metric 0 mtu 1= 500 >>=20 >> options=3D4219b >> ether 00:24:e8:30:10:9b >> nd6 options=3D29 >> media: Ethernet autoselect (100baseTX) >> status: active >> lo0: flags=3D8049 metric 0 mtu 16384 >> options=3D3 >> nd6 options=3D21 >>=20 >>=20 >> Interestingly, some of the options are different in that version, vs. >> the working version: >>=20 >> em0: flags=3D8843 metric 0 mtu 1= 500 >> options=3D219b >> ether 00:24:e8:30:10:9b >> inet 172.17.198.245 netmask 0xffff0000 broadcast 172.17.255.255 >> nd6 options=3D29 >> media: Ethernet autoselect (100baseTX) >> status: active >=20 > I saw this too, when my kernel and userland were out of sync (e.g. just > after installing a new kernel, and before installworld). I suspect it > is caused by the changes in r228571, which cause old ifconfig and > dhclient to not recognize any interfaces. I'm not 100% sure though. This makes sense because the structs that describe addresses changed recentl= y. -Garrett=