rdavydov / pyrit

Automatically exported from code.google.com/p/pyrit
1 stars 0 forks source link

pls help #302

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

hi when i type pyrit list_cores i get this 

Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+

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 115, in initFromArgv
    func(self, **options)
  File "/usr/lib/python2.5/site-packages/pyrit_cli.py", line 291, in list_cores
    with cpyrit.cpyrit.CPyrit() as cp:
  File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 440, in __init__
    self.cores.append(CUDACore(queue=self, dev_idx=dev_idx))
  File "/usr/lib/python2.5/site-packages/cpyrit/cpyrit.py", line 245, in __init__
    _cpyrit_cuda.CUDADevice.__init__(self, dev_idx)
SystemError: CUDA_ERROR_UNKNOWN
the operation system i backtrac 4

Original issue reported on code.google.com by baraka...@gmail.com on 23 Apr 2011 at 4:34

GoogleCodeExporter commented 8 years ago
This isn't a help forum. Its for tracking bugs. You will get quicker help 
learning to use your backtrack installation here 
http://www.backtrack-linux.org/forums/beginners-forum/

Original comment by lsell...@gmail.com on 24 Apr 2011 at 4:00

GoogleCodeExporter commented 8 years ago
The error "SystemError: CUDA_ERROR_UNKNOWN" comes directly from the 
Nvidia-driver.

You probably need to update your driver and/or CUDA-installation.

Original comment by lukas.l...@gmail.com on 24 Apr 2011 at 8:24