Custom Query (1451 matches)
Results (139 - 141 of 1451)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#317 | fixed | os_linux.cpp: max_pathc value is low | ||
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 | ||
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() | ||
Description |
See ticket #52. |
Note:
See TracQuery
for help on using queries.