All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Lord <lkml@rtr.ca>
To: Christian Trefzer <ctrefzer@gmx.de>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: FYI: strange libata EH lines in dmesg once after every bootup
Date: Sat, 15 Jul 2006 08:37:50 -0400	[thread overview]
Message-ID: <44B8E19E.2060904@rtr.ca> (raw)
In-Reply-To: <20060715004845.GA26446@zeus.uziel.local>

>>> > >the following happens every time after bootup, tested with freshly built
>>> > >2.6.18-rc1-mm2: 
>> > ..
>>> > >ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
>>> > >ata1.00: tag 0 cmd 0xb0 Emask 0x1 stat 0x51 err 0x4 (device error)
>>> > >ata1: EH complete
>> > ..
>> > 
>> > Those are S.M.A.R.T. commands.
>> > 
>> > Either your drive does not support S.M.A.R.T.,
>> > or you have not enabled it it with smartctl
> 
> 
> This drive model surely supports S.M.A.R.T. but maybe support in the
> driver is still underway. I just did a 
> 
> # smartctl --device=ata --smart=on --offlineauto=off --saveauto=on -T permissive /dev/sdb
> 
> and this is what I got:
> 
> smartctl version 5.36 [i686-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen
> Home page is http://smartmontools.sourceforge.net/
> 
> === START OF ENABLE/DISABLE COMMANDS SECTION ===
> SMART Enabled.
> Error SMART Enable Auto-save failed: Input/output error
> Smartctl: SMART Enable Attribute Autosave Failed.
> 
> SMART Automatic Offline Testing Disabled.

Okay.  Most likely your drive doesn't support the autosave features.

Just do "smartctl -d ata -a /dev/sdb" to see what it does support,
and then change the system startup scripts to not issue any unsupported
commands -- that'll get rid of those harmless boot time error messages.

Cheers

  reply	other threads:[~2006-07-15 12:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-14 23:08 FYI: strange libata EH lines in dmesg once after every bootup Christian Trefzer
2006-07-15  0:21 ` Mark Lord
2006-07-15  0:48   ` Christian Trefzer
2006-07-15 12:37     ` Mark Lord [this message]
2006-07-18 21:13       ` Ingo Oeser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44B8E19E.2060904@rtr.ca \
    --to=lkml@rtr.ca \
    --cc=ctrefzer@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.