From owner-freebsd-stable Fri May 21 22: 1:58 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 52E44151D2 for ; Fri, 21 May 1999 22:01:55 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.3/8.9.3) id WAA78353; Fri, 21 May 1999 22:01:44 -0700 (PDT) (envelope-from obrien) Message-ID: <19990521220144.C78275@nuxi.com> Date: Fri, 21 May 1999 22:01:44 -0700 From: "David O'Brien" To: Greg Quinlan , freebsd-stable@FreeBSD.ORG Subject: Re: Finally (Re: Memory leaks & kernel panic/reboot & ahc reboot) Reply-To: obrien@FreeBSD.ORG References: <009501bea2a9$bb12d960$380051c2@greg.qmpgmc.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <009501bea2a9$bb12d960$380051c2@greg.qmpgmc.ac.uk>; from Greg Quinlan on Thu, May 20, 1999 at 11:15:48AM +0100 X-Operating-System: FreeBSD 3.2-BETA Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The problem which I had reported, exactly, with the precise kernel panic > message, did not get a response. That 's right not one! So many Ok, lets handle this in a way that should get you some helpful responce. But first you need to be helpful. You need to compile a new kernel. See http://www.freebsd.org/handbook/ if you do not know how to do that. At the point in your kernel building where you would normally run ``config KERNEL_NAME'', do ``config -rg KERNEL_NAME'' instead. Also note the extra step below when installing: cp GENERIC FOO vi FOO (make any changes and exit) config -r -g FOO cd ../../compile/FOO make depend make cp -p kernel kernel.debug strip -r kernel make install Before you reboot to use the new kernel, edit /etc/rc.conf and add a line simular to: dumpdev="/dev/wd0s2b" Then the next time you have a panic, the information necessary to debug the problem wil be available. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message