From owner-freebsd-questions@FreeBSD.ORG Wed Nov 28 22:05:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48B7516A419 for ; Wed, 28 Nov 2007 22:05:50 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id D968E13C458 for ; Wed, 28 Nov 2007 22:05:49 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so2000960uge for ; Wed, 28 Nov 2007 14:05:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=0mi9GHFHTbBoa+B408GQnqyy9n/XUKDoEh+T2YHtbC8=; b=d8bOMB/G/0DtDKeKVaiAA6/ew9sFWb8iuTe7MNRowkPbKut9nAqbb3fALcCLlEiP23IgkkdmV1KVH/t2s9RCQ/k0r9CRkEHQ/Hz9ghlgHATvMW4bKE5rSY8B7g97pJ11BMPbJptRotzljziviRT65s0LpyLv5nHV0OMhgqlthFY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=rF7J5Y4oguS2iFx4qRVkuwoz6FJN1tzQAZ4sQm5oPSEHwh6tlvt8FcUPUfUz/GVgmsE2wgSJxi0Whbdymcy+N3HVyJi7c8GmE3g//pHWkVGAgU41AKrvhsh4rPyBSMN2GGOB3mFihtZOT6xt5mr0bGr9KYfgt3qo2xVXVrX+C/k= Received: by 10.142.174.8 with SMTP id w8mr1706831wfe.1196287546682; Wed, 28 Nov 2007 14:05:46 -0800 (PST) Received: by 10.142.194.10 with HTTP; Wed, 28 Nov 2007 14:05:46 -0800 (PST) Message-ID: <539c60b90711281405n3edf0124p2570d5b4b36f6cb0@mail.gmail.com> Date: Wed, 28 Nov 2007 15:05:46 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 88b288951348b344 Subject: ataidle - causing apache & cvs timeouts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2007 22:05:50 -0000 I'm running ataidle on my personal server to save electricity. However, every time it has to spin up a drive whatever I'm accessing (apache, cvs, etc) gives an error instead of waiting for the disk. If I then access it again after a couple seconds once the disk is active it works fine. Any idea how to fix this? Relevant parts of dmesg: ad7: TIMEOUT - READ_DMA48 retrying (1 retry left) LBA=640790375 ad7: TIMEOUT - READ_DMA48 retrying (0 retries left) LBA=640790375 ad7: FAILURE - READ_DMA48 timed out LBA=640790375 Thanks, Steve