![]() |
Recurring problem. bash command not found - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Recurring problem. bash command not found (/thread-4377.html) Pages:
1
2
|
Recurring problem. bash command not found - RastaFist - 05-21-2015 root@rastafi:~/Downloads# ls cudaHashcat-1.36 cudaHashcat-1.36.7z root@rastafi:~/Downloads# cd cudaHashcat-1.36 root@rastafi:~/Downloads/cudaHashcat-1.36# cudaHashcat64 bash: cudaHashcat64: command not found root@rastafi:~/Downloads/cudaHashcat-1.36# cudaHashcat64.bin bash: cudaHashcat64.bin: command not found root@rastafi:~/Downloads/cudaHashcat-1.36# ls charsets cudaExample500.sh example0.hash kernels cudaExample0.cmd cudaHashcat32.bin example400.hash masks cudaExample0.sh cudaHashcat32.exe example500.hash rules cudaExample400.cmd cudaHashcat64.bin example.dict cudaExample400.sh cudaHashcat64.exe extra cudaExample500.cmd docs hashcat.hcstat ive reinstalled my operating system and nvidia drivers and cuda a million times fresh and every time i do hashcat i end up with root@rastafi:~/Downloads/cudaHashcat-1.36# cudaHashcat64 bash: cudaHashcat64: command not found how do i fix this i 7z x the file after downloading directly from website... every time i get this. any advice appreciated. im very frusterated. RE: Recurring problem. bash command not found - epixoip - 05-21-2015 Bro, do you even Linux? RE: Recurring problem. bash command not found - RastaFist - 05-21-2015 (05-21-2015, 06:25 AM)epixoip Wrote: Bro, do you even Linux? Bro... Answers not criticism. I learning. self taught myself all this shit. now im stuck. first time ive ever even had to post on a forum to ask for help. RE: Recurring problem. bash command not found - radix - 05-21-2015 ![]() RE: Recurring problem. bash command not found - epixoip - 05-21-2015 (05-21-2015, 06:30 AM)RastaFist Wrote: Answers not criticism. I learning. self taught myself all this shit. That's great, but this is Hashcat support forum, not a Linux support forum. I'd strongly suggest learning how to use your operating system before moving on to something like password cracking. Anyway, I'll throw you a bone. In Linux, you cannot execute programs that are not within your PATH unless you specify an absolute or relative path. You also cannot omit file extensions in Linux as you can in Windows. In Linux file extensions largely hold no significance, so they are part of the filename. http://askubuntu.com/questions/320632/why-do-i-need-to-type-before-executing-a-program-in-the-current-directory http://unix.stackexchange.com/questions/4430/why-do-we-use-to-execute-a-file RE: Recurring problem. bash command not found - RastaFist - 05-21-2015 new problem. i fixed the old one myself. ERROR: cuModuleLoad() 209 RE: Recurring problem. bash command not found - RastaFist - 05-21-2015 forgot to install some lib libraries etc. im sure thats wrong terminologly but i could careless at this point lol. im tired of switching to windows to use my gpu. RE: Recurring problem. bash command not found - epixoip - 05-21-2015 Ok, that's a relevant error. http://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_does_the_cumoduleload_209_error_mean RE: Recurring problem. bash command not found - RastaFist - 05-21-2015 heres the whole output... root@rastafi:~/Downloads/cudaHashcat-1.36# ./cudaHashcat64.bin -m 2500 -a 0 -w 3 /root/test.hccap /root/realhuman_phill.txt cudaHashcat v1.36 starting... Device #1: NVS 5400M, 1023MB, 950Mhz, 2MCU Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702 Hashes: 1 hashes; 1 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Rules: 1 Applicable Optimizers: * Zero-Byte * Single-Hash * Single-Salt Watchdog: Temperature abort trigger set to 90c Watchdog: Temperature retain trigger set to 80c ERROR: cuModuleLoad() 209 RE: Recurring problem. bash command not found - RastaFist - 05-21-2015 apologies for posting the previous one in here. i couldnt tell the difference as i was trying to use hascat and got the error i naturally assunmed somebody here would know wtf i was talkin bout |