Hi again,
regardless of which of the following I run, I get the same output below
- ryu-manager
- ryu-manager l2.py
- ryu-manager gre_tunnel.py

ubuntu@ryu-all:/opt/stack/ryu/ryu/app$ ryu-manager l2.py
unhandled event <ryu.controller.dispatcher.EventQueueCreate object at
0x194fd90>
unhandled event <ryu.controller.dispatcher.EventQueueCreate object at
0x19db690>
unhandled event <ryu.controller.dispatcher.EventQueueCreate object at
0x19db7d0>
unhandled event <ryu.controller.dispatcher.EventQueueCreate object at
0x19e0cd0>
loading app ryu.app.gre_tunnel.GRETunnel
loading app ryu.app.rest.restapi
loading app ryu.app.rest_tunnel.GRETunnelController
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 390, in
run
    result = self._run(*self.args, **self.kwargs)
  File "/opt/stack/ryu/ryu/controller/controller.py", line 53, in __call__
    self.server_loop()
  File "/opt/stack/ryu/ryu/controller/controller.py", line 60, in
server_loop
    server.serve_forever()
  File "/usr/lib/python2.7/dist-packages/gevent/baseserver.py", line 188,
in serve_forever
    self.start()
  File "/usr/lib/python2.7/dist-packages/gevent/baseserver.py", line 146,
in start
    self.pre_start()
  File "/usr/lib/python2.7/dist-packages/gevent/server.py", line 90, in
pre_start
    BaseServer.pre_start(self)
  File "/usr/lib/python2.7/dist-packages/gevent/baseserver.py", line 136,
in pre_start
    self.socket = _tcp_listener(self.address, backlog=self.backlog,
reuse_addr=self.reuse_addr)
  File "/usr/lib/python2.7/dist-packages/gevent/baseserver.py", line 206,
in _tcp_listener
    sock.bind(address)
error: [Errno 98] Address already in use: ('', 6633)
<Greenlet at 0x1a0d050: <ryu.controller.controller.OpenFlowController
object at 0x19db890>> failed with error

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 390, in
run
    result = self._run(*self.args, **self.kwargs)
  File "/opt/stack/ryu/ryu/app/wsapi.py", line 578, in __call__
    server.serve_forever()
  File "/usr/lib/python2.7/dist-packages/gevent/baseserver.py", line 188,
in serve_forever
    self.start()
  File "/usr/lib/python2.7/dist-packages/gevent/baseserver.py", line 146,
in start
    self.pre_start()
  File "/usr/lib/python2.7/dist-packages/gevent/pywsgi.py", line 552, in
pre_start
    StreamServer.pre_start(self)
  File "/usr/lib/python2.7/dist-packages/gevent/server.py", line 90, in
pre_start
    BaseServer.pre_start(self)
  File "/usr/lib/python2.7/dist-packages/gevent/baseserver.py", line 136,
in pre_start
    self.socket = _tcp_listener(self.address, backlog=self.backlog,
reuse_addr=self.reuse_addr)
  File "/usr/lib/python2.7/dist-packages/gevent/baseserver.py", line 206,
in _tcp_listener
    sock.bind(address)
error: [Errno 98] Address already in use: ('', 8080)
<Greenlet at 0x1a0d160: <ryu.app.wsapi.wsapi instance at 0x1a04f38>> failed
with error

Thank you in advance for your help!
Bill

On Sat, Oct 6, 2012 at 11:04 PM, billac7 <[email protected]> wrote:

> Hi and thanks for the prompt reply!
> I've simply setup a subset of your testbed (see attached) with 2 KVMs
> (instead of 3) and just want to setup a GRE tunnel between the "tenant demo
> VMs" of ryu-all and ryu-comp-1.
> What would a starting point be? Run the ryu/ryu/apps/gre_tunnel.py ??
> How could I verify proper functionality?
>
> Thanks again!
> Bill
>
>
> On Thu, Oct 4, 2012 at 4:43 PM, billac7 <[email protected]> wrote:
>
>> Hi everyone,
>> thanks to your great 
>> ryuvm<https://github.com/osrg/ryu/wiki/RYU-OpenStack-environment-VM-image-file-HOWTO>I
>>  managed to setup two nodes with Openstack + OVS + RYU in KVM inside an
>> Ubuntu VMware fusion machine.
>>
>> I wish to setup a GRE tunnel between the controller and the compute node.
>> Because of a testbed, exclusively the Ryu agent has to set this up!
>> I searched the web but found neither a RYU 
>> app<https://github.com/osrg/ryu/tree/master/ryu/app>nor instructions about 
>> how one can do it (couldn't make out much from
>> this <http://comments.gmane.org/gmane.network.ryu.devel/1070>)
>>
>> Could you please provide me with some hints or even better a RYU app that
>> does this?
>>
>> Thank you!
>> Bill
>>
>
>
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to