Hashcat-Plus - Kernel Error
#1
Hello Everyone,

I'm fairly new so hopefully this isnt to bad/new of an issue. I have downloaded .13 oclHashcat-plus and installed Ubuntu12.04 (Fresh) with the ATI 13.1 drivers as documentation/forums suggest. However everytime I go to run hashcat-plus I get the below error stating the kernel's could not be found. I am currently running x2 6970's and have worked on this issue for ~2 hours now. Any assistance on this issue would be ideal as I am attempting to use oclHashcat for a security class currently.

Thank you,

Error-----------------------------------------------------------------------------
localuser@XD:~/Downloads/oclHashcat-plus$ sudo ./oclHashcat-plus64.bin -m 0 Hashfile
oclHashcat-plus v0.13 by atom starting...

Hashes: 2 total, 1 unique salts, 2 unique digests
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 1
Workload: 256 loops, 80 accel
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Cayman, 1024MB, 880Mhz, 24MCU
Device #2: Cayman, 1024MB, 880Mhz, 24MCU
Device #1: Kernel ./kernels/4098/m0000_a0.Cayman_1084.4_1084.4.kernel not found in cache! Building may take a while...
ERROR: ./kernels/4098/m0000_a0.VLIW4.llvmir: No such file or directory
------------------------------------------------------------------------------------
#2
sounds like you incorrectly unpacked the archive, perhaps you used '7z e' instead of '7z x'. or maybe you inadvertently deleted the kernel directory. but that kernel is definitely shipped in the archive.

Code:
epixoip@clyde:~/oclHashcat-plus-0.13/kernels/4098$ ls -l m0000_a0.VLIW4.llvmir
-rw------- 1 epixoip epixoip 238700 Feb  1 01:44 m0000_a0.VLIW4.llvmir
#3
(02-11-2013, 05:06 AM)epixoip Wrote: sounds like you incorrectly unpacked the archive, perhaps you used '7z e' instead of '7z x'. or maybe you inadvertently deleted the kernel directory. but that kernel is definitely shipped in the archive.

Code:
epixoip@clyde:~/oclHashcat-plus-0.13/kernels/4098$ ls -l m0000_a0.VLIW4.llvmir
-rw------- 1 epixoip epixoip 238700 Feb  1 01:44 m0000_a0.VLIW4.llvmir

Thank you epixoip, I now feel like a complete moron and will continue on my way.
(7z e was the issue... "sigh")