Debian Bug report logs -
#534321
vde2: ioctl error on vde network
Reported by: Daniel <devel@tootai.net>
Date: Tue, 23 Jun 2009 14:54:01 UTC
Severity: important
Found in version vde2/2.2.2-3
Done: Ludovico Gardenghi <garden@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, devel@tootai.net, Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>:
Bug#534321; Package vde2.
(Tue, 23 Jun 2009 14:54:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Daniel <devel@tootai.net>:
New Bug report received and forwarded. Copy sent to devel@tootai.net, Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>.
(Tue, 23 Jun 2009 14:54:03 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: vde2
Version: 2.2.2-3
Severity: important
Since kernel 2.6.30 when I start a virtual machine like
#!/bin/bash
AUDIO="soundhw es1370"
sudo /usr/bin/vdekvm -localtime -cdrom /dev/scd0 -boot c -hda /media/XP/vdisk.img -m 512 -$AUDIO -net nic,vlan=0 -net vde,vlan=0,sock=/var/run/vde.ctl\
-usb -smb public &
I get this on the screen:
dh@listryx:~>arg ,vlan=0,sock=/var/run/vde.ctl
TUNGETIFF ioctl() failed: Invalid argument
TUNSETOFFLOAD ioctl() failed: Bad address
No need to say that there is no more network in virtual machines.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages vde2 depends on:
ii adduser 3.110 add and remove users and groups
ii libc6 2.9-13 GNU C Library: Shared libraries
ii libpcap0.8 1.0.0-2 system interface for user-level pa
ii libvdemgmt0 2.2.2-3 Virtual Distributed Ethernet - Man
ii libvdeplug2 2.2.2-3 Virtual Distributed Ethernet - Plu
vde2 recommends no packages.
Versions of packages vde2 suggests:
ii kvm 85+dfsg-4 Full virtualization on x86 hardwar
ii qemu 0.10.5-1 fast processor emulator
pn vde2-cryptcab <none> (no description available)
-- no debconf information
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>:
Bug#534321; Package vde2.
(Tue, 23 Jun 2009 20:06:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Luca Bigliardi <shammash@artha.org>:
Extra info received and forwarded to list. Copy sent to Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>.
(Tue, 23 Jun 2009 20:06:03 GMT) (full text, mbox, link).
Message #10 received at 534321@bugs.debian.org (full text, mbox, reply):
On Tue, Jun 23, 2009 at 04:53 PM, Daniel wrote:
> ii kvm 85+dfsg-4 Full virtualization on x86 hardwar
Please try with kvm's native vde support.
What is your vde_switch configuration?
luca
--
Beware of programmers who carry screwdrivers.
-- Leonard Brandwein
http://shammash.homelinux.org/ - http://www.artha.org/ - http://www.yue.it/
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>:
Bug#534321; Package vde2.
(Thu, 25 Jun 2009 17:51:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Daniel Huhardeaux <tech@tootai.net>:
Extra info received and forwarded to list. Copy sent to Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>.
(Thu, 25 Jun 2009 17:51:06 GMT) (full text, mbox, link).
Message #15 received at 534321@bugs.debian.org (full text, mbox, reply):
Hi Luca
Luca Bigliardi a écrit :
> On Tue, Jun 23, 2009 at 04:53 PM, Daniel wrote:
>
>> ii kvm 85+dfsg-4 Full virtualization on x86 hardwar
>
> Please try with kvm's native vde support.
It's working
>
> What is your vde_switch configuration?
15037 ? Ss 0:00 vde_switch -tap tap0 -sock /var/run/vde.ctl -daemon
with
tap0 Link encap:Ethernet HWaddr 9e:ac:22:da:ae:3a
inet adr:192.168.110.1 Bcast:192.168.110.255
Masque:255.255.255.0
adr inet6: fe80::9cac:22ff:feda:ae3a/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:98 errors:0 dropped:2 overruns:0 carrier:0
collisions:0 lg file transmission:500
RX bytes:0 (0.0 B) TX bytes:18292 (17.8 KiB)
Regards
--
Daniel
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>:
Bug#534321; Package vde2.
(Fri, 26 Jun 2009 00:12:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Luca Bigliardi <shammash@artha.org>:
Extra info received and forwarded to list. Copy sent to Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>.
(Fri, 26 Jun 2009 00:12:05 GMT) (full text, mbox, link).
Message #20 received at 534321@bugs.debian.org (full text, mbox, reply):
On Thu, Jun 25, 2009 at 07:47 PM, Daniel Huhardeaux wrote:
>> Please try with kvm's native vde support.
>
> It's working
Perfect! Any problems in using that?
vdekvm was a wrapper made to provide vde to kvm waiting for native
support and is going to be deprecated..
luca
--
Beware of programmers who carry screwdrivers.
-- Leonard Brandwein
http://shammash.homelinux.org/ - http://www.artha.org/ - http://www.yue.it/
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>:
Bug#534321; Package vde2.
(Fri, 26 Jun 2009 07:00:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Daniel Huhardeaux <tech@tootai.net>:
Extra info received and forwarded to list. Copy sent to Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>.
(Fri, 26 Jun 2009 07:00:02 GMT) (full text, mbox, link).
Message #25 received at 534321@bugs.debian.org (full text, mbox, reply):
Luca Bigliardi a écrit :
> On Thu, Jun 25, 2009 at 07:47 PM, Daniel Huhardeaux wrote:
>
>>> Please try with kvm's native vde support.
>> It's working
>
> Perfect! Any problems in using that?
Absolutely not!
> vdekvm was a wrapper made to provide vde to kvm waiting for native
> support and is going to be deprecated..
and even more if it's going to be depreciate ;-)
You can close this bug, thnaks for your support.
--
Daniel
Reply sent
to Ludovico Gardenghi <garden@debian.org>:
You have taken responsibility.
(Sun, 30 Aug 2009 18:30:07 GMT) (full text, mbox, link).
Notification sent
to Daniel <devel@tootai.net>:
Bug acknowledged by developer.
(Sun, 30 Aug 2009 18:30:07 GMT) (full text, mbox, link).
Message #30 received at 534321-done@bugs.debian.org (full text, mbox, reply):
On Fri, Jun 26, 2009 at 08:54:39 +0200, Daniel Huhardeaux wrote:
>> vdekvm was a wrapper made to provide vde to kvm waiting for native
>> support and is going to be deprecated..
>
> and even more if it's going to be depreciate ;-)
> You can close this bug, thnaks for your support.
I'm thus closing this non-bug: KVM already has native VDE support
(starting from KVM-72) and vdekvm will be removed from the upstream VDE
distribution soon.
Bye,
Ludovico
--
<garden@debian.org> #acheronte (irc.freenode.net) ICQ: 64483080
GPG ID: 07F89BB8 Jabber: gardengl@gmail.com Yahoo: gardenghelle
-- This is signature nr. 5158
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Mon, 28 Sep 2009 07:30:49 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 04:05:09 2023;
Machine Name:
bembo
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.