From owner-freebsd-bugs Thu Mar 13 07:00:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA01094 for bugs-outgoing; Thu, 13 Mar 1997 07:00:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA01068; Thu, 13 Mar 1997 07:00:03 -0800 (PST) Date: Thu, 13 Mar 1997 07:00:03 -0800 (PST) Message-Id: <199703131500.HAA01068@freefall.freebsd.org> To: freebsd-bugs Cc: From: vanmaren@fast.cs.utah.edu (Kevin Van Maren) Subject: Re: kern/2944: NCR/SYM875 card with Ultra drive Reply-To: vanmaren@fast.cs.utah.edu (Kevin Van Maren) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/2944; it has been noted by GNATS. From: vanmaren@fast.cs.utah.edu (Kevin Van Maren) To: vanmaren@fast.cs.utah.edu Cc: FreeBSD-gnats-submit@freebsd.org, se@freebsd.org Subject: Re: kern/2944: NCR/SYM875 card with Ultra drive Date: Thu, 13 Mar 1997 07:58:04 -0700 > In order to diagnose this problem, I need SCSI DEBUG logs. > You'll have to rebuild your kernel with SCSI debug enabled > (an option of the generic SCSI driver, not the NCR driver). > Use the kernel option line "options SCSIDEBUG" and edit > /sys/scsi/scsi_debug.h to define DEBUGTARGET as 6 ... > /* target and LUN we want to debug */ #define DEBUGTARG 9 /*9 = dissable*/ Hmmm...what if you have a device at ID 9? I'm compiling the GENERIC kernel w/ SCSIDEBUG and #define DEBUGTARG 6. Okay, how do I make the internal buffer big enough so that it will hold enough messages so it doesn't overflow before syslog is running? I have a whole bunch of logs, but they are all AFTER the problem, and I don't have annother machine here I can use for a serial console (which is obviously they way it should be done). Kevin