Custom Query (1451 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (139 - 141 of 1451)

Ticket Resolution Summary Owner Reporter
#317 fixed os_linux.cpp: max_pathc value is low Christian Franke kicca
Description

You should change const int max_pathc = 32 to a higher value because with this value smartctl --scan shows false data.

with the old value (32): smartctl --scan|wc -l 58

and the new (48): ./smartctl --scan|wc -l 74

#93 wontfix os_linux.cpp: Use SG_IO instead of deprecated SCSI ioctl somebody Christian Franke
Description

Some controller specific functions in os_linux.cpp still use some old SCSI pass-through ioctl. This may result in syslog messages like:

... kernel: [...] program smartd is using a deprecated SCSI ioctl, please convert it to SG_IO

SG_IO should be used if supported.

#54 wontfix os_linux.cpp: Implement linux_marvell_device::ata_pass_through() somebody Christian Franke
Description

See ticket #52.

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