Re: [ovs-discuss] ovsdb-server[5295] general protection ip:7f17599eee37 sp:7ffc4d06b490

2016-08-06 Thread nickcooper-zhangtonghao
8:07 AM > To: discuss@openvswitch.org > Cc: Serguei Bezverkhi (sbezverk) > Subject: Re: [ovs-discuss] ovsdb-server[5295] general protection > ip:7f17599eee37 sp:7ffc4d06b490 > > > On Aug 5, 2016, at 5:56 PM, discuss-requ...@openvswitch.org > <mailto:discuss-requ...@openvswitch.

Re: [ovs-discuss] ovsdb-server[5295] general protection ip:7f17599eee37 sp:7ffc4d06b490

2016-08-05 Thread Serguei Bezverkhi (sbezverk)
It would be very helpful if you let me know what information you need. From: nickcooper-zhangtonghao [mailto:nickcooper-zhangtong...@opencloud.tech] Sent: Friday, August 5, 2016 8:07 AM To: discuss@openvswitch.org Cc: Serguei Bezverkhi (sbezverk) Subject: Re: [ovs-discuss] ovsdb-server[5295

Re: [ovs-discuss] ovsdb-server[5295] general protection ip:7f17599eee37 sp:7ffc4d06b490

2016-08-05 Thread nickcooper-zhangtonghao
> On Aug 5, 2016, at 5:56 PM, discuss-requ...@openvswitch.org wrote: > > Date: Thu, 4 Aug 2016 22:03:51 + > From: "Serguei Bezverkhi (sbezverk)" > > To: "b...@openvswitch.org " > mailto:b...@openvswitch.org>> > Subject: [ovs-discuss] o

Re: [ovs-discuss] OVSDB server multi-threading

2016-07-07 Thread Ben Pfaff
On Fri, Jul 08, 2016 at 05:53:29AM +, Ansari, Shad wrote: > I am trying to follow the OVSDB multi-threading patch discussed back > in March > (http://openvswitch.org/pipermail/dev/2016-March/067130.html). Appears > this did not make it in. Anyone know the reasons why? I don't think that the mu

Re: [ovs-discuss] ovsdb-server: I/O error: open: –detach failed

2016-03-25 Thread Ben Pfaff
On Wed, Mar 23, 2016 at 05:40:34AM +, Vivek Gupta wrote: > Hi > > > I am installing OVS on Ubuntu 14 with following steps: > > 1. Downloaded tab ball of OVS 2.5 > 2. untar the file. > 3. cd OVSDIR > 4. ./boot > 5. ./configure > 6. make && make install > 7. mkdir –p /usr/local/etc/ope

Re: [ovs-discuss] ovsdb-server process high cpu

2014-07-24 Thread Flavio Leitner
It seems you're using 1.11. Could you try with 2.1.x? fbl On Wed, Jul 23, 2014 at 01:20:43PM -0700, Tom Samburg wrote: > We are running in to some interesting conditions with openvswitch in our > environment.  We are running OVS on KVM (on RHEL 6.5).  We have an interface > (“production traffi

Re: [ovs-discuss] ovsdb-server unkillable, need some help

2014-03-03 Thread Jeff Bachtel
Just to give a solution for the archives, we ended up upgrading the kernel from the 2.6.32 EL6 kernel to the 3.10 kernel-lt elrepo kernel, and have not seen a recurrence of the ovs lockup. Jeff On 02/28/2014 03:00 PM, Jeff Bachtel wrote: Does anyone have any insight into this? For further data

Re: [ovs-discuss] ovsdb-server unkillable, need some help

2014-02-28 Thread Jeff Bachtel
Does anyone have any insight into this? For further datapoints, I built the 2.0 release and much more current openvswitch snapshots (most recently to commit bdeadfdd) which exhibited the same problems. The CentOS 6 kernel is 2.6.32. Because of presumed incompatibility with the Linux bridge modu

Re: [ovs-discuss] ovsdb-server, ovs-vsctl and ovs-vswitchd unix domain socket default file

2013-10-23 Thread Ben Pfaff
On Wed, Oct 23, 2013 at 08:17:35PM -0200, Lucas Brasilino wrote: > Hi Ben > > >> Any special reason for that ? > > > > Different sockets need different names? > > Maybe I'm misunderstanding something, but as far I have noticed, they > use this unix domain socket to communicate with each other. >

Re: [ovs-discuss] ovsdb-server, ovs-vsctl and ovs-vswitchd unix domain socket default file

2013-10-23 Thread Lucas Brasilino
Hi Ben >> Any special reason for that ? > > Different sockets need different names? Maybe I'm misunderstanding something, but as far I have noticed, they use this unix domain socket to communicate with each other. ovs-vsctl and ovs-vswitchd connect()'s to /db.sock while ovsdb-server listen()'s to

Re: [ovs-discuss] ovsdb-server, ovs-vsctl and ovs-vswitchd unix domain socket default file

2013-10-23 Thread Ben Pfaff
On Wed, Oct 23, 2013 at 10:36:50AM -0200, Lucas Brasilino wrote: > ovsdb-server uses $PREFIX/var/run/openvswitch/ovsdb-server.$PID.ctl as > its default unix domain socket (maybe default file name on Linux), > while ovs-vsctl and ovs-vswitchd uses > $PREFIX/var/run/openvswitch/db.sock. > > Any spec

Re: [ovs-discuss] ovsdb-server listen ptcp: and ovs-* utils

2013-10-04 Thread Vasiliy Tolstov
2013/10/4 Ben Pfaff : > That's easy enough to fix. I sent out a patch. Thank you! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] ovsdb-server listen ptcp: and ovs-* utils

2013-10-04 Thread Ben Pfaff
On Fri, Oct 04, 2013 at 11:34:32AM +0400, Vasiliy Tolstov wrote: > 2013/10/4 Ben Pfaff : > > Use multiple --remote options. > > > Thanks, sorry for stupid questions. Some docs does not says that > accept multiply params. That's easy enough to fix. I sent out a patch. ___

Re: [ovs-discuss] ovsdb-server listen ptcp: and ovs-* utils

2013-10-04 Thread Vasiliy Tolstov
2013/10/4 Ben Pfaff : > Use multiple --remote options. Thanks, sorry for stupid questions. Some docs does not says that accept multiply params. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ discuss mailing list discuss@ope

Re: [ovs-discuss] ovsdb-server listen ptcp: and ovs-* utils

2013-10-03 Thread Ben Pfaff
On Fri, Oct 04, 2013 at 09:45:16AM +0400, Vasiliy Tolstov wrote: > I want to debug own ovsdb client and needed that ovsdb-server listens > for tcp connection on some port. How can i specify to listen ptcp and > punix in same time? Use multiple --remote options.

Re: [ovs-discuss] ovsdb-server

2012-08-31 Thread Adrià García-Alzórriz
El dv 31 de 08 de 2012 a les 04:09 -0400, en/na rahim entezari va escriure: > when i use command NO 8,i mean :"[root@localhost openvswitch-1.7.0]# > ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \" > nothing happens! Neihter a responsone nor an error! the cursor just > flashin

Re: [ovs-discuss] ovsdb-server

2011-09-09 Thread Ben Pfaff
On Fri, Sep 09, 2011 at 07:28:46AM -0700, David Nguyen wrote: > punix:/usr/local/var/run/openvswitch/db.sock: listen failed: No such file or > directory Does /usr/local/var/run/openvswitch exist? Create it. ___ discuss mailing list discuss@openvswitch.