Changes between Version 4 and Version 11 of Ticket #943


Ignore:
Timestamp:
Nov 19, 2017, 8:59:28 PM (6 years ago)
Author:
Alex Samorukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #943

    • Property Priority minorcritical
    • Property Summary Smartctl is broken on netbsd/sparc64 (BE) archNetBSD regression in smartmontools 6.6
  • Ticket #943 – Description

    v4 v11  
     1## Smartctl is broken on netbsd/sparc64 (BE) arch
     2
    13To test if smartctl still works on be i installed NetBSD7.0/sparc64 in the qemu.
    24
     
    57591. install NetBSD 7.0 intel to check if bug is BE/sparc specific, check atactl code for the hints.
    58602. Check previous smartmontools version (6.5)
     61
     62## Autodetection is broken in smartmontools 6.6/netbsd
     63{{{
     64sparc64# ./smartctl /dev/wd0c
     65smartctl 6.7 2017-11-16 r4625 [NetBSD 7.0 sparc64] (local build)
     66Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org
     67
     68/dev/wd0c: Unable to detect device type
     69Please specify device type with the -d option.
     70
     71Use smartctl -h to get a usage summary
     72}}}
     73
     74Code in the `netbsd_smart_interface::autodetect_smart_device(const char * name)` is very wrong