Custom Query (1552 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (394 - 396 of 1552)

Ticket Resolution Summary Owner Reporter
#598 worksforme Windows hangs after smartd is started david
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)

#1782 fixed Windows drivedb update script returns "gpg.exe gpg.exe is not recognized..." Christian Franke Adam Piggott
Description

When I try to execute the update-smart-drivedb.ps1 script in a Powershell or Command Prompt CLI (running as Administrator or not) I receive the error:

& : The term 'gpg.exe gpg.exe' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At update-smart-drivedb.ps1:500 char:16
+   $($input | & $cmdobj @args 2>&1) | %{ $_.ToString() }
+                ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (gpg.exe gpg.exe:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

update-smart-drivedb.ps1 version 5515 2023-07-24 12:58:25Z from smartmontools 7.4, on Windows 10 22H2 64-bit, Powershell 10.0.19041.3636. gpg.exe is in $PATH and works.

#1170 fixed Windows builds: No effect of ASLR due to missing relocation information Christian Franke Christian Franke
Description

The exe files from recent smartmontools builds for Windows indicate ASLR compatibility but do not provide the required relocation information:

$ x86_64-w64-mingw32-objdump -p smartctl.exe
...
        relocations stripped

The default LDFLAGS set by the configure script do not work as expected with some recent versions of MinGW-w64 toolchain:

  • 7.3.0-11ubuntu1+20.2build1 on Ubuntu 18.04.1 (used for CircleCI and 7.0-1 release builds)
  • 7.4.0-1 on Cygwin

It worked in the past with:

  • 4.9.1-19+14.3 on Debian 8.9 (used for 6.6-1 release build)
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.