Custom Query (1494 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 1494)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#922 fixed -l devstat does not work if gp devstat log is 256 sectors Christian Franke oddbondboris
Description

smartctl does not use the 9 bit value from the directory properly and instead reads the value 256 as zero

Steps to reproduce: smartctl -l devstat /dev/sdX on any drive that has a directory such as this

0x04       GPL     R/O    256  Device Statistics log

Expected behavior: print device statistics patched version shown

#smartctl -l devstat /dev/sdd
smartctl 6.7 2017-11-06 r4602 [x86_64-linux-4.9.16-gentoo] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

Device Statistics (GP Log 0x04)
Page  Offset Size        Value Flags Description
0x01  =====  =               =  ===  == General Statistics (rev 1) ==
0x01  0x008  4               6  ---  Lifetime Power-On Resets
0x01  0x010  4             913  ---  Power-on Hours
....

Actual Behavior

#smartctl -l devstat /dev/sdd
smartctl 6.7 2017-11-06 r4602 [x86_64-linux-4.9.16-gentoo] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

Device Statistics (GP/SMART Log 0x04) not supported

fix: included patch, enable already existing code to parse >8bit values in GetNumLogSectors when reading gplog devstat logs.

#1127 wontfix -l selftest should display current power on/lifetime hours Matthias Hörmann
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 Christian Franke querbach
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.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.