Re: [ovs-dev] [PATCH] Use 'RUNDIR' from make for rhel/ovn-controller.service

2016-03-06 Thread Babu Shanmugam
$ wget https://patchwork.ozlabs.org/patch/587935/mbox/ -O - | git am ... Applying: Use 'RUNDIR' from make for rhel/ovn-controller.service error: patch failed: rhel/automake.mk:50 error: rhel/automake.mk : patch does not apply Patch failed at 0001 Use '

Re: [ovs-dev] [PATCH] Use 'RUNDIR' from make for rhel/ovn-controller.service

2016-03-04 Thread Russell Bryant
On Fri, Mar 4, 2016 at 1:49 PM, Flavio Leitner wrote: > On Thu, 25 Feb 2016 12:15:10 +0530 > bscha...@redhat.com wrote: > > > Perviously it was using the platform's runtime directory which can be > > different from the runtime directory of ovsdb-server started by the > > openvswitch service > > >

Re: [ovs-dev] [PATCH] Use 'RUNDIR' from make for rhel/ovn-controller.service

2016-03-04 Thread Flavio Leitner
On Thu, 25 Feb 2016 12:15:10 +0530 bscha...@redhat.com wrote: > Perviously it was using the platform's runtime directory which can be > different from the runtime directory of ovsdb-server started by the > openvswitch service > > Signed-off-by: Babu Shanmugam > --- > rhel/.gitignore

Re: [ovs-dev] [PATCH] Use 'RUNDIR' from make for rhel/ovn-controller.service

2016-03-03 Thread Babu Shanmugam
Hi Flavio, Can you have a look at this patch, please? Thank you, Babu On Thursday 25 February 2016 08:29 PM, Russell Bryant wrote: On Thu, Feb 25, 2016 at 1:45 AM, > wrote: Perviously it was using the platform's runtime directory which can be different from

Re: [ovs-dev] [PATCH] Use 'RUNDIR' from make for rhel/ovn-controller.service

2016-02-25 Thread Russell Bryant
On Thu, Feb 25, 2016 at 1:45 AM, wrote: > Perviously it was using the platform's runtime directory which can be > different from the runtime directory of ovsdb-server started by the > openvswitch service > > Signed-off-by: Babu Shanmugam > > This looks good to me. Flavio, do you want to take a

[ovs-dev] [PATCH] Use 'RUNDIR' from make for rhel/ovn-controller.service

2016-02-24 Thread bschanmu
Perviously it was using the platform's runtime directory which can be different from the runtime directory of ovsdb-server started by the openvswitch service Signed-off-by: Babu Shanmugam --- rhel/.gitignore| 1 + rhel/automake.mk