From owner-freebsd-stable@FreeBSD.ORG Mon May 9 17:02:51 2011 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 5C6AC106566B for ; Mon, 9 May 2011 17:02:51 +0000 (UTC) (envelope-from bartosz.stec@it4pro.pl) Received: from mainframe.kkip.pl (kkip.pl [87.105.164.78]) by mx1.freebsd.org (Postfix) with ESMTP id 0E3A18FC0C for ; Mon, 9 May 2011 17:02:50 +0000 (UTC) Received: from static-78-8-144-74.ssp.dialog.net.pl ([78.8.144.74] helo=[192.168.0.2]) by mainframe.kkip.pl with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.75 (FreeBSD)) (envelope-from ) id 1QJTqv-000LzP-Vl for freebsd-stable@freebsd.org; Mon, 09 May 2011 19:02:49 +0200 Message-ID: <4DC81E22.5030806@it4pro.pl> Date: Mon, 09 May 2011 19:02:26 +0200 From: Bartosz Stec Organization: IT4Pro User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; pl; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: FreeBSD Stable References: <4DC6A277.4030801@it4pro.pl> <4DC6E23B.2040207@it4pro.pl> In-Reply-To: <4DC6E23B.2040207@it4pro.pl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: bartosz.stec@it4pro.pl X-Authenticator: plain X-Sender-Verify: SUCCEEDED (sender exists & accepts mail) X-Spam-Score: -7.8 X-Spam-Score-Int: -77 X-Exim-Version: 4.75 (build at 30-Mar-2011 13:28:38) X-Date: 2011-05-09 19:02:49 X-Connected-IP: 78.8.144.74:62697 X-Message-Linecount: 103 X-Body-Linecount: 89 X-Message-Size: 3120 X-Body-Size: 2507 X-Received-Count: 1 X-Recipient-Count: 1 X-Local-Recipient-Count: 1 X-Local-Recipient-Defer-Count: 0 X-Local-Recipient-Fail-Count: 0 Subject: Re: Panic during kernel booting on HP Proliant DL180G6 and latest STABLE 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: Mon, 09 May 2011 17:02:51 -0000 W dniu 2011-05-08 20:34, Bartosz Stec pisze: > W dniu 2011-05-08 16:02, Bartosz Stec pisze: >> Hi list! >> >> I moved my 8-STABLE system from cheap AMD64 machine to Proliant >> DL180G6 (full ZFS send -> receive) yesterday. >> Operation was succesfull, system booted and everything worked fine. >> Still, I wanted to perform full world + kernel rebuild with updated >> sources and CPUTYPE (core2 instead of athlon64) and removed unused >> NIC drivers from kernel. >> >> New kernel panicked during boot. I rebuilt kernel again, without any >> CPUTYPE in make.conf, but panic was still there. Old kernel (built at >> 8.04.2011) is booting fine. >> First panic line says: >> >> panic: m_getzone: m_getjcl: invalid cluster type. >> >> >> I made a por quality photo of screen with stack backtrace and it's >> available here: http://www.picamatic.com/view/7544359_IMAG0029/ >> >> Now the funny thing: >> >> Igb driver is compiled into the kernel. If I add igb driver to >> loader.conf kernel complains of course: >> >> module_register: module pci/igb already exists! >> Module pci/igb failed to register: 17 >> >> >> but there's no panic! >> >> When I remove 'if_igb_load="YES"' from loader.conf, I experience >> panic visible above. >> >> Kernel config: http://pastebin.com/G7K0vfuJ >> >> > Picamatic seems offline now, so here's another link to backtrace > photo: http://i51.tinypic.com/nyuux3.jpg > > Maybe make.conf will be useful too: > > CPUTYPE?=core2 > KERNCONF=PROLIANT > #MAKEOPTS=-j3 > #WITH_DEBUG=yes > #DEBUG_FLAGS=-g > > # default build settings for ports collection > .if ${.CURDIR:M*/ports/*} && !defined(NOCCACHE) > CFLAGS=-O2 -pipe > #CXXFLAGS= -O2 -fno-strict-aliasing -pipe -funroll-loops > BUILD_OPTIMIZED=YES > WITH_OPENSSL=YES > WITH_XCHARSET=all > WITH_CHARSET=utf8 > WITH_COLLATION=utf8_general_ci > .endif > > # default build settings for base system > .if ${.CURDIR:M*/usr/src/*} || ${.CURDIR:M*/usr/obj/*} && > !defined(NOCCACHE) > > CFLAGS=-O2 -pipe > COPTFLAGS=-O2 -pipe > > CC:=${CC:C,^cc,/usr/local/libexec/ccache/world/cc,1} > CXX:=${CXX:C,^c\+\+,/usr/local/libexec/ccache/world/c++,1} > > .endif > > # added by use.perl 2011-05-08 17:13:51 > PERL_VERSION=5.10.1 > > > Dear list, shoud I provide some additional data to help find a problem, or just fill a PR :)? Maybe full dmesg output will help?: http://pastebin.com/Es0CKD64 It's from kernel which is panicking. -- Bartosz Stec