From owner-freebsd-stable@FreeBSD.ORG Mon May 12 06:00:17 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 917D4106564A for ; Mon, 12 May 2008 06:00:17 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx01.sc1.parodius.com (mx01.sc1.parodius.com [72.20.106.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7BC238FC2E for ; Mon, 12 May 2008 06:00:17 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id 6ED051CC033; Sun, 11 May 2008 23:00:17 -0700 (PDT) Date: Sun, 11 May 2008 23:00:17 -0700 From: Jeremy Chadwick To: dikshie Message-ID: <20080512060017.GB1333@eos.sc1.parodius.com> References: <910e60e80805112117j1ecb83b4s4cdb62eafbdf748f@mail.gmail.com> <4827D60A.6040200@yandex.ru> <910e60e80805112236r105b5894r285b68f0d28105b1@mail.gmail.com> <910e60e80805112242w57a6e932tbf48e482d96dc452@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <910e60e80805112242w57a6e932tbf48e482d96dc452@mail.gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: "Andrey V. Elsukov" , freebsd-stable@freebsd.org Subject: Re: any available patches for sata: "ad4: warning - setfeatures set transfer mode taskqueue timeout - completing request directly" 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, 12 May 2008 06:00:17 -0000 On Mon, May 12, 2008 at 02:42:40PM +0900, dikshie wrote: > i just phone computer store and check together the BIOS. > it seems my computer store put the disk on IDE mode NOT on AHCI mode. > after change to AHCI now FreeBSD can detect SATA 300 (for WDC) and > SATA 150 (for DVD-R). Great, there you go. :-) > BUT sometimes I still getting: > ad4: warning - setfeatures set transfer mode taskqueue timeout -completing request directly > ad4: warning - setfeatures enable rcache taskqueue timeout - completing request directly > ad4: warning - setfeatures enable wcache taskqueue timeout - completing request directly > ad4: timeout - flushcache retrying (0 retries left) > geom_journal: flush cache of ad4s1d: error=5 > ad4: timeout - write_dma retrying (1 retry left) LBA=4139103 1) Have you checked SMART statistics of the drive, or run SMART tests? Install ports/sysutils/smartmontools and use smartctl -a /dev/ad4, and provide the output. 2) Is the error always on ad4? If so, is the error always at LBA 4139103, or "around there" (give or take a few thousand addressing blocks)? If so, the ad4 disk may be going bad. Otherwise, I would say this is probably the issue I've documented on my Common Issues page. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |