[nox-dev] Error in using Nox controller

2011-02-04 Thread Vishal
Hi All, I need help with the following:- *1)* I am encountering the following error:- ./nox_core -i ptcp: switch NOX 0.9.0(zaku)~full~beta (nox_core), compiled Jan 7 2011 14:13:37 Compiled with OpenFlow 0x01 1|nox|ERR:Cannot change the state of 'switch' to INSTALLED: 'switch' ran into an

Re: [nox-dev] Error in using Nox controller

2011-02-04 Thread Murphy McCauley
For #1: What operating system (distribution, version, etc.) are you building on? For #2: All you should need to do is run switch or pyswitch to get similar functionality. It will do learning switching between all ports on the switch. -- Murphy On Feb 4, 2011, at 1:18 PM, Vishal wrote: Hi

Re: [nox-dev] Error in using Nox controller

2011-02-04 Thread Vishal
Hi Murphy, I am running on: Fedora 8 ( 2.6.24.4-64.fc8), gcc version 4.4.4, Python 2.5.1 Assuming that issue could be because of twisted/python, I installed twisted. Now, I am getting the following errors: *1)* $nox_core -i ptcp: NOX 0.9.0(zaku)~full~beta (nox_core), compiled Feb 4 2011

Re: [nox-dev] Error in using Nox controller

2011-02-04 Thread Murphy McCauley
Ah, Fedora 8... most of us are using recent versions of Ubuntu or Debian, so these are where most of our experience is. Without twisted installed, it was just trying to build without python. Now it seems to be building with python but running into the same problem as before (but with one of

Re: [nox-dev] Error in using Nox controller

2011-02-04 Thread Vishal
Hi Murphy, Thanks a lot. This is the current error after changing the dso-deployer.cc. I had upgraded boost-filesystem as well as gcc version to compile nox earlier. ./nox_core NOX 0.9.0(zaku)~full~beta (nox_core), compiled Feb 4 2011 16:36:41 Compiled with OpenFlow 0x01 1|nox|ERR:Cannot

Re: [nox-dev] Error in using Nox controller

2011-02-04 Thread Murphy McCauley
Well, that actually appears to be getting components loading. I'm not sure why such a hack was necessary, but... whatever. Let's pretend it was a good idea, for the moment. If you don't care about Python, I suspect you may now be able to run configure with python disabled and rebuild and