*BSD News Article 3110


Return to BSD News archive

Newsgroups: comp.unix.bsd
Path: sserve!manuel!munnari.oz.au!news.hawaii.edu!ames!tulane!darwin.sura.net!mips!nec-gw!nec-tyo!wnoc-tyo-news!ccut!news.u-tokyo.ac.jp!utnet-news!shin
From: shin@nc.u-tokyo.ac.jp (Shin YOSHIMURA)
Subject: Re: Hang up on heavy disk load (Re: Adaptec SCSI bug?)
In-Reply-To: scott@pita.cns.ucla.edu's message of 4 Aug 92 19: 45:16 GMT
Message-ID: <SHIN.92Aug5124028@angora.nc.u-tokyo.ac.jp>
X-Md4-Signature: 7f4c52dfc3952874cdd0341fa8c4750b
Sender: news@angora.nc.u-tokyo.ac.jp
Nntp-Posting-Host: angora.nc.u-tokyo.ac.jp
Organization: Information Network System Operation Center, The University of
	Tokyo, Japan.
References: <1992Jul30.210037.9265@ninja.zso.dec.com>
	<1992Jul31.002259.29940@gateway.novell.com>
	<1992Aug3.150008.188@cotton.nc.u-tokyo.ac.jp>
	<1992Aug3.195717.26165@aio.jsc.nasa.gov> <scott.712957192@pita>
Date: Wed, 5 Aug 1992 03:40:28 GMT
Lines: 42

>>>>> On 4 Aug 92 19:45:16 GMT, scott@pita.cns.ucla.edu (Scott Burris) said:

>I have also been having troubles trying to use install or by hand.  It
>appears that on heavy disk load the system will lock up and i will have
>to reboot.

I have solved this problem by following fix.

From: William F. Jolitz <wjolitz@soda.berkeley.edu>
To: james@raid.dell.com, wjolitz@soda.berkeley.edu

It's a buffer cache problem, dealing with the fragmentation of an internal
resource.  The fix for it and the "panic kmem ..." bug is to insert the
following line before line 171  (" if (nbuf == 0) ...") in machdep.c:

	bufpages = min(NKMEMCLUSTERS/2, bufpages);	/* XXX */

And my systems was replaced ne drivers by the idea of following
article.  NE driver of 0.1 was too slow when files get into local SCSI
disk via ethernet.

|From: friedl@informatik.uni-kl.de (PA Peter)
|Newsgroups: comp.unix.bsd
|Subject: Device driver for NE1000/NE2000
|Message-ID: <9207152126.aa00382@superieur.informatik.uni-kl.de>
|Date: 15 Jul 92 19:53:32 GMT
|Sender: 386bsd-gate@jadpc.cts.com
|Reply-To: Ralf Friedl (PA Peter) <friedl@informatik.uni-kl.de>
|Organization: J. Deitch & Associates
|Lines: 212
|Originator: 386bsd-gate@jadpc.cts.com
|Precedence: bulk
|
|
|Below is a diff for the original net2 NE2000 driver, so that the driver can
|be used with both NE1000 and NE2000 or compatible interface cards. The type of
|the card is determined during the boot in the autoconfiguration phase, so it is
|not necessary to specify it at compile time.
|

--
$@5HB<!!?-(J