Re: [Ryu-devel] Ryu Topology viewer question

2015-07-07 Thread Satoshi KOBAYASHI
Hi, 2015-07-08 4:10 GMT+09:00 Luisa Nevers : > Hello, > > I starting to use the ryu topology viewer and have some questions and > some feedback. > > 1. I am running the topology viewer with 50 DPIDs. Most of the DPIDs > are off the screen and there is no scrolling or resize to view them. See >

Re: [Ryu-devel] Hang for long while running app.

2015-07-07 Thread Satoshi KOBAYASHI
Probably, Ryu has been already running in other process. $ ps auxww | grep -i ryu You need to kill the process. $ sudo kill -KILL 2015-07-07 23:55 GMT+09:00 Gautam Pathak : > Hi I am trying to run the simple_switch.py. > as given in the tutorial I gave the following command: > > PYTHONPATH=.

Re: [Ryu-devel] [PATCH] declare python3 support

2015-07-07 Thread FUJITA Tomonori
On Tue, 07 Jul 2015 20:54:30 +0900 (JST) FUJITA Tomonori wrote: > > Signed-off-by: FUJITA Tomonori > --- > setup.cfg | 4 > 1 file changed, 4 insertions(+) Applied. -- Don't Limit Your Business. Reach for the Cl

[Ryu-devel] Hang for long while running app.

2015-07-07 Thread Gautam Pathak
Hi I am trying to run the simple_switch.py. as given in the tutorial I gave the following command: PYTHONPATH=. ./bin/ryu-manager ryu/app/simple_switch.py It starting working and give following loading app ryu/app/simple_switch.py loading app ryu.controller.ofp_handler instantiating app ryu.cont

Re: [Ryu-devel] ryu instalation error

2015-07-07 Thread Gautam Pathak
Giving root privilege it is working fine. Best regards, Goutam On Tue, Jul 7, 2015 at 8:28 PM, Gautam Pathak wrote: > Hi, > > I am getting the following errors during Ryu controller installation. I am > not getting how to resolve this. > > Installed /home/mininet/ryu/pbr-0.11.0-py2.7.egg > runn

Re: [Ryu-devel] Error in running Ryu

2015-07-07 Thread Gautam Pathak
Giving the root privilege it is working fine. Best regards, Goutam On Tue, Jul 7, 2015 at 7:45 PM, Gautam Pathak wrote: > Dear Minoru, > > After installing "pip install oslo.confi" It is still showing the same > error. > > > Best regards, > Goutam > > On Tue, Jul 7, 2015 at 3:13 PM, Minoru TA

Re: [Ryu-devel] Link Delete Event Bug

2015-07-07 Thread Yi Tseng
Hi Sorry for late reply 1. Did you bring down the two links manually to see the output? I use `link src dst down` command, and see that output 2. Are these the only output you have received? Yes 3. The problem is why do you have only two links?The linear topology should have four links? Links i

[Ryu-devel] Can we using ryu to modify the vlan id on the openvswitch port?

2015-07-07 Thread Jia Leon
Hi I'm a newbie in Ryu and OpenFlow development, Just now I'm concerning about a way to modify the openvswitch's port vlan id using ryu so that I can make a dynamic network. All replies will be thankful. __ Jia Leon

[Ryu-devel] ryu instalation error

2015-07-07 Thread Gautam Pathak
Hi, I am getting the following errors during Ryu controller installation. I am not getting how to resolve this. Installed /home/mininet/ryu/pbr-0.11.0-py2.7.egg running install Downloading/unpacking eventlet>=0.15 Downloading eventlet-0.17.4-py2.py3-none-any.whl (136kB): 136kB downloaded Requir

[Ryu-devel] [PATCH] declare python3 support

2015-07-07 Thread FUJITA Tomonori
Signed-off-by: FUJITA Tomonori --- setup.cfg | 4 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6520daa..626e0f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,10 @@ classifier = Topic :: System :: Networking Natural Language :: English Progra

Re: [Ryu-devel] Error in running Ryu

2015-07-07 Thread Gautam Pathak
Dear Minoru, After installing "pip install oslo.confi" It is still showing the same error. Best regards, Goutam On Tue, Jul 7, 2015 at 3:13 PM, Minoru TAKAHASHI < takahashi.mino...@gmail.com> wrote: > Hi, > > On 2015年07月07日 16:08, Gautam Pathak wrote: > > Hi, > > > > I am getting the following

Re: [Ryu-devel] collecting management information in Ryu

2015-07-07 Thread FUJITA Tomonori
On Tue, 07 Jul 2015 02:33:33 +0430 "mehran shetabi" wrote: > In Mininet, I have one switch, and 2 controllers that connected to this > switch. > With one controller, i want to monitor another controller (i mean that i > want to collect management information like CPU usage, memory usage, load o

Re: [Ryu-devel] Error in running Ryu

2015-07-07 Thread Minoru TAKAHASHI
Hi, On 2015年07月07日 16:08, Gautam Pathak wrote: > Hi, > > I am getting the following errors: > > mininet@mininet-VirtualBox:~/ryu$ PYTHONPATH=. ./bin/ryu-manager > ryu/app/simple_switch.py > Traceback (most recent call last): > File "./bin/ryu-manager", line 18, in > from ryu.cmd.manager

[Ryu-devel] Error in running Ryu

2015-07-07 Thread Gautam Pathak
Hi, I am getting the following errors: mininet@mininet-VirtualBox:~/ryu$ PYTHONPATH=. ./bin/ryu-manager ryu/app/simple_switch.py Traceback (most recent call last): File "./bin/ryu-manager", line 18, in from ryu.cmd.manager import main File "/home/mininet/ryu/ryu/cmd/manager.py", line 31,