From owner-freebsd-current@FreeBSD.ORG Tue Jan 31 18:35:18 2012 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40423106566B for ; Tue, 31 Jan 2012 18:35:18 +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 018588FC1B for ; Tue, 31 Jan 2012 18:35:18 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:4dd4:e805:cea2:78dc] (unknown [IPv6:2001:7b8:3a7:0:4dd4:e805:cea2:78dc]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id D48555C59; Tue, 31 Jan 2012 19:35:16 +0100 (CET) Message-ID: <4F283465.3000506@FreeBSD.org> Date: Tue, 31 Jan 2012 19:35:17 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120124 Thunderbird/10.0 MIME-Version: 1.0 To: "Philip M. Gollucci" References: <4F281509.5070004@p6m7g8.com> In-Reply-To: <4F281509.5070004@p6m7g8.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org Subject: Re: em0 failure on 10-current w/ clang 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, 31 Jan 2012 18:35:18 -0000 On 2012-01-31 17:21, Philip M. Gollucci wrote: > sudo mv kernel kernel.clang > sudo mv kernel.old kernel > > has me back in action for now on 9.0-RELEASE. > > What info can I provide to be of help? > > > Jan 31 16:05:31<4.5> frieza login: ROOT LOGIN (root) ON ttyv0 > Jan 31 16:06:03<18.5> frieza sudo: root : TTY=ttyv0 ; PWD=/root ; > USER=root ; COMMAND=/etc/rc.d/netif restart > Jan 31 16:06:03<0.7> frieza kernel: ifa_del_loopback_route: deletion > failed: 3 > Jan 31 16:06:03<0.7> frieza kernel: ifa_add_loopback_route: insertion > failed: 17 > Jan 31 16:06:05<0.7> frieza kernel: ifa_del_loopback_route: deletion > failed: 3 > Jan 31 16:06:05<0.7> frieza kernel: ifa_add_loopback_route: insertion > failed: 17 > Jan 31 16:06:05<0.5> frieza kernel: em0: link state changed to DOWN > Jan 31 16:06:09<3.3> frieza dhclient[2315]: em0: not found I don't think it has anything to do with clang per se; there were some incompatibilities introduced in ifconfig's ioctls, so you must upgrade world before being able to use any networking. This is very annoying if you want to install of NFS... :(