Ildar Mulyukov wrote:
> 
> On Fri, 30 Apr 1999, Joseph T. Trudeau wrote:
> 
> > SMP group,
> >
> > FIRST:  T H A N K   Y O U!
> >
> > Looks like you have two happy customers (at least with SMP & aic7880 / aic7xxx).   
>I
> > have been running on 2.2.6 with the corresponding raid patch for nearly a week with
> > my problems solved:  I had recently posted a message regarding SMP, aic7xxx, and
> > raid spitting messages about scsi time-outs and etc.
> 
> Unfortunately not. My box fallen again after a week of work. And this is
> the usual behavior of it. I suggest there's a factor which influence is
> periodical but quite rare which crashes the system.
> 
> Our plans are buying of 2940. Till that I'll try to trace possible reasons
> (aic7xxx first).
> 
> Ildar Mulyukov, student of DACR, MIPT (Moscow, Russia)
> e-mail: [EMAIL PROTECTED], ICQ# 4334029
> 
> -
> Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
> To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Please try the following:

Install an IDE drive. Install kernel source 2.2.x on it (or the whole Linux
distribution). Try running the following crash test compiling the kernel tree
(you
must use kernel source 2.2.x source tree even if you are running a 2.0 kernel):

crashtest.sh
----------------------------------------------------------------------------------
#!/bin/sh
ARGS=""
if [ $# -ne 0 ]; then
 ARGS="-j $1"
fi
for i in 0 1 2 3 4 5 6 7 8 9
do
 for j in 0 1 2 3 4 5 6 7 8 9
 do
  make dep; make clean
  echo compiling $i.$j series...
  make $ARGS  zImage > log.$i.$j 2>&1
 done
done 
-------------------------------------------------------------------------------------
Make sure you run the crashtest.sh with args 8 or at least 4 (so that make -j8
or
make -j4 would be executed). If your box crashes, or even one compilation fails
with
signal 11 or whatever you have a hardware problem and SCSI driver is not to
blaim.
In that case try conservative memory settings in BIOS, then memory replacement,
then
CPU replacement.

(For successful compilations, check the log.*.* files; all of them must have the
same size and have "System size is" line at the end.)


-- 
----------------------------------------
Constantine Gavrilov
Unix System Administrator and Programmer
Orbotech
Yavne 81102, Israel
Phone: (972-8)-942-3064
Fax:   (972-8)-942-3800
----------------------------------------
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to