Re: [nox-dev] 00042|nox|ERR:bind: Address already in use

2011-08-15 Thread Srini Seetharaman
> No it got stuck at > 00040|openflow|DBG:Passive tcp interface bound to port 6636 > 00041|nox|INFO:nox bootstrap complete When you do not specify any module, the controller does not move any further. If you run it as "./nox_core -v -i ptcp:6635 pytutorial", then you will be activity when traffic

Re: [nox-dev] 00042|nox|ERR:bind: Address already in use

2011-08-15 Thread Mariam Muntaha
Aaron Rosen clemson.edu> writes: > > > When you say got stuck I'm guessing you mean with the bind error?  > > Try doing netstat -an | grep  <-- port number > > This will tell you if the socket is already in use.  > > AaronOn Mon, Aug 15, 2011 at 1:35 PM, Mariam Muntaha <08bicsemmuntaha

Re: [nox-dev] 00042|nox|ERR:bind: Address already in use

2011-08-15 Thread Mariam Muntaha
Aaron Rosen clemson.edu> writes: > > > When you say got stuck I'm guessing you mean with the bind error?  > > Try doing netstat -an | grep  <-- port number > > This will tell you if the socket is already in use.  > > AaronOn Mon, Aug 15, 2011 at 1:35 PM, Mariam Muntaha <08bicsemmuntaha

Re: [nox-dev] 00042|nox|ERR:bind: Address already in use

2011-08-15 Thread Aaron Rosen
When you say got stuck I'm guessing you mean with the bind error? Try doing netstat -an | grep <-- port number This will tell you if the socket is already in use. Aaron On Mon, Aug 15, 2011 at 1:35 PM, Mariam Muntaha < 08bicsemmunt...@seecs.edu.pk> wrote: > Srini Seetharaman stanford.ed

Re: [nox-dev] 00042|nox|ERR:bind: Address already in use

2011-08-15 Thread Mariam Muntaha
Srini Seetharaman stanford.edu> writes: > > Looks like some other application is already using port 6633. Please > see if there are other NOX processes already running. To use a > different port , please run as follows: "./nox_core -i ptcp:" > > Srini. > > On Sun, Aug 14, 2011 at 5:13

Re: [nox-dev] 00042|nox|ERR:bind: Address already in use

2011-08-15 Thread Srini Seetharaman
Looks like some other application is already using port 6633. Please see if there are other NOX processes already running. To use a different port , please run as follows: "./nox_core -i ptcp:" Srini. On Sun, Aug 14, 2011 at 5:13 PM, Mariam <08bicsemmunt...@seecs.edu.pk> wrote: > Hi! > i'