Javability (Java, Zaurus, Linux, Live)
by Jean-Marc Autexier, Saarland/Germany
cat /dev/www | egrep 'Java|Linux|Zaurus|ITnews|Live' > blog
16.1.08
20:09 Smart temperature (
,
,
,
)
Do you see very high temperature information in log file? I saw the following this evening and was chocked that my hard drives are 110° hot.
Device: /dev/sda, SMART Usage Attribute: 194 Temperature_Celsius changed from 109 to 110 Device: /dev/sdb, SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 112
I first thought maybe this Fahrenheit temperatures, but I'm still not sure. Anyway, grepping out the Celsius temperature out of smartctl I'm sure that I have no problem
# smartctl -d ata -a /dev/sdb | grep Temperature 194 Temperature_Celsius 0x0022 112 105 000 Old_age Always - 35
But why does /var/log/messages say that it is 112? Anybody knowns?
Update: just found this page. Seems that the wrong column (the one marked in red above) is monitored. Still I don't know yet hove to change it.