Custom Query (1417 matches)
Results (136 - 138 of 1417)
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. |
|||
#301 | worksforme | please improve Selective Self-Tests using smartd/smartctl | ||
Description |
I love the selective self tests feature (-t select,min-max/next/cont[+SIZE]). The long tests just take too long. However I can't get it to work right with smartd. My configuration is this:
My issues are these:
|