Posts: 4
Threads: 1
Joined: Nov 2013
11-19-2013, 11:01 PM
Hello,
System: Gentoo
Video card: Radeon HD 6490m
Problem:
#oclHashcat-plus64.bin -m 2500 /var/www/test/5528_1384704901.hccap /var/www/test/wordlist.txt
Warning: oclHashcat-plus64.bin is running from /opt/oclhashcat-plus-bin so be careful of relative paths.
oclHashcat-plus v0.15 by atom starting...
Hashes: 1 total, 1 unique salts, 1 unique digests
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 1
Workload: 16 loops, 8 accel
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Caicos, 512MB, 750Mhz, 2MCU
Device #1: Kernel ./kernels/4098/m2500.Caicos_1268.1_1268.1.kernel not found in cache! Building may take a while...
Segmentation fault
Thanks.
Posts: 2,267
Threads: 16
Joined: Feb 2013
11-20-2013, 12:31 AM
(This post was last modified: 11-20-2013, 12:38 AM by philsmd.)
which driver (version) do you use ? (see here for the recommended driver
http://hashcat.net/oclhashcat-plus/ )
what if you run other hash types and/or attack modes?
also paste the output of
Posts: 4
Threads: 1
Joined: Nov 2013
11-20-2013, 10:09 PM
(This post was last modified: 11-20-2013, 10:10 PM by tempemailtemp.)
(11-20-2013, 12:31 AM)philsmd Wrote: which driver (version) do you use ? (see here for the recommended driver http://hashcat.net/oclhashcat-plus/ )
what if you run other hash types and/or attack modes?
also paste the output of
Driver used: fglrx (fglrx is the name of the proprietary Linux display driver used for ATI Radeon)
Code:
$ hashcat-cli64.bin ... << work good, no problem
$ clinfo:
http://pastebin.com/2WvJFkd8
Posts: 2,267
Threads: 16
Joined: Feb 2013
11-20-2013, 10:26 PM
(This post was last modified: 11-21-2013, 12:33 AM by philsmd.)
Please try a different hash mode (md5, -m 0) and re-download the 0.15 oclHashcat package (to be sure, maybe not under /opt and run it directly within the downloaded folder, like in $ ./oclHashcat-plus64.bin -m 0 ... - e.g. see Warning message).
13.9 should work, but you see that catalyst version 13.4 is recommended.
Also make sure not to have the amd sdk installed and that there are no other/conflicting libopencl.so files around.
Posts: 4
Threads: 1
Joined: Nov 2013
11-21-2013, 09:09 PM
(This post was last modified: 11-21-2013, 09:10 PM by tempemailtemp.)
Testing for Windows 7 (use driver last version), same error:
C:\Users\spv>E:\oclHashcat-plus-0.15\oclHashcat-plus-0.15\oclHashcat-plus64.exe -m 2500 -a3 E:\test\26644_1384692111.hccap ?d?d?d?d?d?d?d
oclHashcat-plus v0.15 by atom starting...
Hashes: 1 total, 1 unique salts, 1 unique digests
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Workload: 16 loops, 8 accel
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Caicos, 1024MB, 750Mhz, 2MCU
Device #1: Kernel E:\oclHashcat-plus-0.15\oclHashcat-plus-0.15/kernels/4098/m2500.Caicos_1016.4_1016.4 (VM).kernel not found in cache! Building may take a while...
ERROR: clBuildProgram() -11
P.S. I think the problem is the video card
Posts: 4
Threads: 1
Joined: Nov 2013
11-21-2013, 09:12 PM
(This post was last modified: 11-21-2013, 09:13 PM by tempemailtemp.)
're-download the 0.15 oclHashcat package' and 'maybe not under /opt and run it directly within the downloaded folder, like in $ ./oclHashcat-plus64.bin -m 0 ... - e.g. see Warning message' << philsmd, thanks, but not helped