Custom Query (1265 matches)
Results (4 - 6 of 1265)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1711 | duplicate | Add drive to DB - WD20EFZX-68AWUN0 | ||
Description |
Hi, I have the following drive and it shows that it is not in the database. I've the latest version of database. Model: WD Red Plus - WD20EFZX-68AWUN0 I appreciate if you can add it. |
|||
#1701 | fixed | Smartctl: Exception: json.cpp(313): Assertion failed: p->type == nt_array | ||
Description |
smartctl -a /dev/da75 --json crashes for one particular disk, perhaps because it has a nonempty pending defects list. [asomers@XXX ~]$ smartctl -V smartctl 7.3 2022-02-28 r5338 [FreeBSD 13.1-XXX amd64] (local build) Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org smartctl comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under the terms of the GNU General Public License; either version 2, or (at your option) any later version. See https://www.gnu.org for further details. smartmontools release 7.3 dated 2022-02-28 at 16:33:40 UTC smartmontools SVN rev 5338 dated 2022-02-28 at 16:34:26 smartmontools build host: amd64-portbld-freebsd13.0 smartmontools build with: C++11, GCC FreeBSD Clang 12.0.1 (git@…:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) smartmontools configure arguments: '--disable-dependency-tracking' '--enable-sample' '--with-gnupg=no' '--with-initscriptdir=/usr/local/etc/rc.d' '--with-nvme-devicescan=yes' '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/share/info/' '--build=amd64-portbld-freebsd13.0' 'build_alias=amd64-portbld-freebsd13.0' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -fstack-protector-strong -fno-strict-aliasing ' 'LDFLAGS= -fstack-protector-strong ' 'LIBS=' 'CPPFLAGS=' 'CC=cc' 'CFLAGS=-O2 -pipe -fstack-protector-strong -fno-strict-aliasing ' 'PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/sysutils/smartmontools/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig' [asomers@XXX ~]$ sudo smartctl -a /dev/da75 --json Smartctl: Exception: json.cpp(313): Assertion failed: p->type == nt_array Please inform smartmontools-support@…, including output of smartctl -V. |
|||
#1697 | invalid | Question on decoding temperature values from csv file | ||
Description |
I started looking at the csv files smartd generates and would like some help understanding it. On some websites ATA drives were said to show a 150 offset to the raw value in Celsius. A number 187 would translate to 187-150 as a value for degrees celsius. On some SCSI Enterprise drives the temperature is listed exactly in degrees celsius in the CSV file which is very convenient. I found a few CSV files with strange output and would like to know how to find the correct decoding. Below is some data of ATA drives CSV output searching for then key 194 aka. Temperature_Celsius, showing the column number in which key=194 is found and the min and max value found in the next column that I think is the temperature. For some drives the range can not be linear: minimal value 4, max value 253 would not translate by any linear offset assuming this is a digit and not hex. Also, min=55 max=79 is likely an offset of possibly 100? Pulling with smartctl shows 194 Temperature_Celsius 0x0022 073 046 --- Old_age Always - 27 (Min/Max? 20/46) key=194 in column=35 min=94 max=145 in /tmp/Temperature_Celsius.WD-WMC1T0306391.raw.csv (Model: WDC WD30EZRX-00DC0B0) key=194 in column=41 min=4 max=253 in /tmp/Temperature_Celsius.7SGEWP6C.raw.csv (Model: WDC WD80EFAX-68LHPN0) key=194 in column=53 min=5 max=43 in /tmp/Temperature_Celsius.Z840RT48.raw.csv (Model: ST8000AS0002-1NA17Z) key=194 in column=41 min=4 max=253 in /tmp/Temperature_Celsius.1SG60K6Z.raw.csv (Model: WDC WD80EMAZ-00WJTA0) key=194 in column=53 min=5 max=42 in /tmp/Temperature_Celsius.ZCT0EYFR.raw.csv (Model: ST8000DM004-2CX188) key=194 in column=41 min=104 max=250 in /tmp/Temperature_Celsius.JEGRVHKN.raw.csv (Model: WDC WD100EMAZ-00WJTA0) key=194 in column=53 min=6 max=42 in /tmp/Temperature_Celsius.ZCT0EQG7.raw.csv (Model: ST8000DM004-2CX188) key=194 in column=41 min=181 max=253 in /tmp/Temperature_Celsius.2YHZD7WD.raw.csv (Model: HGST HUH721010ALE601) key=194 in column=50 min=55 max=79 in /tmp/Temperature_Celsius.183584805068.raw.csv (Model: WDC WDS500G2B0A-00SM50) Is there a magic table for each manufacturer to decode the smart output or syntax to log the raw value only? Btw: Google has not been my friend yet in finding an answer. |