|
Hashcat experiences and error after pause and suspend - 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: Hashcat experiences and error after pause and suspend (/thread-11857.html) |
Hashcat experiences and error after pause and suspend - phillipsjk - 03-17-2024 Hello, I was going for supper and noticed that the wholesale price of power was a little high, so I decided to pause the active hashing, and suspend the computer. I got the following messages (the displays went to sleep, but the computer did not suspend properly): Code: Paused at Sat Mar 16 19:35:18 2024
[s]tatus [r]esume [b]ypass [c]heckpoint [f]inish [q]uit => /sys/bus/pci/devices/0000:06:00.0/hwmon/hwmon0/temp1_input: unexpected data.
r
^C
binaries@cathy:~/hashcat-6.2.5$ ./hashcat -a3 -m 22500 -O ~/open.hashcat
hashcat (v6.2.5) starting
^C
binaries@cathy:~/hashcat-6.2.5$ ./hashcat -a3 -m 22500 -O ~/open.hashcat --restore
Usage: hashcat [options]... hash|hashfile|hccapxfile [dictionary|mask|directory]...
Try --help for more help.
binaries@cathy:~/hashcat-6.2.5$ ./hashcat --restore
hashcat (v6.2.5) starting in restore modeIt has been stuck burning 100% of a CPU core for 39 minutes now (based on total CPU time reported by 'top'). RE: Hashcat experiences and error after pause and suspend - phillipsjk - 03-17-2024 Looks like restarting the computer solved the issue. System was in a half-upgraded state (with deferred reboot). Reboot could have solved whatever soft lock-up was happening too. Edit: Even tried MOVING the restore file. Apparently that was not the issue. |