* ATA warnings in dmesg
@ 2005-10-18 4:33 Aaron Gyes
2005-10-18 7:13 ` Jon Escombe
0 siblings, 1 reply; 4+ messages in thread
From: Aaron Gyes @ 2005-10-18 4:33 UTC (permalink / raw)
To: linux-kernel
For the last few -mm releases (maybe longer, maybe it's in non-mm also)
my dmesg is full of this:
ata1: translated ATA stat/err 0xb0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata1: translated ATA stat/err 0xb0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata1: translated ATA stat/err 0xb0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
ata1: translated ATA stat/err 0xb0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
I've got a Western Digital Raptor 74GB, using sata-via on a K8T800 Pro.
Should I be scared?
Aaron Gyes
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ATA warnings in dmesg
2005-10-18 4:33 ATA warnings in dmesg Aaron Gyes
@ 2005-10-18 7:13 ` Jon Escombe
2005-10-18 13:31 ` Aaron Gyes
0 siblings, 1 reply; 4+ messages in thread
From: Jon Escombe @ 2005-10-18 7:13 UTC (permalink / raw)
To: Aaron Gyes; +Cc: linux-kernel
Aaron Gyes wrote:
>For the last few -mm releases (maybe longer, maybe it's in non-mm also)
>my dmesg is full of this:
>
>ata1: translated ATA stat/err 0xb0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
>ata1: translated ATA stat/err 0xb0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
>ata1: translated ATA stat/err 0xb0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
>ata1: translated ATA stat/err 0xb0/00 to SCSI SK/ASC/ASCQ 0xb/47/00
>
>I've got a Western Digital Raptor 74GB, using sata-via on a K8T800 Pro.
>Should I be scared?
>
>Aaron Gyes
>
>
I don't think you need to worry. Those messages are produced from the
libata passthough code, whenever sense data has been requested...
0xb0 looks like a SMART command, so I would guess (haven't looked at
-mm) that the ata ioctl handlers have been updated to request it.
Regards,
Jon.
______________________________________________________________
Email via Mailtraq4Free from Enstar (www.mailtraqdirect.co.uk)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ATA warnings in dmesg
2005-10-18 7:13 ` Jon Escombe
@ 2005-10-18 13:31 ` Aaron Gyes
2005-10-18 20:43 ` Jon Escombe
0 siblings, 1 reply; 4+ messages in thread
From: Aaron Gyes @ 2005-10-18 13:31 UTC (permalink / raw)
To: Jon Escombe; +Cc: linux-kernel
On Tue, 2005-10-18 at 08:13 +0100, Jon Escombe wrote:
> I don't think you need to worry. Those messages are produced from the
> libata passthough code, whenever sense data has been requested...
>
> 0xb0 looks like a SMART command, so I would guess (haven't looked at
> -mm) that the ata ioctl handlers have been updated to request it.
That would make sense. I have a daemon running that requests the
temperature via SMART every minute or so. Even still, this fills up my
entire dmesg after not a very long time, can I turn these messages off
somehow? If not, can you point me to where in the code I could kill a
printk?
Aaron Gyes
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ATA warnings in dmesg
2005-10-18 13:31 ` Aaron Gyes
@ 2005-10-18 20:43 ` Jon Escombe
0 siblings, 0 replies; 4+ messages in thread
From: Jon Escombe @ 2005-10-18 20:43 UTC (permalink / raw)
To: Aaron Gyes; +Cc: linux-kernel
Aaron Gyes wrote:
> On Tue, 2005-10-18 at 08:13 +0100, Jon Escombe wrote:
>
>>I don't think you need to worry. Those messages are produced from the
>>libata passthough code, whenever sense data has been requested...
>>
>>0xb0 looks like a SMART command, so I would guess (haven't looked at
>>-mm) that the ata ioctl handlers have been updated to request it.
>
>
> That would make sense. I have a daemon running that requests the
> temperature via SMART every minute or so. Even still, this fills up my
> entire dmesg after not a very long time, can I turn these messages off
> somehow? If not, can you point me to where in the code I could kill a
> printk?
>
> Aaron Gyes
Sure, the printk is in drivers/scsi/libata-scsi.c, right at the end of
ata_to_sense_error()..
Regards,
Jon.
______________________________________________________________
Email via Mailtraq4Free from Enstar (www.mailtraqdirect.co.uk)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-10-18 20:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-18 4:33 ATA warnings in dmesg Aaron Gyes
2005-10-18 7:13 ` Jon Escombe
2005-10-18 13:31 ` Aaron Gyes
2005-10-18 20:43 ` Jon Escombe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox