From owner-freebsd-current@FreeBSD.ORG Tue Dec 20 15:43:22 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 AACE31065673; Tue, 20 Dec 2011 15:43:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 693E18FC1B; Tue, 20 Dec 2011 15:43:22 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:885d:8801:7070:a497] (unknown [IPv6:2001:7b8:3a7:0:885d:8801:7070:a497]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id B33B35C37; Tue, 20 Dec 2011 16:43:21 +0100 (CET) Message-ID: <4EF0AD19.2000603@FreeBSD.org> Date: Tue, 20 Dec 2011 16:43:21 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111214 Thunderbird/9.0 MIME-Version: 1.0 To: Doug Barton References: <4EEF0124.4000902@FreeBSD.org> <4EEF3B22.8010401@FreeBSD.org> <4EF0499D.4070000@FreeBSD.org> In-Reply-To: <4EF0499D.4070000@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current 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: Tue, 20 Dec 2011 15:43:22 -0000 On 2011-12-20 09:38, Doug Barton wrote: ... > I tried replacing both ifconfig and dhclient with the versions that were > built along with the new kernel, and that didn't work. Looking at the changes in r228571, it seems they also affect libc, so installing that is probably also needed. Since all my test systems are already upgraded to post-r228571, can somebody please confirm it works after doing: make -C $srcdir/lib/libc install make -C $srcdir/sbin/dhclient install make -C $srcdir/sbin/ifconfig install > The traditional (and documented) upgrade process for many years has been > to boot the new kernel, make sure it's Ok, then update world. Obviously > something different is needed this time, so it needs an UPDATING entry > (assuming that all this is not just a bug). Well, if there *is* any method of getting your network working before installworld, it should be added to UPDATING... :)