No such file or directory - 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: No such file or directory (/thread-10565.html) |
No such file or directory - Dragon64M - 01-03-2022 Hi, I'm a new hashcat user and I'm just attempting to set up the program and I ran into a issue where the terminal told me (mac user): /Users/Greg/.local/share/hashcat/sessions/usage.pid: No such file or directory /Users/Greg/.local/share/hashcat: No such file or directory When I attempted to run: hashcat --help Any help would be appreciated! RE: No such file or directory - Snoopy - 01-05-2022 (01-03-2022, 09:23 PM)Dragon64M Wrote: Hi, I'm a new hashcat user and I'm just attempting to set up the program and I ran into a issue where the terminal told me (mac user): how did you installed hashcat on mac? homebrew, git? missing .local/share/hahscat seems hashcat was not installed properly (missing make install after compiling from git?) im not quite familiar with compiling on mac, if this hahscat folder exists (pls check), it seems it is a permission issue RE: No such file or directory - jaikl - 01-07-2022 (01-03-2022, 09:23 PM)Dragon64M Wrote: Hi, I'm a new hashcat user and I'm just attempting to set up the program and I ran into a issue where the terminal told me (mac user): I was about the ask the exact same question. I tried installing using brew and git with the exact same result. Not sure how to procedd RE: No such file or directory - Snoopy - 01-10-2022 when using git try make install after compiling it homebrew dont know, maybe i would give it an try and mkdir these needed folderstructure, if there are already there, then it seems a permission problem EDIT: seems you will also need the opencl header before compiling see this conversion https://gist.github.com/chadmayfield/600b211e9c309859f2bfb5dddc5de09c |