Optimized kernel problem - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-40.html) +--- Thread: Optimized kernel problem (/thread-7742.html) |
Optimized kernel problem - Banaanhangwagen - 08-15-2018 Does it make sense to use -O when working with -a 3? If yes, read further. If no, ok, roger that. I am using Hashcat (v4.2.1-7-g6469357c) on a Debian9 with latest nvidia driver. When I execute Code: hashcat -m0 [HASHLIST] -w3 -O -o [OUTPUT] --remove --outfile-format=3 -a3 -1 ?l?d ?1?1?1?1?1?1?1?1?1?1 -i --increment-min=6 No messages are logged in /var/log/. GDB is of no use, because no core got dumped. After reboot, I need to manually delete Code: .hashcat/sessions/hashcat.pid Only once, I had the following message in syslog: Code: hashcat[29356]: segfault at 0 ip 000055efca37e495 sp 00007fff1cd27c80 error 6 in hashcat[55efca311000+be000] When I use the same command without the -O, everything works fine. When I use the same command with the -O, but with -a 0, everything works fine. Any idea? RE: Optimized kernel problem - undeath - 08-15-2018 Looks like a temperature or power problem. RE: Optimized kernel problem - Banaanhangwagen - 08-23-2018 You were right, it was a power issue. Added an extra PSU and now it works like a glove. |