Custom Query (1434 matches)
Results (178 - 180 of 1434)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#298 | fixed | [patch] Fix for Seagate drives in drivedb.h | ||
Description |
I've a Seagate ST2000DM001-1CH164 and it generates the following warning from smartd and smartctl: ep 29 11:46:00 freyr smartd[1093]: Device: /dev/ada5, WARNING: A firmware update for this drive may be available, Sep 29 11:46:00 freyr smartd[1093]: see the following Seagate web pages: Sep 29 11:46:00 freyr smartd[1093]: http://knowledge.seagate.com/articles/en_US/FAQ/207931en Sep 29 11:46:00 freyr smartd[1093]: http://knowledge.seagate.com/articles/en_US/FAQ/223651en Having a look at the second link, the firmware update only applies to a specific part number (9YN166 and friends). My drive is a ST2000DM001-1CH164 (part 1CH164) and is up-to-date according to Seagate. Currently using smartmontools 6.2. I've modified drivedb.h in order to accommodate, see attached patch. |
|||
#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. |
|||
#304 | fixed | Add a memory device reference in drivedb | ||
Description |
I would like adding the following memory device reference in drivedb: START OF INFORMATION SECTIONDevice Model: 2GB SATA Flash Drive Serial Number: C0112011122100000073 Firmware Version: SFDDA01C User Capacity: 2,011,226,112 bytes [2.01 GB] Sector Size: 512 bytes logical/physical Rotation Rate: Solid State Device <b>Device is: Not in smartctl database [for details use: -P showall]</b> ATA Version is: ATA8-ACS (minor revision not indicated) SATA Version is: SATA 2.6, 3.0 Gb/s Local Time is: Fri Oct 25 15:13:02 2013 GMT SMART support is: Available - device has SMART capability. SMART support is: Enabled START OF READ SMART DATA SECTIONSMART overall-health self-assessment test result: PASSED General SMART Values: Offline data collection status: (0x00) Offline data collection activity
Total time to complete Offline data collection: ( 30) seconds. Offline data collection capabilities: (0x00) Offline data collection not supported. SMART capabilities: (0x0003) Saves SMART data before entering
Error logging capability: (0x01) Error logging supported.
SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
168 Unknown_Attribute 0x0012 100 100 000 Old_age Always -
175 Program_Fail_Count_Chip 0x0003 100 100 010 Pre-fail Always -
192 Power-Off_Retract_Count 0x0012 100 100 000 Old_age Always -
194 Temperature_Celsius 0x0022 040 100 000 Old_age Always -
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always -
240 Unknown_SSD_Attribute 0x0013 100 100 050 Pre-fail Always -
160 Unknown_Attribute 0x0000 100 100 010 Old_age Offline -
161 Unknown_Attribute 0x0000 100 100 010 Old_age Offline -
162 Unknown_Attribute 0x0000 100 100 005 Old_age Offline -
163 Unknown_Attribute 0x0000 100 100 001 Old_age Offline -
164 Unknown_Attribute 0x0000 100 100 001 Old_age Offline -
165 Unknown_Attribute 0x0000 100 100 001 Old_age Offline -
241 Total_LBAs_Written 0x0000 100 100 000 Old_age Offline -
SMART Error Log Version: 0 No Errors Logged SMART Self-test log structure revision number 0 Warning: ATA Specification requires self-test log structure revision number = 1 No self-tests have been logged. [To run self-tests, use: smartctl -t] Selective Self-tests/Logging not supported |