From owner-freebsd-current@FreeBSD.ORG Sun Nov 21 21:30:08 2010 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 113A6106566C for ; Sun, 21 Nov 2010 21:30:08 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id B6D128FC0C for ; Sun, 21 Nov 2010 21:30:07 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PKHU4-0005pJ-Vy for freebsd-current@freebsd.org; Sun, 21 Nov 2010 22:30:04 +0100 Received: from cpe-188-129-98-75.dynamic.amis.hr ([188.129.98.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Nov 2010 22:30:04 +0100 Received: from ivoras by cpe-188-129-98-75.dynamic.amis.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Nov 2010 22:30:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Sun, 21 Nov 2010 22:26:29 +0100 Lines: 19 Message-ID: References: <1290359006.16558.787.camel@home-yahoo> <4CE9727F.5050305@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe-188-129-98-75.dynamic.amis.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101102 Thunderbird/3.1.6 In-Reply-To: <4CE9727F.5050305@gmail.com> Subject: Re: 256G Ram Panic 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, 21 Nov 2010 21:30:08 -0000 On 11/21/10 20:26, Alan Cox wrote: > Sean Bruno wrote: >> http://people.freebsd.org/~sbruno/256G_SMAP.png >> http://people.freebsd.org/~sbruno/256G_panic1.png >> http://people.freebsd.org/~sbruno/256G_panic2.png >> >> >> Trying to get the HP DL980 online today and I see the following panic on >> startup from the installer CD that I created from -CURRENT. > > Try the attached patch. And if that patch fails, try going to /usr/src/sys/kern/subr_msgbuf.c and replacing the body of msgbuf_reinit() with just "msgbuf_clear(mbp)" or if that fails, just with nothing (i.e. remove all code).