From owner-freebsd-stable@FreeBSD.ORG Fri Jun 11 13:45:58 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 A56461065670 for ; Fri, 11 Jun 2010 13:45:58 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta14.emeryville.ca.mail.comcast.net (qmta14.emeryville.ca.mail.comcast.net [76.96.27.212]) by mx1.freebsd.org (Postfix) with ESMTP id 8AC3E8FC17 for ; Fri, 11 Jun 2010 13:45:57 +0000 (UTC) Received: from omta04.emeryville.ca.mail.comcast.net ([76.96.30.35]) by qmta14.emeryville.ca.mail.comcast.net with comcast id Udke1e0050lTkoCAEdlxfZ; Fri, 11 Jun 2010 13:45:57 +0000 Received: from koitsu.dyndns.org ([98.248.46.159]) by omta04.emeryville.ca.mail.comcast.net with comcast id Udlw1e0013S48mS8QdlwLr; Fri, 11 Jun 2010 13:45:57 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id D17229B418; Fri, 11 Jun 2010 06:45:55 -0700 (PDT) Date: Fri, 11 Jun 2010 06:45:55 -0700 From: Jeremy Chadwick To: Johan Hendriks Message-ID: <20100611134555.GA9682@icarus.home.lan> References: <57200BF94E69E54880C9BB1AF714BBCBA57A86@w2003s01.double-l.local> <4C120144.80002@icyb.net.ua> <57200BF94E69E54880C9BB1AF714BBCBA57A90@w2003s01.double-l.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCBA57A90@w2003s01.double-l.local> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-stable@freebsd.org, Andriy Gapon Subject: Re: 8.1 AMD64 Beta1 cd panics on Proliant ML110 G6 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, 11 Jun 2010 13:45:58 -0000 On Fri, Jun 11, 2010 at 11:55:42AM +0200, Johan Hendriks wrote: > >> Hello all. > >> > >> I try to install the Beta of 8.1 but it panics on my server HP > Proliant ML110 > >> with the following. > >> > >> SMP: AP CPU #1 Launched! > >> > >> Fatal trap 12: page fault while in kernel mode > >> > >> cpuid = 1; apic id = 04 > >> > >> fault virtual address = 0x290 > >> > >> fault code = supervisor read data, > page not > >> present > >> > >> instuction pointer = 0x20:0xffffffff805b03f6 > >> > >> stack pointer = 0x28:0xffffff80001cebe0 > >> > >> frame pointer = 0x28:0xffffff80001cec00 > >> > >> code segment = base 0x0x, limit > 0xfffff, type > >> 0x1b > >> > >> =DPL 0, pres 1, long1,de32 0, gran 1 > >> > >> proccessor eflags =interupt enabled, > resume,IOPL = > >> 0 > >> > >> current process = 19 (flowcleaner) > >> > >> trap number = 12 > >> > >> panic: page fault > >> > >> cpuid = 1 > > >Stacktrace would be helpful. > > Well at startup, the keyboard is not working, i can not select any boot > mode, and after the timer is at 0 ti boots, and then ends with this > panic, and totally hangs. > 8.0 works fine also CURRENT Works! Regarding the keyboard not working -- it should still be working during the loader phase (FreeBSD logo, press 4 for single user, etc.), correct? If so, two things to try. Escape to the loader prompt and try one of the below (if (a) doesn't work, try (b)): a) set hint.kbdmux.0.disabled=1 boot b) set hint.atkbd.0.disabled=1 set hint.atkbdc.0.disabled=1 boot Hopefully one of these will allow your keyboard to continue functioning once the system panics, so that you can provide a backtrace. Thanks. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |