Subject: Re: multiprocessor i386 1.6ZC system crash
To: Scott Ellis <scotte@intrepid.dnsalias.com>
From: Kazushi (Jam) Marukawa <jam@pobox.com>
List: current-users
Date: 10/13/2003 15:00:27
   On Oct 13, 11:16, Scott Ellis wrote:
   > Subject: Re: multiprocessor i386 1.6ZC system crash
   > I wanted to add that I've seen similar hard-lockups (can't even drop into
   > DDB via the serial console, it's so frozen).

What kind of file system are you guys using?

I'm thinking there is a dead-lock in somewhere in the
system.  If I was runnig top on another TCP connection, I
saw like 240k free space whenever machine locks up.

I have this kind of lock-up in following
situation/configuration.

 - 1.6.1 software RAID5 using ffs and
   1.6ZC hardware RAID5 using ffs w/ softdep
   doing "tar cf - | (cd xx; tar xfp -)" over network.
 - 1.6ZC software RAID5 using lfs
   doing "iozone -a"

I ended up to use 1.6ZC with hardware RAID5 using ffs.

-- Kazushi