http403 / pyrit

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

rev 120: 'pyrit benchmark' never comes back ... #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ... when a network-core is involved
2.
3. the benchmark is running on both computers but never comes to an end.

What is the expected output? What do you see instead?
expected to see a benchmark-result

instead:

pyrit list_cores
Pyrit 0.2.3-dev (svn r120) (C) 2008, 2009 Lukas Lueg
http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3

The ESSID-blobspace seems to be empty; you should create an ESSID...

The following cores seem available...
#1:  'CPU-Core (SSE2)'
#2:  'CPU-Core (SSE2)'
#3:  'CPU-Core (SSE2)'
#4:  'CPU-Core (SSE2)'
#5:  'Network-Core @192.168.123.32'

pyrit benchmark
Pyrit 0.2.3-dev (svn r120) (C) 2008, 2009 Lukas Lueg
http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3

The ESSID-blobspace seems to be empty; you should create an ESSID...

Running benchmark for at least 60 seconds...

after several minutes pressed Ctrl-C; i get

^CTraceback (most recent call last):
  File "/usr/local/bin/pyrit", line 710, in <module>
    Pyrit_CLI().init()
  File "/usr/local/bin/pyrit", line 97, in init
    }.setdefault(commands[0] if len(commands) > 0 else 'help',
self.print_help)()
  File "/usr/local/bin/pyrit", line 423, in benchmark
    for r in cp:
  File "/usr/local/lib/python2.6/dist-packages/cpyrit.py", line 344, in
__iter__
    r = self.dequeue(block=True)
  File "/usr/local/lib/python2.6/dist-packages/cpyrit.py", line 401, in dequeue
    self.cv.wait(3)
  File "/usr/lib/python2.6/threading.py", line 256, in wait
    _sleep(delay)
KeyboardInterrupt

What version of the product are you using? On what operating system?
pyrit rev120 on Ubuntu 9.04-64bit Phenom II 920, ATI 4850

Please provide any additional information below.

Original issue reported on code.google.com by datapirates@googlemail.com on 13 Jul 2009 at 11:20

GoogleCodeExporter commented 9 years ago
got the same problem with the svn(126). 

File "/usr/local/bin/pyrit", line 542, in <module>
    Pyrit_CLI().init()
  File "/usr/local/bin/pyrit", line 93, in init
    }.setdefault(commands[0] if len(commands) > 0 else 'help', self.print_help)()
  File "/usr/local/bin/pyrit", line 427, in benchmark
    for r in cp:
  File "/usr/local/lib/python2.6/dist-packages/cpyrit.py", line 352, in __iter__
    r = self.dequeue(block=True)
  File "/usr/local/lib/python2.6/dist-packages/cpyrit.py", line 422, in dequeue
    self.cv.wait(3)
  File "/usr/lib/python2.6/threading.py", line 256, in wait
    _sleep(delay)
KeyboardInterrupt

Original comment by stephan....@googlemail.com on 20 Jul 2009 at 8:47

GoogleCodeExporter commented 9 years ago
The Network-Core is currently broken due to changes in the scheduling API. I'll 
fix
that during the next two weeks or so...

Original comment by lukas.l...@gmail.com on 20 Jul 2009 at 8:53

GoogleCodeExporter commented 9 years ago
Network-Core deferred to 0.2.4

Original comment by lukas.l...@gmail.com on 22 Jul 2009 at 8:47