Custom Query (1384 matches)
Results (34 - 36 of 1384)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#31 | fixed | smartmontools-5.39-1.win32-setup.exe configure drive menu incorrectly | ||
Description |
Installation has been completed successfully. The items in drive menu doesn't work. I extracted from the registry that smartctl -a invoke "C:\Program Files\smartmontools\bin\smartctl-run.bat" -a %L But there is no "C:\Program Files\smartmontools\bin\smartctl-run.bat" installed. I don't know what's the function of smartctl-run.bat ... |
|||
#19 | wontfix | smartmontools-5.38 repeatedly freeze Macbook (OS X) | ||
Description |
When I install smartmontools via MacPorts (default build), the 'smartd' daemon is automatically registered as a StartupItem. After that, it will periodically - every 30 minutes - query my harddisk and log the following:
during which my computer freezes for about five to ten seconds (possibly because not HDD access is possible). Removing smartmontools and killing smartd also stopped the repeated freeze. Issue: Querying SMART attributes should not freeze the computer (I am running several Linux machines where smartmontools and smartd work fine without freeze). Hardware: Modellname: MacBook Pro Modell-Identifizierung: MacBookPro5,5 Prozessortyp: Intel Core 2 Duo Prozessorgeschwindigkeit: 2,26 GHz Anzahl der Prozessoren: 1 Gesamtzahl der Kerne: 2 L2-Cache: 3 MB Speicher: 2 GB Busgeschwindigkeit: 1,07 GHz Boot-ROM-Version: MBP55.00AC.B03 SMC-Version (System): 1.47f2 Harddisk: Kapazität: 500,11 GB (500.107.862.016 Byte) Modell: WDC WD5000BEVT-22ZAT0 Version: 01.01A01 Seriennummer: WD-WXB0A8948221 Native Command Queuing: Ja Queue Depth: 32 Wechselmedien: Nein Absteckbares Laufwerk: Nein BSD-Name: disk0 Rotationsrate: 5400 Partitionstabellentyp: GPT (GUID-Partitionstabelle) S.M.A.R.T.-Status: Überprüft Also, 'smartctl' will report SMART as "disabled" when querying the disk, although OS X reports the SMART status as 'OK'. |
|||
#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 |