From owner-freebsd-stable@FreeBSD.ORG Fri Oct 22 17:28:56 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 6CA58106566B for ; Fri, 22 Oct 2010 17:28:56 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by mx1.freebsd.org (Postfix) with ESMTP id 33C908FC0C for ; Fri, 22 Oct 2010 17:28:55 +0000 (UTC) Received: from [127.0.0.1] (cheese.corp.yahoo.com [216.145.50.99]) by mrout2.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id o9MHSY8D048128; Fri, 22 Oct 2010 10:28:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=yahoo-inc.com; s=cobra; t=1287768514; bh=DtVbrpI9IIwiv9GTgmbjfHSkJ5Hdza10/TJauk7u8vg=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=lYXxkf1AuIzNNGwfBvqIz4xXbYBHbQlfPsJag/tykAcApufRLoSg2GCCyQLIZz0R2 E9mbHsftJuLzyntnj8/qyAps0fXAN8l2VP0uw5N90JC6CGI+ZB4lJsDUWZkT0kfHlb P1RHI5+08OPiDY9zAbeEv1/XvKntRkL6TtOZ4MGU= From: Sean Bruno To: Kostik Belousov In-Reply-To: <20101021190631.GZ2392@deviant.kiev.zoral.com.ua> References: <20101019031144.GA68635@stlux503.dsto.defence.gov.au> <4CBD2997.5090508@icyb.net.ua> <201010190901.06279.jhb@freebsd.org> <1287597910.2600.5.camel@home-yahoo> <4CBF30E5.6080705@icyb.net.ua> <1287598579.2600.10.camel@home-yahoo> <4CBF3307.3040206@icyb.net.ua> <1287599301.2600.12.camel@home-yahoo> <4CC036BA.1020802@icyb.net.ua> <1287679803.3336.3.camel@home-yahoo> <20101021190631.GZ2392@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset="UTF-8" Date: Fri, 22 Oct 2010 10:28:33 -0700 Message-ID: <1287768513.4080.3.camel@home-yahoo> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 7bit Cc: "freebsd-stable@freebsd.org" , Andriy Gapon Subject: Re: kpanic on install on HP DL980/580 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: Fri, 22 Oct 2010 17:28:56 -0000 On Thu, 2010-10-21 at 12:06 -0700, Kostik Belousov wrote: > On Thu, Oct 21, 2010 at 09:50:03AM -0700, Sean Bruno wrote: > > On Thu, 2010-10-21 at 05:48 -0700, Andriy Gapon wrote: > > > on 20/10/2010 21:28 Sean Bruno said the following: > > > > I guess, I could replace the kernel on the CD and have them reburn it? > > > > > > That should work. > > > BTW, here I described "yet another" way of building custom recovery/installation > > > CDs that I use: > > > http://wiki.freebsd.org/AvgLiveCD > > > > > > > Before I get started on this, it looks like something else is going on. > > > > Here is a panic + trace on the latest 9-current snap shot. "hammer > > time" indeed. > > > > Suggestions are welcome! > > > > > > http://people.freebsd.org/~sbruno/9-current-panic.png > > > > http://people.freebsd.org/~sbruno/9-current-trace-panic.png > > It feels like msgbufp variable has absurd value. Can you arrange > to get the output of verbose boot, esp. the SMAP lines ? > Also, you could add printfs near amd64/amd64/machdep.c:1517 > /* Map the message buffer. */ > msgbufp = (struct msgbuf *)PHYS_TO_DMAP(phys_avail[pa_indx]); > to show the values of all participants, i.e. msgbufp, pa_indx > and phys_avail[pa_indx]. [subject change and thread breaking] Working on it. The RTT on getting tests is going to be long though. Apparently, I'll have to push ISO images for test *somewhere* that the HP folks can download, burn to a disk and boot the machines from. However, they have let me have access for another week and added the DL580 G7 to the testing as well. I'll update as I get progress and debugging. Sean