From owner-freebsd-questions Sun Jan 21 15:49: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.161.193]) by hub.freebsd.org (Postfix) with ESMTP id 2314037B401; Sun, 21 Jan 2001 15:48:47 -0800 (PST) Received: from mail.vt.edu (gkar.cc.vt.edu [198.82.161.190]) by lennier.cc.vt.edu (8.11.0/8.11.0) with ESMTP id f0LNmjv380909; Sun, 21 Jan 2001 18:48:45 -0500 (EST) Received: from zathras.cc.vt.edu ([198.82.162.117]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0G7J00BCNE56A4@gkar.cc.vt.edu>; Sun, 21 Jan 2001 18:48:42 -0500 (EST) Date: Sun, 21 Jan 2001 18:49:03 -0500 From: dfisher Subject: RE: kernel debug To: Kris Kennaway Cc: freebsd-questions@freebsd.org Message-id: <3A735EF7@zathras.cc.vt.edu> MIME-version: 1.0 X-Mailer: WebMail (Hydra) SMTP v3.61 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-WebMail-UserID: dfisher X-EXP32-SerialNo: 00002964 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >===== Original Message From Kris Kennaway ===== >On Sun, Jan 21, 2001 at 05:36:41PM -0500, dfisher wrote: > >> The first thing I noticed is that I couldn't find kernel.debug, which I >> thought was supposed to be created for me. > >It is created in the kernel compile directory, but not installed on >the root partition since it is so much larger than the non-debug >kernel. > >As long as you haven't built any new kernels since the one you are >booting from (which had the panic) - i.e. if the kernel.debug in >/usr/src/sys/compile/${KERNELNAME} corresponds to that kernel, then >you can use it for debugging. > >You should have more luck using this one. > >Kris I installed the kernel with: # make depend && make && make install && make clean would the 'make clean' delete it? because it is not there... thanks... -- Daniel Fisher To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message