From owner-freebsd-stable@FreeBSD.ORG Tue Dec 28 00:24:57 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86B1F106564A for ; Tue, 28 Dec 2010 00:24:57 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 271348FC27 for ; Tue, 28 Dec 2010 00:24:56 +0000 (UTC) Received: by wyf19 with SMTP id 19so8817846wyf.13 for ; Mon, 27 Dec 2010 16:24:55 -0800 (PST) Received: by 10.227.129.69 with SMTP id n5mr185391wbs.136.1293495884191; Mon, 27 Dec 2010 16:24:44 -0800 (PST) Received: from dfleuriot.local (paris.c-mal.com [88.170.200.60]) by mx.google.com with ESMTPS id m10sm8839466wbc.16.2010.12.27.16.24.43 (version=SSLv3 cipher=RC4-MD5); Mon, 27 Dec 2010 16:24:43 -0800 (PST) Message-ID: <4D192E4B.9020701@my.gd> Date: Tue, 28 Dec 2010 01:24:43 +0100 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <4D191642.4050908@twisted.net> In-Reply-To: <4D191642.4050908@twisted.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: Kernel/World Upgrade causes Hang X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2010 00:24:57 -0000 Hey Troy, I can't speak for the rest of the list but I think we're missing a bit of information here. What are you trying to build and boot, 8.1, 8.2pre ? Are you building a GENERIC kernel ? I notice you're currently using a custom one. If you're not, I would suggest trying GENERIC first. You might want to post your whole boot message if it can be recovered. Also and in case you don't know, you may quickly test your kernel like so: nextboot -k yourkernelhere Next reboot, the host will try yourkernelhere, and on the reboot after that, revert to your regular kernel. Other than that, quick things to check: 1/ built world before kernel 2/ built kernel SINGLE THREADED (no -j X to speed it up, which you can do for the world) 3/ tracked the *correct* version in the cvsup file (I've had this case where I was running fbsd8 zfs boot, and was building a 7.x kernel by mistake cause I was tracking releng7 -.- ) 4/ retrieved and managed to boot a stock GENERIC kernel from 8.1 or 8.2, whichever you're tracking On 12/27/10 11:42 PM, Troy wrote: > I recently rebuilt the world and kernel and everything built just fine > and when I went to boot into the new kernel, it hangs. I had to revert > back to my previous kernel. > > Currently I'm running: > FreeBSD server.domain.net 8.0-STABLE FreeBSD 8.0-STABLE #1: Sat Jan 23 > 20:44:06 CST 2010 root@server.domain.net:/usr/obj/usr/src/sys/server amd64 > > When it hangs upon boot-up it simply stops here. I don't know how I can > figure out what is causing the root of the hang. I'd really like to get > this machine upgraded. > > Ppc0 cannot reserve I/O port range > PowerNow0 on cpu0 > Device_attach: PowerNow0 attach return 6 > PowerNow0 on cpu1 > Device_attach: PowerNow0 attach return 6 > PowerNow1 on cpu0 > Device_attach: PowerNow0 attach return 6 > PowerNow1 on cpu1 > Device_attach: PowerNow0 attach return 6 > Time Counters Tick every 1.000 msec > <<>> > > Any help is greatly appreciated. > > -Troy > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"