From owner-freebsd-hackers Wed Nov 5 15:04:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA16577 for hackers-outgoing; Wed, 5 Nov 1997 15:04:49 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA16563 for ; Wed, 5 Nov 1997 15:04:38 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.8.8/frmug-2.1/nospam) with UUCP id AAA23000 for hackers@FreeBSD.ORG; Thu, 6 Nov 1997 00:04:29 +0100 (CET) (envelope-from roberto@keltia.freenix.fr) Received: (from roberto@localhost) by keltia.freenix.fr (8.8.7/keltia-2.12/nospam) id AAA24550; Thu, 6 Nov 1997 00:00:25 +0100 (CET) (envelope-from roberto) Message-ID: <19971106000024.26598@keltia.freenix.fr> Date: Thu, 6 Nov 1997 00:00:24 +0100 From: Ollivier Robert To: hackers@FreeBSD.ORG Subject: Re: Panic -- advise needed References: <19971105190225.29498@burka.carrier.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: <19971105190225.29498@burka.carrier.kiev.ua>; from Alexander Litvin on Wed, Nov 05, 1997 at 07:02:25PM +0200 X-Operating-System: FreeBSD 3.0-CURRENT ctm#3780 AMD-K6 MMX @ 208 MHz Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Alexander Litvin: > options NQNFS #Enable NQNFS lease checking kernel bloat, get this out. > options PROCFS #Process filesystem > options NSWAPDEV=4 Not really needed, base kernel handles about 20 swap devices. > device sd0 #SCSI disks > device sd1 #SCSI disks > device sd2 #SCSI disks The last two are useless. Either put only "sd0" or use "wired-down" devices like this: # NCR0: ibm + ibm + tandberg disk sd0 at scbus0 target 0 unit 0 disk sd1 at scbus0 target 1 disk sd2 at scbus0 target 2 disk sd3 at scbus0 target 3 tape st1 at scbus0 target 4 # NCR1: conner + micropolis + CD + HP DAT disk sd10 at scbus1 target 0 disk sd11 at scbus1 target 1 disk sd12 at scbus1 target 2 disk sd13 at scbus1 target 3 tape st0 at scbus1 target 5 device cd0 at scbus1 target 6 > pseudo-device pty 16 #Pseudo ttys - can go as high as 256 You probably want to make this higher. > options BOUNCE_BUFFERS Destroy that. Why the heck are you using bounce buffers on a 128 MB/PCI machine without an ISA adapter to worry about ? -- Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #46: Sun Nov 2 16:51:01 CET 1997