Changes between Version 4 and Version 11 of Ticket #943
- Timestamp:
- Nov 19, 2017, 8:59:28 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #943
- Property Priority minor → critical
- Property Summary Smartctl is broken on netbsd/sparc64 (BE) arch → NetBSD regression in smartmontools 6.6
-
Ticket #943 – Description
v4 v11 1 ## Smartctl is broken on netbsd/sparc64 (BE) arch 2 1 3 To test if smartctl still works on be i installed NetBSD7.0/sparc64 in the qemu. 2 4 … … 57 59 1. install NetBSD 7.0 intel to check if bug is BE/sparc specific, check atactl code for the hints. 58 60 2. Check previous smartmontools version (6.5) 61 62 ## Autodetection is broken in smartmontools 6.6/netbsd 63 {{{ 64 sparc64# ./smartctl /dev/wd0c 65 smartctl 6.7 2017-11-16 r4625 [NetBSD 7.0 sparc64] (local build) 66 Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org 67 68 /dev/wd0c: Unable to detect device type 69 Please specify device type with the -d option. 70 71 Use smartctl -h to get a usage summary 72 }}} 73 74 Code in the `netbsd_smart_interface::autodetect_smart_device(const char * name)` is very wrong