From owner-freebsd-current@FreeBSD.ORG Fri Nov 7 13:34:11 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E95BC16A4CE for ; Fri, 7 Nov 2003 13:34:11 -0800 (PST) Received: from www.premsoft.co.za (www.rune.za.net [196.37.142.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422B643FE0 for ; Fri, 7 Nov 2003 13:34:05 -0800 (PST) (envelope-from freebsd-questions@premsoft.co.za) Received: from jaco[196.33.246.14] by www.premsoft.co.za; Fri, 07 Nov 2003 23:55:59 +0200 Message-ID: <094401c3a576$d844b010$3635a8c0@jaco> From: "Jaco H. van Tonder" To: "Doug White" References: <055801c3a4a2$75c30c40$3635a8c0@jaco> <20031106170446.V18198@carver.gumbysoft.com> <072901c3a547$de853a00$3635a8c0@jaco> <20031107132648.C25053@carver.gumbysoft.com> Date: Fri, 7 Nov 2003 23:33:53 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-current@freebsd.org Subject: Re: savecore changed? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 07 Nov 2003 21:34:12 -0000 ----- Original Message ----- From: "Doug White" To: "Jaco H. van Tonder" Cc: Sent: 07/11/2003 11:28 PM Subject: Re: savecore changed? > On Fri, 7 Nov 2003, Jaco H. van Tonder wrote: > > > Doug, > > > > Sorry, my bad, there was no dump availible. I still dont know how I > > would manage to get a dump if the kernel panics while busy booting (It > > does not know about dumpdev yet?) > > Ouch. Yeah this is one of those times when you can't grab a dump. You can > compile DDB in and at least poke around. > > You do have a listing of the panic & boot messages up to the point of the > panic, yes? If not this would be a good time to learn about serial > console. I will investigate serial console, but I do have physical access to the machine, and I do have a monitor on it, but it reboots so quickly, its just a flash of the panic, and the system reboots. :( I cannot make out a thing exept for "12" which I assume is part of ``Fatal trap 12'' - something. I do have DDB compiled in, but I will leave the ``poking around'' for the hackers. :P Jaco