hashcat Forum
Kernel File error - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: Kernel File error (/thread-1640.html)



Kernel File error - mrt0mat0 - 10-11-2012

i was getting segmentation faults like crazy. i finally got that to stop and now i'm getting a new error:

Code:
./oclHashcat-plus64.bin -m 300 users.txt passfile.txt
oclHashcat-plus v0.09 by atom starting...

Hashes: 2 total, 1 unique salts, 2 unique digests
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 1
Workload: 64 loops, 80 accel
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Capeverde, 804MB, 1095Mhz, 10MCU
Device #1: Kernel ./kernels/4098/m0300_a0.Capeverde_1016.4_(VM).kernel not found in cache! Building may take a while...
ERROR: ./kernels/4098/m0300_a0.VLIW1.llvmir: No such file or directory

The file was originally set up as user:hash but i had to remove the user for some reason just for it to see the hashes

I'm using an AMD FX-8120 @3900
the cards are Radeon R7770 x2 with crossfire disabled
I'm running the beta of ATI drivers 12.9 but haven't had any problems with any other software.
I originally configured pyrit first and saw that the drivers seem to conflict so i'd rather have hashcat
I can't find this error anywhere on the internet
If anyone can help i'd appreciate it.

-----------------------------------------------------------------

I found the file it was looking for and for some reason it wasn't in the .09 version. I used the other one and I'm back to Segmentation Fault
Code:
oclHashcat-plus v0.07 by atom starting...

Hashes: 2
Unique digests: 2
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 1
GPU-Loops: 32
GPU-Accel: 40
Password lengths range: 1 - 15
Platform: AMD compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: Capeverde, 750MB, 0Mhz, 10MCU
Device #2: Capeverde, 750MB, 0Mhz, 10MCU
Device #1: Allocating 60MB host-memory
Device #1: Kernel ./kernels/4098/m0300_a0.Capeverde.32.kernel (850156 bytes)
Device #2: Allocating 60MB host-memory
Device #2: Kernel ./kernels/4098/m0300_a0.Capeverde.32.kernel (850156 bytes)

Scanned dictionary pass.txt: 139921497 bytes, 14344391 words, 14344391 keyspace, starting attack...

[s]tatus [p]ause [r]esume [q]uit => Segmentation fault



RE: Kernel File error - atom - 10-11-2012

You are using a bad combination of drivers and oclHashcat-versions.

All you need catalyst 12.8 (not 12.9 beta) and oclHashcat-plus v0.09.


RE: Kernel File error - mrt0mat0 - 10-11-2012

ok. that fixed it. do you know if i can still allow pyrit to work also? or must it be one or the other?

thanks, by the way!