Re: [Ryu-devel] Failure of installation by permission

2013-07-25 Thread Satoshi Kobayashi
Hi FUJITA-san, Hmm… I do not know for this to be a common way because I otherwise do not know the library which requires super user permission. 2013/7/26 FUJITA Tomonori > On Thu, 25 Jul 2013 19:11:42 +0900 > Satoshi Kobayashi wrote: > > > Hi all, > > > > I tried the installation of Ryu in a n

Re: [Ryu-devel] What is the version of Python which Ryu is supporting?

2013-07-25 Thread Satoshi Kobayashi
Hi FUJITA-san Thank you for the suggestion. 2013/7/26 FUJITA Tomonori > On Thu, 25 Jul 2013 12:41:49 +0900 > Satoshi Kobayashi wrote: > > > Hi all, > > > > I tried to work Ryu by CentOS 6.4 which has Python 2.6.6 by default. > Since > > there was no argparse, it did not launch. IMHO, if Ryu su

Re: [Ryu-devel] Failure of installation by permission

2013-07-25 Thread FUJITA Tomonori
On Thu, 25 Jul 2013 19:11:42 +0900 Satoshi Kobayashi wrote: > Hi all, > > I tried the installation of Ryu in a non-super user and it failed. This is > because it does not have permission to /etc. > > $ python setup.py install > …(snip)… > running install_data > creating /etc/ryu > error: could

Re: [Ryu-devel] Why does Ryu include oslo.config in itself?

2013-07-25 Thread Satoshi Kobayashi
Hi FUJITA-san, 2013/7/26 FUJITA Tomonori > Hi, > > On Thu, 25 Jul 2013 18:07:03 +0900 > Satoshi Kobayashi wrote: > > > I noticed that oslo.config is included in Ryu itself. But oslo.config is > > distributed by PyPI. > > https://pypi.python.org/pypi/oslo.config > > > > What is the reason Ryu co

Re: [Ryu-devel] failover

2013-07-25 Thread FUJITA Tomonori
On Thu, 25 Jul 2013 12:36:06 +0400 Vasiliy Tolstov wrote: > Hello. I want to use ryu in my custom network setup and provide > network controller for servers that runs openvswitch. > But i'm stuck at understanding - how can i deal with failing hardware > node that runs ryu? > If i run new ryu inst

Re: [Ryu-devel] Signal handling for RYU apps

2013-07-25 Thread FUJITA Tomonori
On Tue, 23 Jul 2013 09:35:13 -0700 Marvin Dsouza wrote: > Hey Guys, > > I am running 3 apps using the ryu-manager and want to perform graceful > shutdown and some other tasks when someone hits the Cntrl+C. So where do I > put the code to capture the signal and perform the action. I was thinking

[Ryu-devel] Fwd: Signal handling for RYU apps

2013-07-25 Thread Marvin Dsouza
Any inputs on this? thanks. -- Forwarded message -- From: Marvin Dsouza Date: Tue, Jul 23, 2013 at 9:35 AM Subject: Signal handling for RYU apps To: [email protected] Hey Guys, I am running 3 apps using the ryu-manager and want to perform graceful shutdown and so

Re: [Ryu-devel] What is the version of Python which Ryu is supporting?

2013-07-25 Thread FUJITA Tomonori
On Thu, 25 Jul 2013 12:41:49 +0900 Satoshi Kobayashi wrote: > Hi all, > > I tried to work Ryu by CentOS 6.4 which has Python 2.6.6 by default. Since > there was no argparse, it did not launch. IMHO, if Ryu supports > Python2.6.X, the following patches are required. > > --8<--8<-

Re: [Ryu-devel] Why does Ryu include oslo.config in itself?

2013-07-25 Thread FUJITA Tomonori
Hi, On Thu, 25 Jul 2013 18:07:03 +0900 Satoshi Kobayashi wrote: > I noticed that oslo.config is included in Ryu itself. But oslo.config is > distributed by PyPI. > https://pypi.python.org/pypi/oslo.config > > What is the reason Ryu contains oslo.config in itself? IMHO, if there is > nothing, it

[Ryu-devel] Failure of installation by permission

2013-07-25 Thread Satoshi Kobayashi
Hi all, I tried the installation of Ryu in a non-super user and it failed. This is because it does not have permission to /etc. $ python setup.py install …(snip)… running install_data creating /etc/ryu error: could not create '/etc/ryu': Permission denied When virtualenv etc. are being used, Pyt

Re: [Ryu-devel] [PATCH v4 1/3] packet lib to string: add __str__ to base

2013-07-25 Thread Isaku Yamahata
On Wed, Jul 24, 2013 at 05:53:27PM +0900, watanabe.fumitaka wrote: > Signed-off-by: WATANABE Fumitaka > --- > ryu/lib/packet/packet.py |4 > ryu/lib/packet/packet_base.py | 38 +- > 2 files changed, 41 insertions(+), 1 deletion(-) > > diff --gi

[Ryu-devel] failover

2013-07-25 Thread Vasiliy Tolstov
Hello. I want to use ryu in my custom network setup and provide network controller for servers that runs openvswitch. But i'm stuck at understanding - how can i deal with failing hardware node that runs ryu? If i run new ryu instance does it works right with already configured data paths from previ