On Tue, 12 Aug 2014 12:07:14 +0200
Jaume Devesa <[email protected]> wrote:

> thanks! now it runs. However I have found the following error:
> 
>   File "/usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py", line 52, in
> _launch
>     func(*args, **kwargs)
>   File
> "/usr/local/lib/python2.7/dist-packages/ryu/services/protocols/bgp/base.py",
> line 243, in start
>     self._run(*args, **kwargs)
>   File
> "/usr/local/lib/python2.7/dist-packages/ryu/services/protocols/bgp/core.py",
> line 234, in _run
>     server_thread.wait()
> AttributeError: 'NoneType' object has no attribute 'wait'

I guess that it failed to listen bgp port (sorry, I should add the
code to log failure nicely). You run the code with the capability for
well known port (e.g. root)?

> BTW, as I said in my confusing other thread's mail, I found the exact place
> where it register the wrong option. Check out my debug stack: [1]
> 
> Thanks for the response.
> 
> [1]: http://pastie.org/private/yqrcdai6aqjvpxecs2gjw

Thanks. I'll fix the problem shortly.

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to