Custom Query (1406 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (253 - 255 of 1406)

Ticket Resolution Summary Owner Reporter
#786 fixed new usb bridges 0x0bc2:0x3322 (0x100) and 0x0bc2:0xab38 (0x100) Christian Franke yingted
Description
$ sudo smartctl /dev/sdc # Seagate Backup Plus 5 TB
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.8-300.fc25.x86_64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdc: Unknown USB bridge [0x0bc2:0x3322 (0x100)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary

$ sudo smartctl -d sat /dev/sdc
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.8-300.fc25.x86_64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

ATA device successfully opened

Use 'smartctl -a' (or '-x') to print SMART (and more) information

$ sudo smartctl /dev/sdf # Seagate Backup Plus 8 TB
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.8-300.fc25.x86_64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdf: Unknown USB bridge [0x0bc2:0xab38 (0x100)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary

$ sudo smartctl -d sat /dev/sdf
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.8-300.fc25.x86_64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

ATA device successfully opened

Use 'smartctl -a' (or '-x') to print SMART (and more) information

$
#788 worksforme Add temperature raw value in syslog, only log if normalized "health" value is below 100% Christian Franke thomas303
Description

Forwarding from https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/1653560

syslog entries like

Jan 2 20:22:27 server smartd[876]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 112

should be less confusing and logging should by default only take place if something is worth to be warned about.

That said, a "health" value below 100% (e.g. 98%) should trigger the logging, because then the health status as specified by the vendor is no more perfect.

And the output could be more verbose and less confusing. I suggest:

Jan 2 20:22:27 server smartd[876]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius: Thermal health changed from 110% (40°C) to 112% (38°C)

Given that normalization is specified by vendors, smartmontools could also take into account that e.g. health below 90% is critical (for WD drives that would be 60°C) and also should reported as critical (WARNING, etc.).

#801 fixed Add Kingston A400 SSD to smartdb Christian Franke Matthew Eaton
Description

Please add Kingston A400 SSD to smartdb.

Model numbers: KINGSTON SA400S37120G KINGSTON SA400S37240G KINGSTON SA400S37480G

Datasheet: http://www.kingston.com/datasheets/SA400S37_us.pdf

SMART attributes: http://media.kingston.com/support/downloads/MKP_521_Phison_SMART_attribute.pdf

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