From owner-freebsd-current@FreeBSD.ORG Thu Oct 13 03:09:33 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46F6C16A41F for ; Thu, 13 Oct 2005 03:09:33 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99BA843D45 for ; Thu, 13 Oct 2005 03:09:32 +0000 (GMT) (envelope-from mike@sentex.net) Received: from pumice3.sentex.ca (pumice3.sentex.ca [64.7.153.26]) by smarthost1.sentex.ca (8.13.3/8.13.3) with ESMTP id j9D39Vkq062068 for ; Wed, 12 Oct 2005 23:09:31 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by pumice3.sentex.ca (8.13.4/8.13.4) with ESMTP id j9D39VI8053364; Wed, 12 Oct 2005 23:09:31 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.13.3) with ESMTP id j9D39Rh0094628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 12 Oct 2005 23:09:29 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.3.4.0.20051012230329.06fd61b8@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Wed, 12 Oct 2005 23:09:46 -0400 To: "Dan Langille" From: Mike Tancsa In-Reply-To: <434D945A.11685.7D56BDCF@localhost> References: <434D4C6F.13645.7C3DD17D@localhost> <434D945A.11685.7D56BDCF@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 X-Scanned-By: MIMEDefang 2.53 on 64.7.153.26 Cc: freebsd-current@freebsd.org Subject: Re: ad0 errors on 6.0-RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 03:09:33 -0000 At 10:55 PM 12/10/2005, Dan Langille wrote: >We did that yesterday. I don't know enough about the output to >judge, but it seems ok. Also posted to http://pastebin.com/391872 > > Commands leading to the command that caused the error were: > CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name > -- -- -- -- -- -- -- -- ---------------- -------------------- > c8 00 37 38 1f a2 e0 08 00:06:15.120 READ DMA > c8 00 09 2f 1f a2 e0 08 00:06:15.120 READ DMA > c8 00 36 f9 1e a2 e0 08 00:06:15.120 READ DMA > c8 00 0a ef 1e a2 e0 08 00:06:15.120 READ DMA > c8 00 35 ba 1e a2 e0 08 00:06:15.120 READ DMA > >Error 3 occurred at disk power-on lifetime: 3332 hours (138 days + 20 >hours) > When the command that caused the error occurred, the device was in >an unknown state. > > After command completion occurred, registers were: > ER ST SC SN CL CH DH > -- -- -- -- -- -- -- > 84 51 00 ba 1e a2 e0 Error: ICRC, ABRT at LBA = 0x00a21eba = >10624698 > > Commands leading to the command that caused the error were: > CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name > -- -- -- -- -- -- -- -- ---------------- -------------------- > c8 00 35 ba 1e a2 e0 08 00:06:15.056 READ DMA > c8 00 0b af 1e a2 e0 08 00:06:15.056 READ DMA > c8 00 34 7b 1e a2 e0 08 00:06:15.056 READ DMA > c8 00 0c 6f 1e a2 e0 08 00:06:15.056 READ DMA > c8 00 02 6f 1e a2 e0 08 00:06:15.056 READ DMA I think the drive itself is seeing the errors as well. Watch some of the counters and see how they increment over time. Run smartd, and it will record it in real time as well and log it for you. ---Mike