Re: 2.0.34pre16 SCSI problem

Hans-Joachim Baader (hans@grumbeer.inka.de)
Mon, 25 May 98 21:26 MET DST


In article <m0ydiAw-002ImmC@grumbeer.inka.de> I wrote:
>Back in 2.0.33 I'm currently running the same tests to see if it's
>a pre16 or a hardware problem.

It seems more like a pre16 problem. In 8 hours of stress testing
I got, alarmingly enough, exactly one error: a data error detected
by the diff program. No kernel log messages. BTW it's a UP kernel
on a UP box.

This is the script I used for stress testing:

#!/bin/sh
kernel=~ftp/pub/linux/v2.0/linux-2.0.33.tar.gz
tar xzf $kernel
mv linux linux.orig
while true
do
tar xzf $kernel
diff -U 3 -rN linux.orig linux
rm -fr linux
done

Hope this helps
hjb

-- 
Veni, Vidi, VISA:
        I came, I saw, I did a little shopping.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu