Displaying 20 results from an estimated 900 matches similar to: "Virtual switches support (Openvswitch, VDE,...)"
2011 Nov 27
1
vde on tinc
Hi guys and gals,
I just wanted to compile tinc with vde interface, but found src/vde is
missing in tar balls of tinc-1.0.16 and tinc-1.0.14.
I remember once I have compiled vde on tinc-1.0.14. Is it removed
intentionally? I couldn't find an update in ChangeLog.
Besides, the newest code in git fails to compile, because of a redefined
extern static variable in src/vde/device.c. I need to
2009 Feb 04
2
More complex Xen Networking, with VLANs and maybe with VDE 2... but how?!
--- In english ---
Hello!
I am to implement a new architecture of the network in my company but I do
not know right where to start ... need help!
Currently 90% of my servers are virtual machines under Xen. I have many
valid IP networks and all Hypervisors are configured in bridge mode, to
simplify. We have 3 VMWare ESX Hypervisor also in bridge mode.
Some networks are exclusive to certain
2007 Jun 19
9
Is HP server hardware incompatible with Xen?
Hi,
We''ve been using xen with pc clones for some time now.
But now the boss wants to get serious and start using real servers.
We''ve been looking at HP.
I got in touch with a couple of distributors for prices and much to my
suprise, I''ve been told by one HP Partner that Xen does not run on HP
hardware. (a ProLiant ML 150)
He continued to tell me that he could offer me
2000 Oct 30
7
Source RPM please
Hi,
I''m a long ext3 user (rpmfind.net). I propagated ext3 on some of our
server box (W3C webservers are ext3 based too now).
I might be tempted of testing out your kernel RPMs but unavailability
or the source RPM and the SMP version are definite showstoppers. Please
provide them. In the meantime I will stick to my own set of kernel ext3
RPMs at ftp://rpmfind.net/pub/veillard/ext3/
2011 Apr 05
1
[Libvir] libvirt & vde_switch
Hi,
I would like to ask about status of VDE and libvirt. I found a thread
from http://www.redhat.com/archives/libvir-list/2008-February/msg00030.html.
I am not interested in connecting the VDE to the outside world. I have
created a FW machine using macvtap. To this machine I would like to
attach machines from different zones (dmz, prod, cust). I was thinking
on using VDE and vlans (FW would
2012 Mar 26
1
[PATCH] configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH
From: "Anthony G. Basile" <basile at opensource.dyc.edu>
The current configure.in file does not correctly make use of these
macros. The resulting configure file will therefore enable an item
even if --disable-FEATURE is given. This patch restores the intended
behavior.
---
configure.in | 50 +++++++++++++++++++++++++++++++++-----------------
1 files changed, 33 insertions(+),
2011 Mar 27
1
tinc will connect to a vde_switch instance ?
Hi,
Can any one explain what the following can be used for ?
I want to know , so that i can use it in the future :-)
> Add support for VDE through libvdeplug.
>
> When compiled with vde/device.c, tinc will connect to a vde_switch instance
> instead of using a tun/tap device.
Perry
2009 Feb 04
12
Serial console hangs with Linux 2.6.20 HVM guest
I am seeing a problem with the Xen emulated serial console. When
running a Linux 2.6.20 HVM guest that has CONFIG_HOTPLUG_CPU=n, the
guest blocks on output to the console until it receives input keypresses
from `xm console`. This prevents the guest from booting up without
banging on some keys, and makes interactive use of the console
difficult.
By bisecting Linux kernel commits, I found that
2004 Aug 06
3
project 'Sphinx' kicked off
> I had the idea of implementing a lot of the operations in FFTs. ( for
> example, it is possible to do auto-correlation and FIR filtering using
> FFTs.) There are two advantages to this.
> 1. It's almost always faster
> 2. By swapping fft implementations, it could be easy to recompile for
> fixed or floating point versions.
No. FFT's require higher precision than
2005 Jun 22
2
problem compile
Hello,
I try to compile the driver zaptel and they give the following error:
linux01:/usr/src/zaptel# make install
gcc -Iir/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -Iir/drivers/
l -I. -Wstrict-prototypes -fomit-frame-pointer -Iir/drivers/net/wan -Iir
/net -DSTANDALONE_ZAPATA -o zaptel.o -c zaptel.c
In file included from zaptel.c:44:
/usr/include/linux/module.h:21:
2006 Jun 29
7
Checkpointing
Hi,
Is there any way you can save a xen domain without suspending it or stopping
it? I want to set up something so if my xen session crashes I can fire up
another xen session from the save file that I created 5 minutes before the
crash and hopefully minimize downtime.
Thanks
--
------------------------------
Christopher Vaughan
2004 Aug 06
5
project "Sphinx" kicked off
<with Prof. Farnsworth voice> "Good News, everyone".
I've just kicked off project "Sphinx". Which is supposed to
sound like "Speex" merged with "INT". ;) Meaning I am working
on an integer encoder and decoder.
It looks like I will be pulling in a new "integer plumbing"
into the foundation of the codec, comparing the results with
the old
2010 Mar 24
2
Problem attaching device
I keep getting an error when I try to attach a device in the libvirt api through python
The python code is:
conn=libvirt.open('qemu:///system')
dom = conn.lookupByName("fedoratest")
if dom.info()[0]==1:
dom.attachDevice('net.xml')
And I keep getting: "libvirtError: XML description not well formed or invalid
The xml is a simple network
2006 Apr 21
1
iir + Tyan S2460 + SMP problems
We're having problems with FreeBSD 5.4, 6.0, and 6.1 and an ICP Vortex
GDT8546RZ 4 port SATA RAID card in a Tyan S2460 system with dual AMD
Athlon MP 1600+ CPUs. We do not have any problems with this
configuration under FreeBSD 4.11, and we have the same ICP cards in
Tyan based Opterion system (S2882 and S4882) run with out problems
under FreeBSD 5.4 and 6.1.
We can reproduce the problem on
2010 Apr 24
1
Problems moving qemu machine to libvirt
Hi all,
I have a qemu-system-arm machine that I am currently starting using:
qemu-system-arm -M versatilepb -nographic \
-hda img.qcow2 \
-net vde,vlan=0,sock=/var/run/qemu-vde.ctl \
-net nic,vlan=0,macaddr=52:54:00:12:34:22 \
-kernel vmlinuz-2.6.18-6-versatile \
-initrd initrd.img-2.6.18-6-versatile \
-append "root=/dev/sda1
2003 Apr 18
1
4.8 buildworld compilation problem: kdump
Hi,
I have a 4.7-RELEASE system.
I used the following cvsupfile to update my system:
*default host=cvsup2.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs
*default tag=RELENG_4_8
*default delete use-rel-suffix
src-all
*default tag=.
I then proceeded to do:
cd /usr/src
make buildworld
I got a bunch of errors which occurred when building kdump:
2011 Oct 31
2
Is it possible to install Gluster management console using manual install process?
Hi,
Is it possible to install Gluster management console using manual
install process?
I mean the management console when installing using the ISO image; by
doing the manual install from a base Centos server?
Thanks,
Xybrek
2008 Aug 02
1
fir_mem16,iir_mem16 and filter_mem16 optimisations
-----Original Message-----
From: Jean-Marc Valin <jean-marc.valin at usherbrooke.ca>
To: ??????? ??????? <altersoft at mail.ru>
Date: Sat, 02 Aug 2008 07:54:34 -0400
Subject: Re: [Speex-dev] fir_mem16,iir_mem16 and filter_mem16 optimisations
>
> ??????? ??????? a ?crit :
> > I have some questions about that functions: fir_mem16, iir_mem16 and filter_mem16.
> >
2001 Oct 16
3
Back porting of ext3 to 2.2.X line
I've not seen this asked since I've been on the list; but was wondering...
I'm currently sticking to the 2.2 line and have no plans to move to 2.4
right now. Is there any attempt to back port some of the changes in the
newer 2.4 line back into 2.2? ext-0.0.7a.tar.gz has been stable thus
far, but it's getting kind of old.
NEM
2010 Oct 26
1
List volumes of a domain
Hi all,
I'm using libvirt java binding (libvirt-java-0.4.6)
I'd like to know if the Domain class offers an API to query volumes
attached to a particular domain or should I parse the XML domain
description?
Thanks for your support
--
Andrea Turli
Ricercatore
Direzione Ricerca e Innovazione
andrea.turli at eng.it
Engineering Ingegneria Informatica spa
Via Riccardo Morandi, 32 00148