I was running "./nox_core -i ptcp:6666 switch" which used to work in Zaku, Now 
I works using [IP]:[PORT] 
However trying to solve the problem I ran 
make test and I have this error:

00001|pyrt|ERR:unable to invoke a Python event handler:
Traceback (most recent call last):
  File "/home/openflow/nox/build/src/nox/coreapps/coretests/test_packet.py", 
line 71, in bootstrap_complete_callback
    fullTCPPacket()
  File "/home/openflow/nox/build/src/nox/lib/packet/t/tcp_parse_test.py", line 
129, in fullTCPPacket
    tcp2 = tcp(arr=tcph.tostring())
  File "/home/openflow/nox/build/src/nox/lib/packet/packet_base.py", line 113, 
in tostring
    buf = self.hdr()
  File "/home/openflow/nox/build/src/nox/lib/packet/tcp.py", line 213, in hdr
    self.win, self.csum, self.urg)
error: ubyte format requires 0 <= number <= 255

Anyway it now works, Thank you very much.

Ibrahim


Subject: Re: [nox-dev] Install NOX Destiny on Ubuntu 11.04
From: jam...@nau.edu
Date: Wed, 22 Feb 2012 01:58:27 -0800
CC: nox-dev@noxrepo.org
To: ibrahim.me...@alumnos.upm.es



Did you forget a -v?  That is, did you actually run "./nox_core -i ptcp: switch 
-v" or similar?
If so, then this looks good.  Are you sure it's not running fine?  It should be 
listening on port 6633.
-- Murphy
On Feb 22, 2012, at 1:51 AM, ibrahim menem wrote:Hi,

So I decided to upgrade to Destiny, and after warningless compilation I tried 
to run  "./nox_core -i ptcp: switch" 

but it freezes at:

00002|nox|INFO:nox bootstrap complete

Running "dpkg --info nox-dependencies.deb" I get:
 new debian package, version 2.0.
 size 788 bytes: control archive= 491 bytes.
     511 bytes,     9 lines      control
     499 bytes,     9 lines      control~
 Package: nox-dependencies
 Version: 0.1
 Architecture: all
 Depends: doxygen, doxypy, build-essential, python-dev, autoconf, automake, 
make, g++, libtool, python-twisted, python-dev, swig, libssl-dev, libboost-dev 
(>= 1.34.1), libboost-test-dev, libboost-filesystem-dev
 Suggests: git-core, libsqilte3-dev, python-simplejson
 Maintainer: KK Yap [yap...@stanford.edu]
 Description: This package installs the dependencies needed for NOX
             to be built from source.  There is no actual content
             in this package.

Any suggestion?

Thanks,

Ibrahim

_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

                                          
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to