Custom Query (1456 matches)
Results (370 - 372 of 1456)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1027 | wontfix | Establish standard generic method of defining vendor unique NVMe statistics | ||
Description |
I propose there would be an array of information specifying something like the following: Attribute Name Short Description Long Description Data type (byte, short, char array) Byte Offset NVMe log page NVMe log page length Endian Warning Threshold Critical Threshold Happy to contribute but not seeing how to do that. I could provide a functioning branch, however, the data would be hardcoded as I have not looked to see how the database is architected. Happy to contribute there too by the way. |
|||
#1920 | invalid | Extended self test not in overview | ||
Description |
Running
Here is a portion of smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.12.6-200.fc41.x86_64] (local build) Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Device Model: WDC WD80EFPX-68C4ZN0 Serial Number: WD-RD14X8DD LU WWN Device Id: 5 0014ee 2c11424ae Firmware Version: 81.00A81 User Capacity: 8,001,563,222,016 bytes [8.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Rotation Rate: 5640 rpm Form Factor: 3.5 inches Device is: Not in smartctl database 7.3/5528 ATA Version is: ACS-3 T13/2161-D revision 5 SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) Local Time is: Sun Jan 5 14:59:29 2025 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled Warning! SMART Attribute Thresholds Structure error: invalid SMART checksum. === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED General SMART Values: Offline data collection status: (0x00) Offline data collection activity was never started. Auto Offline Data Collection: Disabled. Self-test execution status: ( 249) Self-test routine in progress... 90% of test remaining. ... SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Short offline Completed without error 00% 1461 - # 2 Short offline Completed without error 00% 1435 - # 3 Short offline Completed without error 00% 1409 - ... |
|||
#300 | fixed | Fails to build on QNX 6.3.2 | ||
Description |
When I try to build revision 3851 on QNX 6.3.2, it fails with the following error messages: source='smartctl.cpp' object='smartctl.o' libtool=no \ DEPDIR=.deps depmode=gcc /bin/sh ./depcomp \ QCC -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/usr/local/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/local/share/smartmontools"' -I./getopt -DHAVE_GETOPT_LONG -D__GNU_LIBRARY__ -g -O2 -Wall -W -c -o smartctl.o smartctl.cpp smartctl.cpp: In function `const char* parse_options(int, char**, ata_print_options&, scsi_print_options&, bool&)': smartctl.cpp:397: error: `free' undeclared (first use this function) smartctl.cpp:397: error: (Each undeclared identifier is reported only once for each function it appears in.) cc: /usr/qnx632/host/qnx6/x86/usr/lib/gcc-lib/i386-pc-nto-qnx6.3.0/3.3.5/cc1plus error 1 If I modify smartctl.cpp to include stdlib.h, it builds successfully. |