Re: [nox-dev] 6633 routing error

2010-12-09 Thread kk yap
Try deleting the vde directory. They should be temp files. Regards KK On 8 December 2010 23:38, Abhishek Majumdar majum...@cse.unl.edu wrote: I don't have the prob with vde_switch anymore. I installed vde2. Now I have a different problem. When i execute vms-start.pymy-network-name  it gives

Re: [nox-dev] 6633 routing error

2010-12-09 Thread Abhishek Majumdar
Ok. That works. It doesn't give me any error message. But no visible output as well. What is the output supposed to be? Thanks Abhishek Majumdar On 12/09/2010 02:06 AM, kk yap wrote: Try deleting the vde directory. They should be temp files. Regards KK On 8 December 2010 23:38, Abhishek

Re: [nox-dev] 6633 routing error

2010-12-09 Thread Abhishek Majumdar
I tried to connect to 6633 with NOX running on the telnet terminal it said Connection closed by foreign host. On the NOX terminal it said 1|nox|WARN:stream: closing connection due to timeout after 5 seconds in sending features request state Thanks Abhishek Majumdar On 12/08/2010 11:55

Re: [nox-dev] 6633 routing error

2010-12-09 Thread Murphy McCauley
This indicates that NOX is probably running just fine. You need to get your switches to connect to it. -- Murphy On Dec 9, 2010, at 12:23 AM, Abhishek Majumdar wrote: I tried to connect to 6633 with NOX running on the telnet terminal it said Connection closed by foreign host. On the NOX

Re: [nox-dev] 6633 routing error

2010-12-09 Thread Abhishek Majumdar
How do I do that? Will running the network do? Thanks Abhishek Majumdar On 12/09/2010 02:26 AM, Murphy McCauley wrote: This indicates that NOX is probably running just fine. You need to get your switches to connect to it. -- Murphy On Dec 9, 2010, at 12:23 AM, Abhishek Majumdar wrote: I

Re: [nox-dev] 6633 routing error

2010-12-09 Thread Abhishek Majumdar
With NOX running, when I start the network I don't see any output.After I've closed NOX and the network I get this: No screen session found. No screen session found. No screen session found. No screen session found. Thanks Abhishek Majumdar On 12/09/2010 02:26 AM, Murphy McCauley wrote: This

[nox-dev] NOX Execution Error

2010-12-09 Thread Alexandre Passito
Hi All, After recompiling nox zaku it returned the following error when executing ./nox_core --- NOX 0.9.0(zaku)~full~beta (nox_core), compiled Dec 9 2010 19:35:24 Compiled with OpenFlow 0x01 1|nox|ERR:Cannot change the state of 'python' to INSTALLED: 'python' ran into an error:

Re: [nox-dev] NOX Execution Error

2010-12-09 Thread Kyriakos Zarifis
Hi Alexandre, this is an issue with more recent versions of Twisted (which version are you using?) it has been addressed here: http://www.mail-archive.com/nox-dev@noxrepo.org/msg01448.html On Thu, Dec 9, 2010 at 3:40 PM, Alexandre Passito pass...@dcc.ufam.edu.brwrote: Hi All, After

[nox-dev] RES: NOX Execution Error

2010-12-09 Thread Alexandre Passito
Hi, Thanks. My version is 10.1.0 and it worked adding the definition to '/usr/lib/python2.6/dist-packages/twisted/internet/base.py' def _handleSigchld(self, signum, frame, _threadSupport=platform.supportsThreads()): from twisted.internet.process import reapAllProcesses

Re: [nox-dev] nox or arm

2010-12-09 Thread Martin Casado
Not really. As long as you have an arm port of boost and a g++ tool chain, you should be fine ... Hello all. Is there any reason for NOX not to compile under ARM? Thanks! Vjeko ___ nox-dev mailing list nox-dev@noxrepo.org

Re: [nox-dev] NOX Execution Error

2010-12-09 Thread James Murphy McCauley
.. and a (hopefully) better fix than modifying your Python installation is in destiny as commit 9b8aeb5c7401c0f6869c0f214566459520151358 -- Murphy On Thu, 2010-12-09 at 16:51 -0800, Kyriakos Zarifis wrote: Hi Alexandre, this is an issue with more recent versions of Twisted (which version

Re: [nox-dev] nox or arm

2010-12-09 Thread balkan
Great, thanks for the info! On Thu, Dec 09, 2010 at 06:47:17PM -0800, Martin Casado wrote: Not really. As long as you have an arm port of boost and a g++ tool chain, you should be fine ... Hello all. Is there any reason for NOX not to compile under ARM? Thanks! Vjeko