Custom Query (1375 matches)
Results (61 - 63 of 1375)
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. |
|||
#130 | fixed | Add support for Samsung Story Station 3.0 2TB Drive | ||
Description |
Drive works with the "-d sat" option. smartctl -a -d sat /dev/sdb smartctl 5.40 2010-10-16 r3189 [x86_64-redhat-linux-gnu] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: SAMSUNG HD203WI Serial Number: S27KJ1ZZ600470 Firmware Version: 1AN10003 User Capacity: 2,000,398,934,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 6 Local Time is: Mon Dec 20 17:03:10 2010 NZDT SMART support is: Available - device has SMART capability. SMART support is: Enabled Drive HD203WI is an EcoGreen F3 The following needs to be added to drivedb.h { "USB: Samsung Story Station; ", "0x04e8:0x6054", "", "", "-d sat" }, |