From owner-freebsd-stable@FreeBSD.ORG Mon Jul 17 09:59:22 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48FF116A4E1 for ; Mon, 17 Jul 2006 09:59:22 +0000 (UTC) (envelope-from johan@stromnet.org) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F74943D62 for ; Mon, 17 Jul 2006 09:59:20 +0000 (GMT) (envelope-from johan@stromnet.org) Received: from elfi.stromnet.org (213.67.205.103) by pne-smtpout1-sn2.hy.skanova.net (7.2.075) id 44A2E86F003910E5; Mon, 17 Jul 2006 11:59:19 +0200 Received: from localhost (localhost [127.0.0.1]) by elfi.stromnet.org (Postfix) with ESMTP id B9A8F61D64; Mon, 17 Jul 2006 11:59:17 +0200 (CEST) X-Virus-Scanned: amavisd-new at stromnet.org Received: from elfi.stromnet.org ([127.0.0.1]) by localhost (elfi.stromnet.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sUgn8HvJsfgp; Mon, 17 Jul 2006 11:59:16 +0200 (CEST) Received: from [IPv6:2001:16d8:ff20:2:211:24ff:fea2:8e01] (unknown [IPv6:2001:16d8:ff20:2:211:24ff:fea2:8e01]) by elfi.stromnet.org (Postfix) with ESMTP id 6D7BB61D72; Mon, 17 Jul 2006 11:59:16 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v750) In-Reply-To: <6.2.3.4.0.20060716185019.12a29240@64.7.153.2> References: <8D08DDB6-6AC1-45B6-B2CE-08782F54968A@stromnet.org> <884C01BC-3E97-46EC-AA8B-E70C3931F3A4@stromnet.org> <36895211-2796-4213-B336-6279AB3AC3CB@stromnet.org> <20060713132357.Y61840@fledge.watson.org> <44B7EA39.4060509@quip.cz> <6.2.3.4.0.20060716185019.12a29240@64.7.153.2> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4AD53F0E-4CDA-4D20-82A4-A248FC541184@stromnet.org> Content-Transfer-Encoding: 7bit From: =?ISO-8859-1?Q?Johan_Str=F6m?= Date: Mon, 17 Jul 2006 11:59:41 +0200 To: freebsd-stable@freebsd.org, Mike Tancsa X-Mailer: Apple Mail (2.750) Cc: Subject: Re: ATA problems again ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 09:59:22 -0000 On 17 jul 2006, at 00.53, Mike Tancsa wrote: > At 03:02 PM 14/07/2006, Miroslav Lachman wrote: > > >> After reboot (command reboot), system boot up with both disks >> attached and start autosynchronization. I do not know, if this is >> hw or sw error, I got > > Install the smartmontools from > > /usr/ports/sysutils/smartmontools/ > > and post the output of > smartctl -a /dev/ad8 I tried this on my SATA disk ad6: === START OF INFORMATION SECTION === Model Family: Maxtor MaXLine III family Device Model: Maxtor 7L300S0 Serial Number: L60CJKPH Firmware Version: BANC1G10 User Capacity: 300,090,728,448 bytes Device is: In smartctl database [for details use: -P show] ATA Version is: 7 ATA Standard is: ATA/ATAPI-7 T13 1532D revision 0 Local Time is: Mon Jul 17 11:54:35 2006 CEST SMART support is: Available - device has SMART capability. SMART support is: Enabled .... SMART Error Log Version: 1 No Errors Logged Any other output from smartctl that can help? Both my ad4 and ad6 are the same. Now I had yet another crash.. They are very much more intense now the latest days... Two crashes ago I changed the SATA cable to ad4, i wonder if that had anything to do with it... On the other hand, now it was ad6 that got lost, so why would ad4's cable make any difference.. i'll change ad6 now too when i've taken the box down.. Jul 16 03:27:25 elfi kernel: ad6: FAILURE - device detached Jul 16 03:27:25 elfi kernel: subdisk6: detached Jul 16 03:27:25 elfi kernel: ad6: detached Jul 16 03:27:25 elfi kernel: GEOM_MIRROR: Device gm0s1: provider ad6s1 disconnected. Jul 16 03:27:25 elfi kernel: g_vfs_done():mirror/gm0s1f[READ (offset=27210082304, length=2048)]error = 6 Jul 16 03:27:25 elfi kernel: g_vfs_done():mirror/gm0s1f[READ (offset=35153985536, length=32768)]error = 6 Jul 16 03:27:25 elfi kernel: ufs_access(): Error retrieving ACL on object (6). Jul 16 03:27:25 labdator kernel: nfs: server 192.168.1.2 not responding, still trying Jul 16 03:27:25 labdator kernel: nfs: server 192.168.1.2 OK Those last 3 messages seems to be very related to the gmirror going to degraded mode? Some ACL reading and a mounted NFS system (192.168.1.2 is the failing box). Is there some way to enable more debug info output or something?? Johan