Custom Query (1562 matches)
Results (409 - 411 of 1562)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1467 | fixed | Autodetection under OpenBSD assumes full SCSI for sd-Devices | ||
| Description |
Under OpenBSD not only SCSI devices, but also sata devices have names like /dev/sd0. When autodetectiong such a device, smartmontools uses the full scsi commandset instead of only sat commands. One way to fix this would be to change line 592 in os_openbsd.cpp to something like this: return new openbsd_scsi_device(this, name, "", true /*scanning*/); |
|||
| #1466 | fixed | Timeout too short for some devices under openBSD | ||
| Description |
Under OpenBSD some timeouts are too short because of a needed conversion to seconds. The problem can be fixed for OpenBSD in scsiata.cpp in line 367 by applying a multiplier of 1000 as used in os_openbsd.cpp in line 173. (But i guess it would break other Operating Systems!) I dont know, where to apply this multiplier without breaking other Operating Systems! It would be great, if someone finds the right spot to correct this. |
|||
| #1465 | fixed | Use of wrong devicename in autodetection unter OpenBSD | ||
| Description |
In os_openbsd.cpp in openbsd_smart_interface::autodetect_smart_device the type is guessed by the devicename. To check this, the devicename is stripped from its path into the variable "test_name". But for opening and working with the device, the full name is needed (variable "name"). To fix this, the variable "test_name" should be changed to "name" in lines 585, 592 and 595. |
|||
