Re: [nox-dev] unable to open info file './nox.info'.

2011-05-20 Thread Murphy McCauley
Off the top of my head, my guess is that you're running nox from a directory that you don't have write access to. Try something like... ./nox_core --info=~/nox.info -- Murphy On Friday, May 20, 2011 01:12:53 PM ahmad numan wrote: > Hello > I am new to NOX and just succeeded to install it in f

[nox-dev] unable to open info file './nox.info'.

2011-05-20 Thread ahmad numan
Hello I am new to NOX and just succeeded to install it in fedora core 14 after solving compatibility issues After installation i executed following command *./nox_core -h* and get the help message. But when i tried *./nox_core tests * i got error message *1|nox|ERR:Unable to open info file

[nox-dev] strange send_openflow_packet behaviour

2011-05-20 Thread karim torkmen
Hi, i am trying to send a packet through the send_openflow_packet method, to send the packet i do some processing on dict saved as a global variable on the form dict {key:[v1,v2],v3,v4}. When i send the packet the first time everything goes well, but after the second time, the dict form change

Re: [nox-dev] Nox Application with dijkastra

2011-05-20 Thread marwen mechtri
Hi all Thank you for your replay. I said "the module don't give any result" because when I ping form source host the destination is not reachable. I think it's a problem of loop, because in a partial mesh I have many path from source to destination. I developed a Nox application and one of the f