Custom Query (1359 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (178 - 180 of 1359)

Ticket Resolution Summary Owner Reporter
#298 fixed [patch] Fix for Seagate drives in drivedb.h Christian Franke seanprees
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 Christian Franke mkraai
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 Christian Franke jeremy385892
Description

I would like adding the following memory device reference in drivedb:

START OF INFORMATION SECTION

Device 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 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.

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

power-saving mode. Supports SMART auto save timer.

Error logging capability: (0x01) Error logging supported.

No General Purpose Logging support.

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

1 Raw_Read_Error_Rate 0x000b 100 100 050 Pre-fail Always -

16777215

2 Throughput_Performance 0x0005 100 100 050 Pre-fail Offline -

0

3 Spin_Up_Time 0x0007 100 100 050 Pre-fail Always -

0

5 Reallocated_Sector_Ct 0x0013 100 100 050 Pre-fail Always -

0

7 Unknown_SSD_Attribute 0x000b 100 100 050 Pre-fail Always -

0

8 Unknown_SSD_Attribute 0x0005 100 100 050 Pre-fail Offline -

0

9 Power_On_Hours 0x0012 100 100 000 Old_age Always -

24

10 Unknown_SSD_Attribute 0x0013 100 100 050 Pre-fail Always -

0

12 Power_Cycle_Count 0x0012 100 100 000 Old_age Always -

18

168 Unknown_Attribute 0x0012 100 100 000 Old_age Always -

0

175 Program_Fail_Count_Chip 0x0003 100 100 010 Pre-fail Always -

0

192 Power-Off_Retract_Count 0x0012 100 100 000 Old_age Always -

0

194 Temperature_Celsius 0x0022 040 100 000 Old_age Always -

40 (Min/Max 30/60)

197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always -

0

240 Unknown_SSD_Attribute 0x0013 100 100 050 Pre-fail Always -

0

160 Unknown_Attribute 0x0000 100 100 010 Old_age Offline -

6

161 Unknown_Attribute 0x0000 100 100 010 Old_age Offline -

6

162 Unknown_Attribute 0x0000 100 100 005 Old_age Offline -

252

163 Unknown_Attribute 0x0000 100 100 001 Old_age Offline -

35

164 Unknown_Attribute 0x0000 100 100 001 Old_age Offline -

10

165 Unknown_Attribute 0x0000 100 100 001 Old_age Offline -

10

241 Total_LBAs_Written 0x0000 100 100 000 Old_age Offline -

4777601

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

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.