Custom Query (1384 matches)
Results (22 - 24 of 1384)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1127 | wontfix | -l selftest should display current power on/lifetime hours | ||
Description |
The LifeTime(hours) column in the smartctl -l selftest output would be much more useful if the output also displayed the current value for this, allowing the user to see how long ago the tests actually ran. Instead, currently one has to look at the output of e.g. smartctl -a to check the power on hours manually before that column is of any use other than as a relative time between different tests in the log. |
|||
#66 | fixed | -l xselftest,selftest fails on Intel X25-M G2 | ||
Description |
smartctl -l xselftest,selftest fails to fall back to selftest, reporting: # smartctl -l xselftest,selftest /dev/sda smartctl 5.40 2010-02-03 r3060 [i686-pc-linux-gnu] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF READ SMART DATA SECTION === General Purpose Logging (GPL) feature set supported SMART Extended Self-test Log Version: 1 (1 sectors) Invalid Self-test Log index = 0x0080 (reserved = 0x00) # It seems that smartctl sees the Extended Self-Test Log feature as supported, but the drive either doesn't support it, or supports it improperly. A special case for the X25-M might suppress this problem and cause the fallback to work properly. |
|||
#313 | fixed | /dev/disk/by-id in smartd.conf ignored | ||
Description |
~$ cat /etc/smartd.conf /dev/disk/by-id/scsi-SATA_KingSpec_KDM-44VVS14413121600085 -I 194 #/dev/sdb -I 194 DEVICESCAN -a -o on -S on -n standby,q -s (S/../.././02|L/../../6/03) -W 4,40,45 -m root referencing the disk directly allows my to exclude it from temperature monitoring, using /by-id/ fails ~$ journalctl -f Jan 29 14:28:17 store04 smartd[1337]: smartd 6.2 2013-07-26 r3841 [i686-linux-3.11.6-4-pae] (SUSE RPM) Jan 29 14:28:17 store04 smartd[1337]: Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org Jan 29 14:28:17 store04 smartd[1337]: Opened configuration file /etc/smartd.conf Jan 29 14:28:17 store04 smartd[1337]: Drive: /dev/disk/by-id/scsi-SATA_KingSpec_KDM-44VVS14413121600085, implied '-a' Directive o...rtd.conf Jan 29 14:28:17 store04 smartd[1337]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices Jan 29 14:28:17 store04 smartd[1337]: Device: /dev/disk/by-id/scsi-SATA_KingSpec_KDM-44VVS14413121600085, type changed from 'scsi' to 'sat' Jan 29 14:28:17 store04 smartd[1337]: Device: /dev/disk/by-id/scsi-SATA_KingSpec_KDM-44VVS14413121600085 [SAT], opened ... Jan 29 14:28:17 store04 smartd[1337]: Device: /dev/sdb [SAT], opened Jan 29 14:28:17 store04 smartd[1337]: Device: /dev/sdb [SAT], KingSpec KDM-44VS.1-008GSS, S/N:VS14413121600085, FW:20131018, 7.91 GB ... Jan 29 14:28:19 store04 smartd[1337]: Device: /dev/sdb [SAT], Temperature 54 Celsius reached critical limit of 45 Celsius (Min/Max 54/60) |