From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FREPM-00035D-TR for qemu-devel@nongnu.org; Wed, 05 Apr 2006 16:15:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FREPK-000350-DU for qemu-devel@nongnu.org; Wed, 05 Apr 2006 16:15:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FREPK-00034x-7Z for qemu-devel@nongnu.org; Wed, 05 Apr 2006 16:15:14 -0400 Received: from [209.204.185.216] (helo=mail.bitblocks.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FRESu-00048E-Dr for qemu-devel@nongnu.org; Wed, 05 Apr 2006 16:18:56 -0400 Received: from bitblocks.com (localhost [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id 9305F294B9 for ; Wed, 5 Apr 2006 13:15:11 -0700 (PDT) Subject: Re: [Qemu-devel] qemu-0.8.0 and vde-1.5.9 question In-reply-to: Your message of "Wed, 05 Apr 2006 15:25:18 EDT." From: Bakul Shah Message-Id: <20060405201511.9305F294B9@mail.bitblocks.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Wed, 05 Apr 2006 20:15:17 -0000 To: qemu-devel@nongnu.org > The system is Kanotix-2005-4 > Qemu-0.8.0 > Vde-1.5.9 > > I setup the bridge and add interface tun0 to the bridge > (have done it before correctly) > > but > > /usr/bin/vdeqemu -hda disk-image -m256 -localtime -net vde -net nic,macaddr=5 > 4:52:00:12:34:62 > > reports error: > qemu: invalid option -- '-tun-fd' > qemu exited: vdeqemu quits > > I seem to reacall that it worked with qemu-0.7.2 ? > > Any ideas? Just type qemu and look at its options. They changed since 0.7.2. Likely you want something like -net socket,fd=5 Also AFAIK you don't need vde anymore since qemu can do the bridging for you (but I haven't used it so take this with a grain of salt). In general you want to look at what changed when you update s/w.