Warnings in hashcat v3 not present in cudaHashcat v2.01 - should I care?
#1
As thread subject says, after trying to run some commands that work as expected in cudahashcat v2.01 (chc, from now on) in hashcat  v3.0 (hc, from now on), I get some warnings I'm not sure if I should care about or not.

When running the first example*** in hc, I get the following warnings:
"Failed loading the XNVCTRL library: libXNVCTRL.so: cannot open shared object file: No such file or directory. Please install libxnvctrl-dev package."

***
Code:
hashcat -a 0 -m 400 example400.hash example.dict

Further, after the different kernels have been built on device #1, it follows with three warnings saying "Failed to set initial fan speed for device #1,2,3".

Command otherwise completes just as normal, and output is as expected. Running same command on chc, I get the same end result, but with no warnings on the way.

I'm a bit reluctant to start installing various packages I'm not so familiar with, thus I wonder if installing libxnvctrl-dev will remove these warnings, or are they related to something else?

Edit: OS is Ubuntu 14.04 LTS.


Messages In This Thread
Warnings in hashcat v3 not present in cudaHashcat v2.01 - should I care? - by voideater - 07-21-2016, 11:42 AM