Re: [nox-dev] cannot open shared object

2011-04-22 Thread Vjekoslav Brajkovic
-dev@noxrepo.org/msg02268.html > > If that works, maybe you can tell me what distribution and boost versions > you're using. I don't think we ever figured out what was going on there. > > -- Murphy > > On Apr 22, 2011 6:42 PM, "Vjekoslav Brajkovic" >

[nox-dev] cannot open shared object

2011-04-22 Thread Vjekoslav Brajkovic
Hello. I am trying to build the zaku branch but I've been running into issues. After compiling the source and executing... vjeko@borg:/tmp/nox/src$ ./nox_core -i ptcp: switch ... I get: NOX 0.9.0(zaku)~full~beta (nox_core), compiled Apr 22 2011 18:33:29 Compiled with OpenFlow 0x01 1|nox|

Re: [nox-dev] attribute '_handleSigchld'

2010-08-06 Thread Vjekoslav Brajkovic
itch without > getting any error messages. > > Give that a shot and see if it works. > > Best of luck, > > Tim Upthegrove > Georgia Institute of Technology > College of Computing > (406)-437-1493 > > - "Vjekoslav Brajkovic" wrote:

[nox-dev] attribute '_handleSigchld'

2010-08-06 Thread Vjekoslav Brajkovic
Hello. After I upgraded my system, I've been having trouble starting NOX. This is the error message: 2|nox|ERR:Cannot change the state of 'python' to INSTALLED: 'python' ran into an error: Unable to co

Re: [nox-dev] nox 0.6 branch openflow-1.0

2010-01-12 Thread Vjekoslav Brajkovic
Yes, this was done on a 64 bit machine. Thanks! Vjeko - Forwarded message from kk yap - Date: Sat, 9 Jan 2010 10:20:55 -0800 From: kk yap To: Vjekoslav Brajkovic Subject: Re: [nox-dev] nox 0.6 branch openflow-1.0 Hi Vjekoslav, It seems like the nx_flow_end struct is not padded

[nox-dev] nox 0.6 branch openflow-1.0

2010-01-07 Thread Vjekoslav Brajkovic
Hello. I'm trying to build nox 0.6 with openflow 1.0 support. Latest commit fails. The build also fails when ./configure is passed an alternative `--with-openflow` directory path. Any help would be appreciated. ~~` In file in

Re: [nox-dev] Preparing for Nox 0.6.0

2009-11-03 Thread Vjekoslav Brajkovic
On Tue, Nov 03, 2009 at 08:42:38PM -0800, Martin Casado wrote: > Do you plan to stick with 0x98 over the medium term? (next 6 months or so) I don't think so. I just wanted to check if the upcoming release is going to be compatible with openflow-0.9.0-rev1. :) Thanks for your input. Vjeko ___

Re: [nox-dev] Preparing for Nox 0.6.0

2009-11-03 Thread Vjekoslav Brajkovic
On Sun, Nov 01, 2009 at 07:24:48PM -0800, Martin Casado wrote: > We're going to start preparing to put Nox 0.6.0 up on noxrepo. This > release will include significant improvements to the netapps > (authenticator, routing, topology), debugging, documentation, and > OpenFlow 1.0 wire support. Beca

[nox-dev] --with-openflow

2009-10-14 Thread Vjekoslav Brajkovic
Hello. According to the web page, NOX is suppose to compile against OpenFlow 0.8.9: ~~ The binaries posted for running OpenFlow in the virtual test environment were really old (0.8.1) and causing problems. They’ve since b

Re: [nox-dev] --with-openflow

2009-10-13 Thread Vjekoslav Brajkovic
On Mon, 12 Oct 2009, Martin Casado wrote: I see. I appreciate your input. The current Nox support wire proto 0x97. Best to compile Nox with the included openflow headers, and then run against 0.8.9 (don't use --with-openflow). ___ nox-dev mailing

Re: [nox-dev] GCC 4.4

2009-10-12 Thread Vjekoslav Brajkovic
On Mon, 12 Oct 2009, Martin Casado wrote: Pushed, should be available from git. Perfect. Thanks a bunch! ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

[nox-dev] GCC 4.4

2009-10-12 Thread Vjekoslav Brajkovic
Hello. According to GCC 4.4 release notes, some of the standard C++ library include files have been edited to include only the smallest possible number of additional files. As a result NOX fails to compile under GCC 4.4. (Header dependency changes section) http://gcc.gnu.org/gcc-4.4/porting_to.h