Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2003 17:53:40 -0800
From:      "Sean Hamilton" <sh@bel.bc.ca>
To:        <hackers@freebsd.org>
Subject:   Re: Kernel panic with ATA RAID 
Message-ID:  <000601c2b394$1b2fbbc0$11a106cf@slugabed.org>
References:  <200301031444.h03Ei7VY033081@green.bikeshed.org>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Brian F. Feldman" <green@freebsd.org>
| The program plus output given when you recompile/run gdb -k with a
debugging kernel
| would be really useful here.

I can't try it again (the system has gone off to production) but here is the
perl script:

---
#!/usr/bin/perl

system ('atacontrol', 'create', 'stripe', '1', 'ad2', 'ad3');
open (DD, 'dd if=/dev/ar0 of=/dev/null count=32k 2>&1 |');
system ('atacontrol', 'delete', '0');
---

panicked my system every time.

sh


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000601c2b394$1b2fbbc0$11a106cf>