Custom Query (1386 matches)
Results (187 - 189 of 1386)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#602 | fixed | Add support for Trascend SSD420 | ||
Description |
It's based os TS6500 like the SSD370, so I guess it's only to change the regular expression in drivedb.h: Change "TS((16|32|64|128|256|512)G|1T)(SSD|MSA)370" with "TS((16|32|64|128|256|512)G|1T)(SSD|MSA)(370|420)" Here is the Datasheet, that includes the supported attributes and more. http://www.transcend-info.com/products/images/modelpic/686/SSD420_V1.1_Datasheet.pdf I seems easy, but I don't know the tool, I just wan't to tell you it in case ... |
|||
#603 | worksforme | smartmontools trunk fails to build on osx/darwin after changes in r4067 | ||
Description |
smartmontools fails to build on osx after r4067, see error report below: [...output skipped] config.status: creating update-smart-drivedb chmod +x update-smart-drivedb /bin/sh ./config.status --file=smartd_warning.sh config.status: creating smartd_warning.sh chmod +x smartd_warning.sh cat ./smartd.conf.5.in | $(MAN_FILTER) > smartd.conf.5 /bin/sh: -c: line 0: syntax error near unexpected token `|' /bin/sh: -c: line 0: `cat ./smartd.conf.5.in | sed -e 's|CURRENT_SVN_VERSION|smartmontools-6.4|g' -e "s|CURRENT_SVN_DATE|`sed -n 's,^.*DATE[^"]*"\([^"]*\)".*$,\1,p' svnversion.h`|g" -e "s|CURRENT_SVN_REV|`sed -n 's,^.*REV[^"]*"\([^"]*\)".*$,r\1,p' svnversion.h`|g" -e 's|/usr/local/share/man/|/usr/local/share/man/|g' -e 's|/usr/local/sbin/|/usr/local/sbin/|g' -e 's|/usr/local/etc/rc\.d/init.d/|/|g' -e 's|/usr/local/share/doc/smartmontools/examplescripts/|!exampledir!|g' -e 's|/usr/local/share/doc/smartmontools/|/usr/local/share/doc/smartmontools/|g' -e 's|!exampledir!|/usr/local/share/doc/smartmontools/examplescripts/|g' -e 's|/usr/local/etc/smartd\.conf|/usr/local/etc/smartd.conf|g' -e 's|/usr/local/etc/smart_drivedb\.h|/usr/local/etc/smart_drivedb.h|g' -e 's|/usr/local/etc/smartd_warning\.sh|/usr/local/etc/smartd_warning.sh|g' -e 's|\\fBmail\\fP|\\fBmail\\fP|g' -e 's|\\'\''mail\\'\''|\\'\''mail\\'\''|g' -e 's|/usr/bin/mail|/usr/bin/mail|g' -e 's|RELEASE_6_0_DRIVEDB|RELEASE_6_4_DRIVEDB|g' | if test -n '/usr/local/etc/smartd_warning.d'; then sed 's|/usr/local/etc/smartd_warning\.d|/usr/local/etc/smartd_warning.d|g' ; else sed '/^\.\\" %IF ENABLE_SMARTDPLUGINDIR/,/^\.\\" %ENDIF ENABLE_SMARTDPLUGINDIR/ s,^,.\\"# ,' ; fi | sed '/^\.\\" %IF ENABLE_ATTRIBUTELOG/,/^\.\\" %ENDIF ENABLE_ATTRIBUTELOG/ s,^,.\\"# ,' | | sed "s|/usr/local/share/smartmontools/drivedb\\.h|/usr/local/share/smartmontools/drivedb.h|g" | sed '/^\.\\" %IF ENABLE_SAVESTATES/,/^\.\\" %ENDIF ENABLE_SAVESTATES/ s,^,.\\"# ,' | if test -n 'Darwin'; then sed -e 's,OS_MAN_FILTER,Darwin,g' -e '/^\.\\" %IF NOT OS .*Darwin/,/^.\\" %ENDIF NOT OS .*Darwin/ s,^,.\\"# ,' -e '/^\.\\" %IF OS .*Darwin/,/^\.\\" %ENDIF OS .*Darwin/ s,^,!!,' -e '/^\.\\" %IF OS ./,/^\.\\" %ENDIF OS ./ s,^,.\\"# ,' -e '/^!*\.\\" %IF NOT OS ./,/^!*\.\\" %ENDIF NOT OS ./ s,^,!!,' -e 's,^!!!*\.\\"! \(.*\)$,\1 \\"#,' -e 's,^!!!*,,' ; else cat; fi > smartd.conf.5' make[1]: *** [smartd.conf.5] Error 2 make: *** [all] Error 2 |
|||
#607 | fixed | JMicron 0x152d:0x0565 (0x9114) needs -d sat | ||
Description |
While trying to run smartctl against a SATA disk in "akasa DuoDockX" dock, it does not work by default: Unknown USB bridge [0x152d:0x0565 (0x9114)] However, -d sat makes it work. -d usbjmicron,0 does not work. |