From owner-freebsd-hackers Fri Jan 3 17:53:44 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 189A337B401 for ; Fri, 3 Jan 2003 17:53:43 -0800 (PST) Received: from priv-edtnes44.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5023343F0C for ; Fri, 3 Jan 2003 17:53:42 -0800 (PST) (envelope-from sh@bel.bc.ca) Received: from dbs ([207.6.161.17]) by priv-edtnes44.telusplanet.net (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030104015341.BWDN591.priv-edtnes44.telusplanet.net@dbs> for ; Fri, 3 Jan 2003 18:53:41 -0700 Message-ID: <000601c2b394$1b2fbbc0$11a106cf@slugabed.org> From: "Sean Hamilton" To: References: <200301031444.h03Ei7VY033081@green.bikeshed.org> Subject: Re: Kernel panic with ATA RAID Date: Fri, 3 Jan 2003 17:53:40 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "Brian F. Feldman" | 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