0x90 / pyrit

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

networking and cal++ #232

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
pyrit serve

then killing it to receive the error message

What is the expected output? What do you see instead?
I expect to see my networked clients, however i get no connections and then 
when quitting i get the error

What version of the product are you using? On what operating system?
Ubuntu 10.10 Pyrit 0.3.0

Please provide any additional information below.

Here is the error

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

Serving 0 active clients; 0 PMKs/s; 0.0 TTS ^C
Shutdown with 0 active clients...

Exception in thread Thread-11:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/local/lib/python2.6/dist-packages/cpyrit/network.py", line 253, in run
    buf, (host, port) = self.sock.recvfrom(4096)
ValueError: too many values to unpack

I can connect to my friend but he cannot connect to me; i think it is because 
of this error. 

What may be causing it is that i had previously installed OpenCL for my Ati 
card, however upon realising Cal++ was faster i tried to install that but 
failed to. Could this be causing the problem? And if not How can i install 
cal++ and get the networking to work?

Original issue reported on code.google.com by Keylogge...@gmail.com on 4 Jan 2011 at 12:38

GoogleCodeExporter commented 9 years ago
You are operating over lan right?

Original comment by james0p0...@googlemail.com on 1 Jun 2011 at 9:53