Custom Query (1357 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 1357)

Ticket Resolution Summary Owner Reporter
#109 fixed Print additional attribute flags Christian Franke Christian Franke
Description

Parse and print additional Attribute flag meanings (IBM ones, eg performance etc). These are now documented in atacmds.h -- we just need to modify the format of the Attribute table.

(Moved from TODO file r1308, r1676)

#111 fixed Lifetime temperatures are actually ones from last powerup, SAMSUNG HD502HI Christian Franke scop
Description
# ./smartctl -a /dev/sdb
smartctl 5.40 2010-10-03 r3176 [i686-pc-linux-gnu] (local build)
[...]
Model Family:     SAMSUNG SpinPoint F2 EG series
Device Model:     SAMSUNG HD502HI
[...]
Firmware Version: 1AG01118
[...]
190 Airflow_Temperature_Cel 0x0022   073   066   000    Old_age   Always       -       27 (Lifetime Min/Max 22/27)
194 Temperature_Celsius     0x0022   071   064   000    Old_age   Always       -       29 (Lifetime Min/Max 22/29)
[...]

The "Lifetime Min/Max" values at least for disk are not the min/max temperature of the disk's whole lifetime, but instead I believe the min/max since the last power cycle of the disk (or at least they are the min/max since the last "cold" start of the box this disk is in).

#113 fixed SMARTD_DEVICE and ...TYPE cannot be used for smartctl parameters Christian Franke Christian Franke
Description

When running scripts via smartd -M exec directive, the environment variables SMARTD_DEVICE and SMARTD_DEVICETYPE should be set such that the following command works:

smartctl ... -d $SMARTD_DEVICETYPE $SMARTD_DEVICE

Such a command is already used in Example1 and Example2.

This does not always work: SMARTD_DEVICE may contain extra info about the device (see Ubuntu Bug 491324, comment 8). It should be set to the plain device name instead. SMARTD_DEVICETYPE may not be set to the correct type if the type was autodetected.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.