KKKIsLit / pyrit

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

installed cuda on pyrit and broke it #397

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.pyrit list_cores
2.pretty much any command involving pyrit
3.

What is the expected output? What do you see instead?
This what I see.

/usr/local/lib/python2.6/dist-packages/cpyrit/cpyrit.py:63: UserWarning: 
WARNING: Version mismatch between <module 'cpyrit._cpyrit_cpu' from 
'/usr/local/lib/python2.6/dist-packages/cpyrit/_cpyrit_cpu.so'> ('0.4.0') and 
<module 'cpyrit._cpyrit_cuda' from 
'/usr/local/lib/python2.6/dist-packages/cpyrit/_cpyrit_cuda.so'> ('0.3.0')

  "('%s')\n" % (_cpyrit_cpu, _cpyrit_cpu.VERSION, mod, ver))
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/local/bin/pyrit", line 6, in <module>
    pyrit_cli.Pyrit_CLI().initFromArgv()
  File "/usr/local/lib/python2.6/dist-packages/pyrit_cli.py", line 115, in initFromArgv
    func(self, **options)
  File "/usr/local/lib/python2.6/dist-packages/pyrit_cli.py", line 1227, in selftest
    with cpyrit.cpyrit.CPyrit() as cp:
  File "/usr/local/lib/python2.6/dist-packages/cpyrit/cpyrit.py", line 440, in __init__
    self.cores.append(CUDACore(queue=self, dev_idx=dev_idx))
  File "/usr/local/lib/python2.6/dist-packages/cpyrit/cpyrit.py", line 245, in __init__
    _cpyrit_cuda.CUDADevice.__init__(self, dev_idx)
SystemError: CUDA_ERROR_INVALID SOURCE

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

Please provide any additional information below.

Original issue reported on code.google.com by cramm...@gmail.com on 6 Jul 2012 at 4:45

GoogleCodeExporter commented 8 years ago
Once I uninstall cuda and pyrit and install again I am able to install pyrit 
without a problem and everything seems to be working but when when i install 
cuda it breaks.

Original comment by cramm...@gmail.com on 6 Jul 2012 at 5:32