From owner-freebsd-questions@FreeBSD.ORG Sat Mar 6 08:34:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ACE616A4CE for ; Sat, 6 Mar 2004 08:34:02 -0800 (PST) Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B44843D2F for ; Sat, 6 Mar 2004 08:34:01 -0800 (PST) (envelope-from ben@spooty.net) Received: from m111-mp1.cvx4-c.pop.dial.ntli.net ([80.1.184.111]) by mta05-svc.ntlworld.comESMTP <20040306163307.JRRO27661.mta05-svc.ntlworld.com@m111-mp1.cvx4-c.pop.dial.ntli.net>; Sat, 6 Mar 2004 16:33:07 +0000 From: Ben Paley To: Matthew Seaman Date: Sat, 6 Mar 2004 16:32:18 +0000 User-Agent: KMail/1.5.4 References: <200403041807.04392.ben@spooty.net> <20040304193757.GB1159@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040304193757.GB1159@happy-idiot-talk.infracaninophile.co.uk> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200403061631.36301.ben@spooty.net> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: kernel panic messages? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 16:34:02 -0000 On Thursday 04 March 2004 7:37 pm, you wrote: > On Thu, Mar 04, 2004 at 06:07:04PM +0000, Ben Paley wrote: > > I want to submit information about a kernel panic which happens at boot > > time. The machine reboots and I can boot kernel.old: where do I find the > > logs and traces and things I might need to show to someone who knows what > > they're doing? > > You need to setup your machine to capture the appropriate data after > the panic. There's general information about how to do that in a > series of articles here: > > http://www.oreillynet.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html > http://www.oreillynet.com/pub/a/bsd/2002/04/04/Big_Scary_Daemons.html I've got myself a core dump and a kernel.debug, and I know at least enough to start gdb - thanks to the articles you pointed me to: thanks for that (I don't really know what I'm doing, however). I tried submitting a trancript of my gdb session to the freebsd-current list, but haven't had a reply, which I guess is my fault for some ignorance of something... what do I need to include, do you think, to make my request acceptable to the busy people on the list? (Obviously you are not busy at all and I can waste your time as much as I like ;-) Apart from making sure I'm working with recent sources. Or is it worth posting it all on this list? What this all really means, of course, is that I'm too ignorant to be running current at all. But now that I'm here... well, thanks for your help, anyway. Cheers, Ben