![]() |
Stuck in "hashcat (v3.10-729-gb670e57) starting..." - 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: Stuck in "hashcat (v3.10-729-gb670e57) starting..." (/thread-6048.html) |
Stuck in "hashcat (v3.10-729-gb670e57) starting..." - wiredtiger - 11-16-2016 I recently setup hashcat on Ubuntu 16.04 by cloning the repository from Github. I followed the build instructions outlined in the BUILD.md file and successfully built hashcat from source. I believe that my install of OpenCL on NVIDIA also went well. Now however when I try running any command with hashcat except hashcat --help it gets stuck in starting up. I have tried running hashcat -b (hashcat benchmark) and hashcat -m 2500 capture.cap rockyou.txt(brute force) and both of these commands get stuck in "starting up". When I try to stop the process with Control-Z it won't even let me. Maybe something in the installation process went wrong but I'm not really sure of what. RE: Stuck in "hashcat (v3.10-729-gb670e57) starting..." - epixoip - 11-17-2016 Are you running hashcat over ssh, from within X, or at a local tty? RE: Stuck in "hashcat (v3.10-729-gb670e57) starting..." - wiredtiger - 11-17-2016 (11-17-2016, 12:54 AM)epixoip Wrote: Are you running hashcat over ssh, from within X, or at a local tty? Locally RE: Stuck in "hashcat (v3.10-729-gb670e57) starting..." - epixoip - 11-17-2016 Ok, I think that's the problem then. Last I knew, X had to actually be up on the display to run OpenCL applications,. If you start X then switch to a tty and run an OpenCL application, the OpenCL application will block until X is attached to the display again. I would recommend testing over ssh. |