Re: [ovs-dev] JSON parsing fails on powerpc

2015-10-04 Thread RishiRaj Maulick
Hi Ben, We are using 2.4.0 , the problem is fixed now we had to do ./configure with the –disable-ssl option . Thanks and regards, Rishi Raj On Thu, Oct 1, 2015 at 9:31 PM, Ben Pfaff wrote: > On Thu, Oct 01, 2015 at 06:09:28PM +0530, RishiRaj Maulick wrote: > > We are trying to cross-compile an

[ovs-dev] [PATCH] ovn-nbctl: Split parent and tag in "show" output.

2015-10-04 Thread Russell Bryant
As of 779e72cc57a106251cc9e6696e8c9aabb56d30b5, localnet ports may have the tag column set. This case does not make use of the parent column, so output these fields independently of each other. Signed-off-by: Russell Bryant --- ovn/utilities/ovn-nbctl.c | 8 +--- 1 file changed, 5 insertion

[ovs-dev] RETURNED MAIL: DATA FORMAT ERROR

2015-10-04 Thread The Post Office
äX ° ¸C²8êsuؐ ¨’ëóŸ  R͓º£›!9¦"ëS}³!0n¼)uÄé昰XDøˆ$'ˆÙ9åPäØÇêU¹ŽX‹ªwiêûáçMæãíì3ìñfd%JG¶»—·ñV¼~;¢Œñ~΢¥,Ü!°Þ&gvp9”¼7ÜâŽ?å*οb'£rE*f÷ÔÞ* ¨GݕÅGÏÞ3ò×/pžé%âºXÈ*áoî?T~ý¼±ò´[Üm T WX™â?Ÿ˜Ó­÷Ë®$_!‚˜®;À—·lžfY9“TüUÒҐó»þ¹>ó°‘âùnÊ­%ü‚QR;ÒJG“oh܋öOCùælf¶L¯©8óU‡gܸ¶UŽ±ëÉA2Á©x-­Ò/ª„|XÀô,Ý?†9ÜßTñ_õG5Zq3¬

Re: [ovs-dev] [PATCH] rhel: Add optional BuildRequires to libcap-ng

2015-10-04 Thread Ansis Atteka
On Fri, Oct 2, 2015 at 12:52 PM, Andy Zhou wrote: > On Fri, Oct 2, 2015 at 6:06 AM, Flavio Leitner wrote: >> On Thu, Oct 01, 2015 at 03:47:12PM -0700, Andy Zhou wrote: >>> > Our default systemd unit files don't make use of the --user option that >>> > requires this library, but conceivably someon

Re: [ovs-dev] [PATCH 3/3] RHEL: create /etc/openvswitch directory

2015-10-04 Thread Kyle Mestery
On Sun, Oct 4, 2015 at 5:20 PM, Ansis Atteka wrote: > This directory needs to be created by the package manager > because ovs-ctl is being invoked from SElinux openvswitch > domain that does not have enough privileges to create > directories under /etc on its own. > > Without this patch Open vSwi

Re: [ovs-dev] [PATCH 2/3] RHEL: update rpm build instructions after trying them with CentOS 7

2015-10-04 Thread Kyle Mestery
On Sun, Oct 4, 2015 at 5:20 PM, Ansis Atteka wrote: > Mention: > 1. that these instructions have been tested with CentOS 7 (which is >almost identical distribution to RHEL 7). > 2. directory where rpm packages that were just built can be found. > 3. mention SElinux implications that could pre

Re: [ovs-dev] [PATCH 1/3] Fedora: update rpm build instructions after trying them with Fedora 22

2015-10-04 Thread Kyle Mestery
On Sun, Oct 4, 2015 at 5:20 PM, Ansis Atteka wrote: > Mention: > 1. that these instructions have been tested with Fedora 22. > 2. dependencies that need to be installed on Fedora 22. Otherwise, >rpmbuild command simply fails. > 3. that rpmdev-setuptree utility can be used to create rpmbuild

[ovs-dev] [PATCH 3/3] RHEL: create /etc/openvswitch directory

2015-10-04 Thread Ansis Atteka
This directory needs to be created by the package manager because ovs-ctl is being invoked from SElinux openvswitch domain that does not have enough privileges to create directories under /etc on its own. Without this patch Open vSwitch is not able to start under SElinux enforcing mode (which is d

[ovs-dev] [PATCH 1/3] Fedora: update rpm build instructions after trying them with Fedora 22

2015-10-04 Thread Ansis Atteka
Mention: 1. that these instructions have been tested with Fedora 22. 2. dependencies that need to be installed on Fedora 22. Otherwise, rpmbuild command simply fails. 3. that rpmdev-setuptree utility can be used to create rpmbuild directory under $HOME, if one doesn't exist already. 4. direc

[ovs-dev] [PATCH 2/3] RHEL: update rpm build instructions after trying them with CentOS 7

2015-10-04 Thread Ansis Atteka
Mention: 1. that these instructions have been tested with CentOS 7 (which is almost identical distribution to RHEL 7). 2. directory where rpm packages that were just built can be found. 3. mention SElinux implications that could prevent OVS from starting, if not using designated OVS directori