
Originally Posted by
InsertCleverNameHere
I was also missing pycuda but all is working now... I wish I had realised everything I needed was in the repos... thanks for the help.
well it was working now im getting this..
File "/usr/bin/pyrit", line 6, in <module>
pyrit_cli.Pyrit_CLI().initFromArgv()
File "/usr/lib/python2.5/site-packages/pyrit_cli.py", line 110, in initFromArgv
func(self, **options)
File "/usr/lib/python2.5/site-packages/pyrit_cli.py", line 148, in new_f
f(*args, **kwds)
File "/usr/lib/python2.5/site-packages/pyrit_cli.py", line 709, in attack_passthrough
with cpyrit.util.PassthroughIterator(essid, reader) as rstiter:
File "/usr/lib/python2.5/site-packages/cpyrit/util.py", line 175, in __init__
self.cp = cpyrit.CPyrit()
File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 450, in __init__
self.cores.append(CUDACore(queue=self, dev_idx=dev_idx))
File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 243, in __init__
_cpyrit_cuda.CUDADevice.__init__(self, dev_idx)
SystemError: CUDA_ERROR_UNKNOWN
I get a similar error to what you get, see;
Code:
Traceback (most recent call last):
File "/usr/bin/pyrit", line 6, in <module>
pyrit_cli.Pyrit_CLI().initFromArgv()
File "/usr/lib/python2.5/site-packages/pyrit_cli.py", line 116, in initFromArg v
func(self, **options)
File "/usr/lib/python2.5/site-packages/pyrit_cli.py", line 164, in new_f
f(*args, **kwds)
File "/usr/lib/python2.5/site-packages/pyrit_cli.py", line 989, in attack_batc h
with cpyrit.util.StorageIterator(storage, essid) as dbiter:
File "/usr/lib/python2.5/site-packages/cpyrit/util.py", line 119, in __init__
self.cp = cpyrit.CPyrit() if yieldNewResults else None
File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 450, in __init_ _
self.cores.append(CUDACore(queue=self, dev_idx=dev_idx))
File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 243, in __init_ _
_cpyrit_cuda.CUDADevice.__init__(self, dev_idx)
SystemError: CUDA_ERROR_UNKNOWN
The last parts is the same at least..
I found a workaround that works for me, and that is to stop X and reinstall the nVidia drivers. The error can occur again after x amount of reboots of the system.
Maybe it works for you?
Do you have any take on what might be wrong purehate?