From owner-freebsd-current@FreeBSD.ORG Sun Nov 7 23:48:22 2010 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 E18BD1065674; Sun, 7 Nov 2010 23:48:22 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4DCE38FC1B; Sun, 7 Nov 2010 23:48:21 +0000 (UTC) Received: by wyb34 with SMTP id 34so2877280wyb.13 for ; Sun, 07 Nov 2010 15:48:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=dtxTRWHjbcFib/i8ZYku3LzBhJ25hHU+0rSk+rRduig=; b=ooP86TH4Ib5Y04lz1A9R8Zmy/RM3ekTjK/IiNovTOnyV7IVXxyQt6IOBGkaawZnjbN LLTAvt1W35bv3aJxK4Mx+qKzBb4cTCpHMVO8OgSXXx4wXp/ukBuyWdsEYs2FFZlmP4Hd vgiE8qyfqtlkMGmCJr0M6ixnihmBWwcg1FbPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=Ne5qrCXipj+JxcBp0xy1QoNAKlgr2TCFV5N8pOV+h0mViH4yEIUaaTv42o0l9yUddk t2tXZ++EiVd4DT7O32rXnaRFzKfMNbbuLaipMDUZmh8/Y42HBONLByY8GYZiRdGbloHY Ev/8gGruomB9RXxaCEU7X4/jmrOLVHAhrDzDc= MIME-Version: 1.0 Received: by 10.216.7.210 with SMTP id 60mr3676208wep.30.1289173698919; Sun, 07 Nov 2010 15:48:18 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.198.27 with HTTP; Sun, 7 Nov 2010 15:48:18 -0800 (PST) In-Reply-To: References: Date: Sun, 7 Nov 2010 15:48:18 -0800 X-Google-Sender-Auth: c1v13gGM4FcsbBTvKmH2-3YSi54 Message-ID: From: Garrett Cooper To: "Sam Fourman Jr." Content-Type: text/plain; charset=ISO-8859-1 Cc: David Rhodus , FreeBSD Current , Jung-uk Kim Subject: Re: ACPI panic on boot recent HEAD 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: Sun, 07 Nov 2010 23:48:23 -0000 On Sun, Nov 7, 2010 at 12:42 PM, Sam Fourman Jr. wrote: > On Sun, Nov 7, 2010 at 1:29 PM, Garrett Cooper wrote: >> On Sun, Nov 7, 2010 at 10:02 AM, Sam Fourman Jr. wrote: >>> Hello list, >>> >>> here is a digital camera pic of a panic that happened while booting >>> yesterdays Source tree >>> >>> http://www.puffybsd.com/IMG_4136.JPG >>> >>> >>> here is a dmesg from a older current >>> http://www.puffybsd.com/amddmesg.txt >> >> Uh, that looks like geom to me, not acpi... > > I saw the ACPI warning on top so I blamed ACPI... > maybe I was wrong, this stuff is not my strong suit It's ok :) (one thing to note is that the ACPI warning is present in both cases)... It would be interesting to note what modules you load (in particular the geom ones), and what GEOM options you define in your kernconf, as well as whether or not you built your kernel and world from scratch. Thanks! -Garrett