Pyrit icon indicating copy to clipboard operation
Pyrit copied to clipboard

Pyrit cant list my core

Open kudzie567 opened this issue 6 years ago • 0 comments

i recently reinstalled pyrit and when i tried installing it to work with my cuda gpu, i followed every step as instructed but when i try to get it to list my cores, its showing me errors.

root@kali:/opt/Pyrit/modules/cpyrit_cuda# optirun pyrit list_cores

Pyrit 0.5.1 (C) 2008-2011 Lukas Lueg - 2015 John Mora https://github.com/JPaulMora/Pyrit This code is distributed under the GNU General Public License v3+

Traceback (most recent call last): File "/usr/local/bin/pyrit", line 6, in pyrit_cli.Pyrit_CLI().initFromArgv() File "/usr/local/lib/python2.7/dist-packages/pyrit_cli.py", line 117, in initFromArgv func(self, **options) File "/usr/local/lib/python2.7/dist-packages/pyrit_cli.py", line 294, in list_cores with cpyrit.cpyrit.CPyrit() as cp: File "/usr/local/lib/python2.7/dist-packages/cpyrit/cpyrit.py", line 442, in init self.CUDAs.append(CUDACore(queue=self, dev_idx=dev_idx)) File "/usr/local/lib/python2.7/dist-packages/cpyrit/cpyrit.py", line 243, in init _cpyrit_cuda.CUDADevice.init(self, dev_idx) SystemError: Unknown CUresult.

This happens when i turn use_CUDA = true in my config file. i am really stuck. any help would be greatly appreciated.

kudzie567 avatar Jun 04 '18 19:06 kudzie567