Custom Query (1414 matches)
Results (1 - 3 of 1414)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1 | fixed | smartmontools build fails on QNX | ||
Description |
The compilation on QNX fails due to missing getopt_long(). A proposed patch using the existing implementation in 'posix/getopt*' compiles, but leads to further problems related to exception handling. See also thread Compilation failure on QNX in smartmontools-devel. (ML-Archiv accessible for smartmontools developers only) |
|||
#2 | fixed | os_freebsd.cpp - added USB detection and converted to the new interface | ||
Description |
This is the patch agains current SVN. What was done: 1) Added USB type autodection using CAM layer and USB bus FreeBSD interface. Tested on FreeBSD 7. 2) Converted old style interface to the new, tested with ATA and SCSI devices, should work for other types also |
|||
#3 | fixed | ABEND on FreeBSD when non-SCSI device accessed with -d scsi | ||
Description |
Try smartctl -d scsi /dev/ad0 Bug in os_freebsd.cpp con->devname == NULL when used in cam_open_spec_device() more detailed analysis required but not done yet. |