Custom Query (1375 matches)
Results (31 - 33 of 1375)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#598 | worksforme | Windows hangs after smartd is started | ||
Description |
Hello, 6.4.1 blocks the T3600 DELL PC (over the keyboard response) when the service starts, when the auto -d option is specified in the smartd.conf If the debug (smartd -d) below smartd 6.4 2015-06-04 r4109 [x86_64-w64-mingw32-win7-sp1] (sf-6.4-1) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org Opened configuration file C:/Program Files/SmartMon.old/smartd.conf Configuration file C:/Program Files/SmartMon.old/smartd.conf was parsed, found DEVICESCAN, scanning devices Device: /dev/sda [SAT], opened Device: /dev/sda [SAT], WDC WD5000AAKX-75U6AA0, S/N:WD-WCC2EU802806, WWN:5-0014ee-2b29c36c5, FW:19.01H19, 500 GB Device: /dev/sda [SAT], found in smartd database: Western Digital Blue Device: /dev/sda [SAT], not capable of SMART Health Status check CHECK POWER MODE: incomplete response, ATA output registers missing Device: /dev/sda [SAT], no ATA CHECK POWER STATUS support, ignoring -n Directive Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list. Device: /dev/sdb [SAT], opened Device: /dev/sdb [SAT], WDC WD5000AAKX-75U6AA0, S/N:WD-WCC2EU614318, WWN:5-0014ee-207f17163, FW:19.01H19, 500 GB Device: /dev/sdb [SAT], found in smartd database: Western Digital Blue Device: /dev/sdb [SAT], not capable of SMART Health Status check CHECK POWER MODE: incomplete response, ATA output registers missing Device: /dev/sdb [SAT], no ATA CHECK POWER STATUS support, ignoring -n Directive Device: /dev/sdb [SAT], is SMART capable. Adding to "monitor" list. Device: /dev/csmi0,0, opened Device: /dev/csmi0,0, packet devices [this device CD/DVD] not SMART capable Unable to register ATA device /dev/csmi0,0 at line 1 of file C:/Program Files/SmartMon.old/smartd.conf Device: /dev/csmi1,0, opened Device: /dev/csmi1,0, not ATA, no IDENTIFY DEVICE Structure Unable to register ATA device /dev/csmi1,0 at line 1 of file C:/Program Files/SmartMon.old/smartd.conf Device: /dev/csmi1,1, opened Device: /dev/csmi1,1, WDC WD5000AAKX-75U6AA0, S/N:WD-WCC2EU614318, WWN:5-0014ee-207f17163, FW:19.01H19, 500 GB Device: /dev/csmi1,1, found in smartd database: Western Digital Blue Device: /dev/csmi1,1, is SMART capable. Adding to "monitor" list. Monitoring 3 ATA and 0 SCSI devices Device: /dev/sda [SAT], opened ATA device After this line is completely blocked windows, windows of a sudden stop is needed to stop :( If the ATA option is indicated in the smartd.conf, the drives are not recognized (it has no windows blocking) |
|||
#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 |
|||
#618 | worksforme | Add Crucial_CT960M500SSD1 to database | ||
Description |
The current drivedb.h does not seem to list my disk for now (I did not compile and test the last svn commit, I just looked at the sources) : trunk/smartmontools/drivedb.h: [...] "Crucial_CT(120|240|480)M500SSD[13]", // Marvell 88SS9187 BLD2, tested with Crucial_CT120M500SSD3/MU02, // Crucial_CT120M500SSD1/MU02, Crucial_CT240M500SSD1/MU03, Crucial_CT480M500SSD1/MU03 [...]
|