Re: [Ryu-devel] ryu-manager error on ubuntu 12.04

2014-01-08 Thread Morgan Yang
Aha, you are right, I forgot to remove my ovs of settings! sudo lsof -i :6633 COMMANDPID USER FD TYPE DEVICE SIZE/OFF NODE NAME ovs-contr 1620 root4u IPv4 9071 0t0 TCP *:6633 (LISTEN) Thanks -Original Message- From: FUJITA Tomonori [mailto:[email protected].

Re: [Ryu-devel] ryu-manager error on ubuntu 12.04

2014-01-08 Thread FUJITA Tomonori
On Thu, 9 Jan 2014 07:25:24 + Morgan Yang wrote: > Actually, that's the strange part, I checked (and double checked) > and there's no services running listening or already binded to port > 8080. I meant that looks like your log says that 6633 port is conflicted. So there might be another pro

Re: [Ryu-devel] ryu-manager error on ubuntu 12.04

2014-01-08 Thread Morgan Yang
Hi Fujita: Actually, that's the strange part, I checked (and double checked) and there's no services running listening or already binded to port 8080. Both "lsof" and "netstat" commands did not return anything for port 8080 tester@ubuntu1:~/ryu$ sudo lsof -i :8080 tester@ubuntu1:~/ryu$ sudo net

[Ryu-devel] [PATCH] A happy new year 2014

2014-01-08 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 26977d0..d0d9fa6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -43,7 +43,7 @@ master_doc = 'index' # General in

[Ryu-devel] [PATCH] tests: add some tests for ryu.lib.of_config.classes

2014-01-08 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/tests/unit/lib/test_of_config_classes.py | 442 +++ tools/test-requires | 1 + 2 files changed, 443 insertions(+) create mode 100644 ryu/tests/unit/lib/test_of_config_classes.py diff --git a/ryu/tests/uni

Re: [Ryu-devel] ryu-manager error on ubuntu 12.04

2014-01-08 Thread FUJITA Tomonori
On Thu, 9 Jan 2014 00:51:55 + Morgan Yang wrote: > Hi All: > > I'm seeing a strange issue on one of my Ubuntu systems. The python > environment is 2.7.3, after I installed ryu, I get an error stating port 8080 > is already being used. Looks like OF port confict instead of 8080. > ryu-man

[Ryu-devel] [PATCH] lib.of_config: import ryu.contrib

2014-01-08 Thread YAMAMOTO Takashi
import ryu.contrib by ourself for the benefit of programs which doesn't use other ryu.contrib stuffs like oslo.config. Signed-off-by: YAMAMOTO Takashi --- ryu/lib/of_config/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ryu/lib/of_config/__init__.py b/ryu/lib/of_config/__init_

[Ryu-devel] ryu-manager error on ubuntu 12.04

2014-01-08 Thread Morgan Yang
Hi All: I'm seeing a strange issue on one of my Ubuntu systems. The python environment is 2.7.3, after I installed ryu, I get an error stating port 8080 is already being used. ryu-manager loading app ryu.controller.ofp_handler instantiating app ryu.controller.ofp_handler of OFPHandler hub: unca

[Ryu-devel] Question about Ryu OpenFlow v1.0 API

2014-01-08 Thread Oren Spector
Hi, In the current Ryu API documentation (http://ryu.readthedocs.org/en/latest/ofproto_ref.html) I don't seem to find references to OpenFlow v1.0 APIs, as are available in the link https://github.com/osrg/ryu/wiki/OpenFlowV1.0-in-Ryu. Is the github documentation up-to-date with Ryu 3.5 release?