![]() |
without chmod +x - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat Support (https://hashcat.net/forum/forum-21.html) +--- Thread: without chmod +x (/thread-5.html) |
without chmod +x - MK.v.4 - 05-02-2010 running oclHashCat64.bin without chmod +x returns errors: user@desktop:~/oclHashcat-0.18$ sh ./oclHashcat64.bin -h ./oclHashcat64.bin: 1: Syntax error: word unexpected (expecting ")") user@desktop:~/oclHashcat-0.18$ sh ./oclHashcat64.bin --help ./oclHashcat64.bin: 1: Syntax error: word unexpected (expecting ")") Using Ubuntu 10.04 64 bit, with nvidia 9800gt. note - running chmod +x on the file allows it to run perfectly.. ubuntu 10.04 64 bit can be added to the working os list. RE: without chmod +x - atom - 05-02-2010 (05-02-2010, 12:20 AM)MK.v.4 Wrote: running oclHashCat64.bin without chmod +x returns errors: Hello MK.v.4 ![]() thx for the report. i will add the system to the os list. i am a bit confused since the *.bin files should be +x after unpack. here is what i did: Code: root@sf:~# unrar x oclHashcat-0.18.rar How did you unpack the archive? -- atom RE: without chmod +x - MK.v.4 - 05-04-2010 i used file roller v 2.30.0 which is the default archive manager for ubuntu with a rar plugin installed i believe. Code: user@desktop:~/oclHashcat-0.18$ ls -l the execution of the app looks right, but that syntax error got me thinking there was something going on with the app. |