From owner-freebsd-questions@FreeBSD.ORG Wed Apr 29 13:29:53 2009 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 C02611065675 for ; Wed, 29 Apr 2009 13:29:53 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 429FD8FC29 for ; Wed, 29 Apr 2009 13:29:53 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from vhoffman.lon.namesco.net (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.3/8.14.0) with ESMTP id n3TDUxbE062615 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 29 Apr 2009 14:31:00 +0100 (BST) (envelope-from vince@unsane.co.uk) Message-ID: <49F8564E.2070104@unsane.co.uk> Date: Wed, 29 Apr 2009 14:29:50 +0100 From: Vincent Hoffman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-GB; rv:1.9.1b3pre) Gecko/20081204 Thunderbird/3.0b1 MIME-Version: 1.0 To: aopopov@yahoo.com References: <24794.51731.qm@web51409.mail.re2.yahoo.com> In-Reply-To: <24794.51731.qm@web51409.mail.re2.yahoo.com> X-Enigmail-Version: 0.96a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, "Daniel C. Dowse" Subject: Re: atacontrol spindown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2009 13:29:54 -0000 On 29/4/09 14:18, Alexander Popov wrote: > Hi, Daniel, > > This is the output: > > Checking setuid files and devices: > > Checking for uids of 0: > root 0 > toor 0 > > Checking for passwordless accounts: > > Checking login.conf permissions: > > ***.home kernel log messages: > +++ /tmp/security.G4QuXmuU 2009-04-29 03:01:08.000000000 +0200 > +ad4: Idle, spin down > +ad4: drive spun down. > +ad8: Idle, spin down > +ad8: drive spun down. > +ad4: request while spun down, starting. > +ad8: request while spun down, starting. > +ad8: Idle, spin down > +ad8: drive spun down. > +ad4: Idle, spin down > +ad4: drive spun down. > +ad4: request while spun down, starting. > > The timestamps in /var/log/messages suggested that "+ad4: request while spun down, starting." happened at 3:01 am. > > It would not be very nice if it was due to cron start up; I don't have any system partitions on those drives, it shouldn't touch them... > Have a look through /etc/defaults/periodic.conf you will see things like daily_status_disks_enable="YES" in there (does a df -l -h on all disks) and I think some of the security ones do checks for new setuid root files, these are all likely to spin up your disks. Vince > Regards, > > Alexander. > >