Tim Tassonis wrote:
Hi Bruce

On 12.03.2015 21:28, Bruce Dubbs wrote:
Tim Tassonis wrote:
Hi all

I don't seem to get qemu 2.2.0 with vde networking (any version,
really) to work
together on my lfs system. Has anybody done that and got it working?

I have tried everything and it just doesn't run, where it works
without problems
on my old Ubuntu server.

Can provide tons of details, if anybody would like them.

If you want help, we will need details.  What have you tried?

So, that's what I've done, basically:

1. Got vde from sourceforge.net


http://downloads.sourceforge.net/project/vde/vde2/2.3.2/vde2-2.3.2.tar.bz2

Compiled and installed it by:

autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc \
             --disable-python --disable-cryptcab \
             --disable-vde_over_ns
make
make install

2. Got qemu.

http://wiki.qemu.org/download/qemu-2.2.0.tar.bz2

Compiled and installed it by:

./configure --prefix=/usr --enable-virtfs --sysconfdir=/etc \
             --disable-sdl  --disable-gtk --enable-vnc \
             --audio-drv-list=oss  --disable-vnc-sasl \
             --enable-kvm  --disable-smartcard-nss  --enable-vde \
             --target-list="x86_64-softmmu,i386-softmmu,arm-softmmu"

I'm not familiar with all those options. I'd suggest following the options in the book and get things working before adding the other options. Just test with any relevant iso to see if the base system is working.

You are using vde and I've never used it so I can't help there.  Sorry.

Why don't you just use a bridge as shown in the book?

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to