GPU temp retain trigger doesn't work - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: GPU temp retain trigger doesn't work (/thread-6466.html) |
GPU temp retain trigger doesn't work - xsdafsr - 04-04-2017 Hi, I am using Hashcat 3.40 on Ubuntu 17.04. I installed my Nvidia driver with Ubuntu repository. (Because some reasons) --- When I start an attack , it says: Code: Watchdog: Temperature abort trigger set to 90c Code: Temperature limit on GPU #1 reached, aborting... the command: Code: ./hashcat64.bin -m 0 -a 3 --username -D 1,2 ?l --gpu-temp-retain 80 --potfile-path MD5.potfile Hash.txt ?l?l?l?l?l?l?l?l?l?l RE: GPU temp retain trigger doesn't work - atom - 04-05-2017 Sounds like you can not set the fanspeed from SSH console. Fix this first and it will automatically enable the hashcat retain support. RE: GPU temp retain trigger doesn't work - xsdafsr - 04-05-2017 sorry, I'm a noob. Do you mean these commands?! Code: nvidia-settings -a GPUFanControlState=1 Output: Code: mahan@M:~$ nvidia-settings -a GPUFanControlState=1 how to fix it? RE: GPU temp retain trigger doesn't work - atom - 04-06-2017 It depends on your OS/Distribution. I just wanted to show your it's not a hashcat issue. |