From owner-freebsd-hardware Sat May 25 04:02:06 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA03079 for hardware-outgoing; Sat, 25 May 1996 04:02:06 -0700 (PDT) Received: from oznet16.ozemail.com.au (oznet16.ozemail.com.au [203.2.192.109]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA03062; Sat, 25 May 1996 04:02:03 -0700 (PDT) Received: from oznet02.ozemail.com.au (oznet02.ozemail.com.au [203.2.192.124]) by oznet16.ozemail.com.au (8.7.4/8.6.12) with ESMTP id VAA10748; Sat, 25 May 1996 21:01:55 +1000 (EST) Received: from Default (slmel4p05.ozemail.com.au [203.15.163.93]) by oznet02.ozemail.com.au (8.7.4/8.6.12) with SMTP id VAA20328; Sat, 25 May 1996 21:01:22 +1000 (EST) Message-Id: <199605251101.VAA20328@oznet02.ozemail.com.au> Comments: Authenticated sender is From: "Richard Lyon" To: freebsd-hardware@freebsd.org, freebsd-isp@freebsd.org, Chris Linstruth Date: Sat, 25 May 1996 20:51:29 +0000 Subject: Re: FreeBSD: SCSI hangs, panics and other failures as nntp serv Reply-to: rlyon@ozemail.com.au Priority: normal X-mailer: Pegasus Mail for Windows (v2.30) Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > We at qnet have been attempting to use FreeBSD as a > Usenet News server for about a year. We are at this time > evaluating other alternatives because we have been unable to > achieve the stability required under this kind of load. > > Would another host adapter (Buslogic?) solve all our problems? > I have used an Adaptec 1542B SCSI adapter for many years starting with pre version 2.0 FreeBSD releases. I have a couple of hard drives and a CDROM hanging off it (All internal). The system is rock solid and never has any poblems. It sounds like there may be some sort of hardware setup problem. I assume you checked for the obvious things like interrupt clashes, port overlaps, DMA channel setup, synchronous negotiation, parity checking, scsi terminators, etc ... ??? Also I assume you have tried more than more than 1542 card to check that it is not just a faulty board. I seem to remember the only real problem we experienced was selecting the correct wait states in the bios setup. Initially the machine experienced random crashes until we got this right. A good simple check is to see if something like DOS runs OK on the SCSI hard disk over a few hours. Also the 1542 manual has some good tips and should be read very carefully. FreeBSD works perfectly well with the Adaptec 1542B card!! I am currently running FSB 2.1R on a 33MHz 486 with a 1542B. I have not customised the kernel in any way. Regards ...