From owner-freebsd-hardware@FreeBSD.ORG Thu Oct 26 20:10:20 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 523F516A4DF for ; Thu, 26 Oct 2006 20:10:20 +0000 (UTC) (envelope-from drue@therub.org) Received: from mali.therub.org (therub.org [66.97.248.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA63743D60 for ; Thu, 26 Oct 2006 20:10:19 +0000 (GMT) (envelope-from drue@therub.org) Received: by mali.therub.org (Postfix, from userid 1002) id 1ABC4147EE7; Thu, 26 Oct 2006 15:10:17 -0500 (CDT) Date: Thu, 26 Oct 2006 15:10:17 -0500 From: Dan Rue To: freebsd-hardware@freebsd.org Message-ID: <20061026201017.GY62981@therub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Subject: asr woes. X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 20:10:20 -0000 Recently I had a machine running an Adaptec (asr) raid 5 array lose one drive and subsequently crash. After dealing with the failure, I have brought the machine in question into testing and have discovered that I receive read errors in degraded mode. Lots of em: Oct 26 05:37:44 whiteandnerdy kernel: g_vfs_done():da0s1e[READ(offset=3725403922432, length=16384)] error = 5 Oct 26 05:37:44 whiteandnerdy kernel: g_vfs_done():da0s1e[READ(offset=3725403889664, length=16384)] error = 5 Oct 26 05:37:44 whiteandnerdy kernel: g_vfs_done():da0s1e[READ(offset=3725404168192, length=16384)] error = 5 Oct 26 05:37:44 whiteandnerdy kernel: g_vfs_done():da0s1e[READ(offset=3723171880960, length=16384)] error = 5 The card is an Adaptec 2100S: asr0: mem 0xfc000000-0xfdffffff irq 24 at device 1.0 on pci2 asr0: ADAPTEC 2110S FW Rev. 380E, 1 channel, 256 CCBs, Protocol I2O The system is FreeBSD 6.1-RELEASE with an SMP kernel (i386). Note that I havn't seen any write errors. Could this be a hardware problem or is it more likely an asr bug? Also related, it would be really nice if asr-utils worked (I've tried everything) :-/ Dan