search for: vde

Displaying 20 results from an estimated 59 matches for "vde".

Did you mean: vdev
2012 Mar 26
1
[PATCH] configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH
...- uml=true - ] + AS_HELP_STRING([--disable-uml], [enable support for User Mode Linux]), + [ AS_IF([test "x$enable_uml" = "xyes"], + [ AC_DEFINE(ENABLE_UML, 1, [Support for UML]) + uml=true + ], + [uml=false]) + ], + [uml=disable] ) AC_ARG_ENABLE(vde, - AS_HELP_STRING([--enable-vde], [enable support for Virtual Distributed Ethernet]), - [ AC_CHECK_HEADERS(libvdeplug_dyn.h, [], [AC_MSG_ERROR([VDE plug header files not found.]); break]) - AC_DEFINE(ENABLE_VDE, 1, [Support for VDE]) - vde=true - ] + AS_HELP_STRING([--disable-vde], [enabl...
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...
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,...
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
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 console=ttyAMA0,115200n8" I converted the above to a virsh XML file using: vi...
2011 Jun 01
1
Virtual switches support (Openvswitch, VDE,...)
Hi, IIR/UC there have been a couple of discussions lately about possible evolution of libvirt's network management features to eventually support more kinds of virtual networking technologies like Openvswitch, VDE,... Could a kind and informed soul keep us on touch with progress in the field ? Thank you very much in advance PS: I wish this will be available before/for 1.0 release... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvi...
2010 Jun 15
0
Problems moving qemu machine to libvirt
...= -1: raise libvirtError ('virDomainCreate() failed', dom=self) > libvirtError: internal error cannot parse QEMU version number in '' Looks to me that libvirt does some version checks with the emulator-node and don't get reliable output. The wrapper script: /etc/libvirt/kvmvde: > #!/bin/bash > exec /usr/bin/kvm "$@" \ > -net nic,vlan=0,model=virtio,macaddr=52:54:61:44:21:23 \ > -net vde,vlan=0,group=libvirtd,mode=0770,sock=/var/run/vde.ctl The xml section: ... > <devices> > <emulator>/etc/libvirt/kvmvde</...
2009 Feb 04
2
More complex Xen Networking, with VLANs and maybe with VDE 2... but how?!
...ets for them? As this example: http://renial.net/weblog/2007/02/27/xen-vlan/ ? With VMWare ESX virtual switches can be created (with firmware from Cisco) per client, and there, create the customer''s VLANs. This sounds very interesting, but how to implement something in Xen? Can I use the VDE 2 with Xen (with paravirtual domUs)? The VDE2 is completely compatible with Xen? It''s possible to create the effect of a virtual switch with only the tools ip, vconfig and brctl available in dom0? Avoiding the overhead of a virtual switch? How to make a VLAN for certain domus scattered...
2023 Mar 30
0
About libvirt domain dump state and persistent state
...ut not int the duml xml. I think there is a middle state that qemu try to attach or detach but not finished. But what is the api to get the different domain state except ?virConnectListAllDomains?? The reversed case is that when I try to detach volume, the domain tell me the volume is allocated at vde, but I detach the volume with vde, it also return the error ?vde not found?: I0330 00:38:54.615254 1 cephvolume.go:227] detach disk &{XMLName:{Space: Local:disk} Device:disk RawIO: SGIO: Snapshot: Model: Driver:0xc000736540 Auth:0xc0027b68a0 Source:0xc000641040 BackingStore:<nil> Ge...
2015 Sep 17
3
Guest agent is not responding
...is not responding: Guest agent not available for now I use gentoo on the Host. qemu is built with useflags: aio alsa caps curl fdt filecaps gtk iscsi jpeg lzo ncurses nls numa pin-upstream-blobs png python sdl seccomp smartcard ssh threads tls usb usbredir uuid vde vhost-net virtfs vnc xattr xfs libvirt: audit caps fuse iscsi libvirtd lvm lxc macvtap nls numa parted pcap policykit qemu udev vepa virt-network thanks for any tipps and hints. -- zbfmail - Mittendrin statt nur Datei!
2002 Feb 24
1
SV: SV: Problem regarding installation
...I don?t think I have done anything that should be of any problem, but it does acctually get wrong. I hope this is more specific, what my problem is. Mvh / Best regards Daniel Andersson ------------------------------------------------------------ REJLERS INGENJ?RER AB R?dhusgatan 15, S-541 30 SK?VDE, SWEDEN Ph. +46 (0)500-47 10 10 Fax. +46 (0)500-47 10 11 Mob: +46 (0)709-22 39 06 E-mail: mailto:daniel.andersson@rejlers.se Internet: http://www.rejlers.se -----Ursprungligt meddelande----- Fr?n: Martyn Ranyard [mailto:ranyardm@lineone.net] Skickat: den 22 februari 2002 17:36 Till: Daniel Ande...
2004 Oct 17
1
test49 Authenticate PLAIN disabled stops pop3s
Unlike test47, test49 refuses to authenticate pop3s if disable_plaintext_auth = yes Checked the crypto with: snort -vde tcp port 995 The connection is being made with ssl so it looks like the plaintext auth preventer is broken. -kim __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2012 Mar 10
1
[Announcement] Version 1.0.17 released
With pleasure we announce the release of version 1.0.17. Here is a summary of the changes: * The DeviceType option can now be used to select dummy, raw socket, UML and VDE devices without needing to recompile tinc. * Allow multiple BindToAddress statements. * Decrement TTL value of IPv4 and IPv6 packets. * Add LocalDiscovery option allowing tinc to detect peers that are behind the same NAT. * Accept Subnets passed with the -o option when StrictSubnets = ye...
2012 Mar 10
1
[Announcement] Version 1.0.17 released
With pleasure we announce the release of version 1.0.17. Here is a summary of the changes: * The DeviceType option can now be used to select dummy, raw socket, UML and VDE devices without needing to recompile tinc. * Allow multiple BindToAddress statements. * Decrement TTL value of IPv4 and IPv6 packets. * Add LocalDiscovery option allowing tinc to detect peers that are behind the same NAT. * Accept Subnets passed with the -o option when StrictSubnets = ye...
2012 Jun 04
1
guestfish1.7.17 does not support qemu-kvm1.0.93?
...-werror \ --disable-sdl \ --disable-curses \ --disable-curl \ --enable-vnc \ --enable-vnc-tls \ --enable-vnc-sasl \ --disable-brlapi \ --disable-bluez \ --disable-docs \ --disable-vde \ --enable-linux-aio \ --enable-kvm \ --enable-spice \ --enable-kvm-device-assignment \ --enable-trace-backend=dtrace \ --enable-smartcard \ --disable-smartcard-nss \ --disable-guest-agent could anyone...
2002 Feb 22
1
SV: Problem regarding installation
...ailable for browsing, I dont know how I should solve this actually I'm totally lost I even tried to erase the rpm file and compiled a source file. Mvh / Best regards Daniel Andersson ------------------------------------------------------------ REJLERS INGENJ?RER AB R?dhusgatan 15, S-541 30 SK?VDE, SWEDEN Ph. +46 (0)500-47 10 10 Fax. +46 (0)500-47 10 11 Mob: +46 (0)709-22 39 06 E-mail: mailto:daniel.andersson@rejlers.se Internet: http://www.rejlers.se -----Ursprungligt meddelande----- Fr?n: Joel Hammer [mailto:Joel@HammersHome.com] Skickat: den 22 februari 2002 13:47 Till: Daniel Anderss...
2011 Aug 23
0
qemu-kvm-0.15 + CentOS 5.6 + vanilla 2.6.35.14 (working, patch included)
Hi! Just in case somebody else needs this. Below is a patch which allows building qemu-kvm-0.15 unter CentOS 5.6 with vanilla kernel 2.6.35.14 and (optionally) vde2 [1]. FYI: qemu-kvm-0.15 compiles fine on CentOS 6 with distro-kernel, no patches needed. For CentOS 5.6, unpack 0.15 qemu-kvm tarball [2], apply the path below, configure and compile. Make sure to export the kernel include path before building, otherwise the kernel mman-common.h header won&...
2015 Sep 23
3
Large scale tinc tests
Hello. I wonder if someone here performe such large scale tinc-vpn tests.. There are platforms like Imunes or CORE to do generic Ethernet and IP testing and routing, but I found that at least on Imunes it is problematic to start TAP iface on vimage on FreeBSD (at least 4.11 with I use). To fix that, I think about coding in BSD NetGraph support to tinc. But first I need to do testing if actualy
2004 Nov 15
1
several errors with irregular pathnames
...lient (Linux to Windows) never when transferring (uploading) from the client to the server. When I start rsync using the following command: rsync.exe --archive --delete --exclude="~$*" --exclude="*.bak" -vvv "module@server::module/1/1100190900/d/Users Shared Folders/DOC VdeM/Bestuur VdeM/" "/cygdrive/c/temp/" rsync dies while building the file list: overflow: flags=0x38 l1=180 l2=84 lastname=1/1099999800/current/d/Users Shared Folders/Gebruikers/USERS VdeM total oude server/Archief ex-medewerkers/Jeffrey Colley/VdeMsite/Kopie van 213_136_VdeM(0)/213...
2013 Dec 03
0
Problem booting guest with more than 8 disks
...ool/arch_test2-storage3'> | <host name='192.168.0.35' port='6789'/> | <host name='192.168.0.2' port='6789'/> | <host name='192.168.0.40' port='6789'/> | </source> | <target dev='vde' bus='virtio' /> | </disk> | <disk type='network' device='disk'> | <driver name='qemu'/> | <source protocol='rbd' name='libvirt-pool/arch_test2-storage4'> | <host name='192.168.0.35'...