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
>
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=.
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
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
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
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
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
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
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
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
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
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
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
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,
14 matches
Mail list logo