Custom Query (1434 matches)
Results (118 - 120 of 1434)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#127 | fixed | update-smart-drivedb script haven't native FreeBSD's download program | ||
Description |
FreeBSD include in the base system native program for downloading that calls 'fetch' suggestion to add this program to 'update-smart-drivedb'. Patch attached. =========================== diff --git a/update-smart-drivedb b/update-smart-drivedb index b8d5505..32e0c6e 100755 --- a/update-smart-drivedb +++ b/update-smart-drivedb @@ -84,8 +84,10 @@ elif which wget >/dev/null 2>/dev/null; then
+elif which fetch >/dev/null 2>/dev/null; then + DOWNLOAD='fetch -o "$DEST.new" "$SRC"'
+ echo "$0: curl, wget, fetch or lynx not available" >&2; exit 1
=========================== |
|||
#128 | fixed | update-smart-drivedb may fail on OpenBSD | ||
Description |
The update-smart-drivedb script aborts on OpenBSD if the used download program exits with an error status if the URL does not exist (wget does, curl and lynx do not). A missing URL is an expected condition because the script checks for the existence of a drivedb.h branch first. |
|||
#129 | wontfix | 209480318976 Currently unreadable (pending) sectors | ||
Description |
Hello, I have 4 Samsung drives running in RAID 5 on Centos 5.5, smartctl version 5.38. I get this error every few days for 2 of 4 drives (HD502HJ): "Device: /dev/sdd, 209480318976 Currently unreadable (pending) sectors" (always 209480318976) followed by this: "Device: /dev/sdb, Failed SMART usage Attribute: 197 Current_Pending_Sector." Everything else seems to be OK: # smartctl -a /dev/sdd smartctl version 5.38 [x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ START OF INFORMATION SECTIONDevice Model: SAMSUNG HD502HJ Serial Number: S20BJ9BZXXXXXX Firmware Version: 1AJ10001 User Capacity: 500,107,862,016 bytes Device is: In smartctl database [for details use: -P show] ATA Version is: 8 ATA Standard is: Not recognized. Minor revision code: 0x28 Local Time is: Sat Dec 11 19:51:32 2010 CET ==> WARNING: May need -F samsung or -F samsung2 enabled; see manual for details. 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: (0x80) Offline data collection activity
Self-test execution status: ( 0) The previous self-test routine completed
Total time to complete Offline data collection: (4800) seconds. Offline data collection capabilities: (0x5b) SMART execute Offline immediate.
SMART capabilities: (0x0003) Saves SMART data before entering
Error logging capability: (0x01) Error logging supported.
Short self-test routine recommended polling time: ( 2) minutes. Extended self-test routine recommended polling time: ( 80) minutes. SCT capabilities: (0x003f) SCT Status 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
191 G-Sense_Error_Rate 0x0022 252 252 000 Old_age Always - 0 192 Power-Off_Retract_Count 0x0022 252 252 000 Old_age Always - 0 194 Temperature_Celsius 0x0002 064 055 000 Old_age Always - 33 (Lifetime Min/Max 22/45) 195 Hardware_ECC_Recovered 0x003a 100 100 000 Old_age Always - 0 196 Reallocated_Event_Count 0x0032 252 252 000 Old_age Always - 0 197 Current_Pending_Sector 0x0032 252 252 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0030 252 252 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x0036 100 100 000 Old_age Always - 76 200 Multi_Zone_Error_Rate 0x002a 100 100 000 Old_age Always - 14 223 Load_Retry_Count 0x0032 252 252 000 Old_age Always - 0 225 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 5 SMART Error Log Version: 1 ATA Error Count: 76 (device log contains only the most recent five errors)
Powered_Up_Time is measured from power on, and printed as DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes, SS=sec, and sss=millisec. It "wraps" after 49.710 days. Error 76 occurred at disk power-on lifetime: 1903 hours (79 days + 7 hours)
Error 75 occurred at disk power-on lifetime: 1899 hours (79 days + 3 hours)
Error 74 occurred at disk power-on lifetime: 1894 hours (78 days + 22 hours)
Error 73 occurred at disk power-on lifetime: 1886 hours (78 days + 14 hours)
Error 72 occurred at disk power-on lifetime: 1866 hours (77 days + 18 hours)
SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 2021 - # 2 Short offline Completed without error 00% 2019 - # 3 Short offline Completed without error 00% 1995 - # 4 Short offline Completed without error 00% 1971 - # 5 Short offline Completed without error 00% 1947 - # 6 Short offline Completed without error 00% 1922 - # 7 Short offline Completed without error 00% 1899 - # 8 Short offline Completed without error 00% 1875 - # 9 Extended offline Completed without error 00% 1854 - #10 Short offline Completed without error 00% 1851 - #11 Short offline Completed without error 00% 1827 - #12 Short offline Completed without error 00% 1803 - #13 Short offline Completed without error 00% 1779 - #14 Short offline Completed without error 00% 1755 - #15 Short offline Completed without error 00% 1731 - #16 Short offline Completed without error 00% 1707 - #17 Extended offline Completed without error 00% 1686 - #18 Short offline Completed without error 00% 1684 - #19 Short offline Completed without error 00% 1660 - #20 Short offline Completed without error 00% 1636 - #21 Short offline Completed without error 00% 1612 - SMART Selective Self-Test Log Data Structure Revision Number (0) should be 1 SMART Selective self-test log data structure revision number 0 Warning: ATA Specification requires selective self-test log data structure revision number = 1
Selective self-test flags (0x0):
If Selective self-test is pending on power-up, resume after 0 minute delay. |