From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CEgeP-0005Yr-Eu for qemu-devel@nongnu.org; Tue, 05 Oct 2004 00:10:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CEgeP-0005YM-02 for qemu-devel@nongnu.org; Tue, 05 Oct 2004 00:10:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEgeO-0005Y6-Pu for qemu-devel@nongnu.org; Tue, 05 Oct 2004 00:10:08 -0400 Received: from [130.136.1.101] (helo=lea.cs.unibo.it) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CEgXS-00014o-9P for qemu-devel@nongnu.org; Tue, 05 Oct 2004 00:02:58 -0400 Date: Tue, 5 Oct 2004 06:02:55 +0200 Subject: Re: [Qemu-devel] vde networking Message-ID: <20041005040255.GA21870@cs.unibo.it> References: <20041005025939.B352AC610F@ws7-5.us4.outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041005025939.B352AC610F@ws7-5.us4.outblaze.com> From: renzo@cs.unibo.it (Renzo Davoli) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, Oct 04, 2004 at 09:59:39PM -0500, sagsdga adfahdf wrote: > I'm trying to run qemu with vde networking from > http://vde.sourceforge.net > > but when I try to run vde, it fails with this error > > # vdeq qemu myimage.img > connect: No such file or directory > > any ideas? You have to start a vde_switch before. e.g. # vde_switch -tap tap0 -daemon # chmod 666 /tmp/vde.ctl then there is no need for root privileges to start vde: % vdeq qemu myimage.img ciao renzo