Posts: 7
Threads: 3
Joined: Aug 2011
Hi all,
Configuration:
Ubuntu 10.10 64 bits
Forceware 280.x
Nvidia GTX 580 (3x)
I have this error: "ERROR: cuStreamSynchronize() 700" when I put the "n" parameter on more than 1.
Exemple:
./mp64.bin -1 ?l?u?d ?1?1?1?1 | ./cudaHashcat-plus64.bin -d 1,2,3 -m 500 testhashes.txt
but ok (with -n 1):
./mp64.bin -1 ?l?u?d ?1?1?1?1 | ./cudaHashcat-plus64.bin -d 1,2,3 -n1 -m 500 testhashes.txt
Am I doing smthing wrong ?
Thanks a lot !
Posts: 5,185
Threads: 230
Joined: Apr 2010
-1 ?l?u?d ?1?1?1?1 produces only 14776336 combinations
try ?l?l?l?l?l?l?l?l?l
Posts: 7
Threads: 3
Joined: Aug 2011
(08-19-2011, 05:22 PM)atom Wrote: -1 ?l?u?d ?1?1?1?1 produces only 14776336 combinations
try ?l?l?l?l?l?l?l?l?l
sorry atom I don't understand, I need to test for example a charset of lower/upper/digits on 8 chars max (starting at 6) what would be the correct mask ?
Is this error related to the entropy tested ?
Thanks a lot.
Posts: 5,185
Threads: 230
Joined: Apr 2010
yes maybe. thats what i try to find out
Posts: 7
Threads: 3
Joined: Aug 2011
I have the same error with:
/cudaHashcat-plus64.bin -d 1 2 3 -m 500 -r test.rule -o found.txt md5.txt full.txt
works with:
/cudaHashcat-plus64.bin -d 1 2 3 -m 500 -r test.rule -n1 -o found.txt md5.txt full.txt
test.rule contains 150 rules
full.txt is a wordlist of 170'582'332 lines
Thanks !
Posts: 621
Threads: 57
Joined: May 2010
(08-23-2011, 08:32 AM)marked_d Wrote: I have the same error with:
/cudaHashcat-plus64.bin -d 1 2 3 -m 500 -r test.rule -o found.txt md5.txt full.txt
works with:
/cudaHashcat-plus64.bin -d 1 2 3 -m 500 -r test.rule -n1 -o found.txt md5.txt full.txt
test.rule contains 150 rules
full.txt is a wordlist of 170'582'332 lines
Thanks !
Maybe it's just a typo this time but make sure you separate your devices with commas like this: -d 1,2,3
Posts: 649
Threads: 18
Joined: Nov 2010
08-25-2011, 06:21 PM
(This post was last modified: 08-25-2011, 06:22 PM by radix.)
I've been having this issue for quite a while now. I can fix it by removing the power connector to the card, then reconnecting it. If you have more than one, unplug the one that is throwing the error. Something else you can try is installing cudatoolkit and running
Code:
cuda-memcheck ./cudaHashcat-xxxx