Fahad0x9d3 / pyrit

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

Problem with VIA-C7 on Slackware 14 #434

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, i have this problem with Pyrit runnin' on Slackware 14. 

root@darthquark:/home/jorge/hack/pyrit/pyrit-0.4.0# pyrit benchmark
Pyrit 0.3.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+

Calibrating... Exception in thread CPU-Core (VIA Padlock):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/site-packages/cpyrit/cpyrit.py", line 113, in run
    self._testComputeFunction(101)
  File "/usr/lib/python2.7/site-packages/cpyrit/cpyrit.py", line 103, in _testComputeFunction
    raise ValueError("Test-vector does not result in correct PMK.")
ValueError: Test-vector does not result in correct PMK.

Traceback (most recent call last):
  File "/usr/bin/pyrit", line 6, in <module>
    pyrit_cli.Pyrit_CLI().initFromArgv()
  File "/usr/lib/python2.7/site-packages/pyrit_cli.py", line 115, in initFromArgv
    func(self, **options)
  File "/usr/lib/python2.7/site-packages/pyrit_cli.py", line 1176, in benchmark
    cp.enqueue('foo', ['barbarbar'] * 500)
  File "/usr/lib/python2.7/site-packages/cpyrit/cpyrit.py", line 564, in enqueue
    self._check_cores()
  File "/usr/lib/python2.7/site-packages/cpyrit/cpyrit.py", line 490, in _check_cores
    raise SystemError("The core '%s' has died unexpectedly" % core)
SystemError: The core 'CPU-Core (VIA Padlock)' has died unexpectedly

In the past i was worked with Backtrack 5 R3, in this distro I not have some 
problem. I don't know how resolve this problem. I need help. I hope that help 
me.

The especification of my system are:

Linux darthquark 3.10.0-smp #1 SMP Mon Jul 1 18:32:56 CDT 2013 i686 VIA C7-D 
Processor 1800MHz CentaurHauls GNU/Linux

Original issue reported on code.google.com by fisicojo...@gmail.com on 2 Jul 2013 at 12:46