[Libguestfs] Errors Running on Ubuntu 13.10

Tim Fall tim at midokura.com
Mon Jan 27 05:48:47 UTC 2014


Grabbed the newest qemu. Still crashes. Attached trace.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Qemu.log
Type: application/octet-stream
Size: 9309370 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20140126/540ce4ed/attachment.obj>
-------------- next part --------------

On Jan 24, 2014, at 11:26 PM, Richard W.M. Jones <rjones at redhat.com> wrote:

> On Fri, Jan 24, 2014 at 04:49:24PM -0800, Tim Fall wrote:
>> Not that I know of, resource usage seems totally normal. Also, as I
>> mentioned, virt-install and virt-manager can both access and run vm's on
>> qmeu without any trouble. Ulimit is also unset.
> 
> You can try a different qemu from upstream, which should diagnose
> whether this is a kernel problem or a qemu problem:
> 
> ----------------------------------------------------------------------
> 
> git clone git://git.qemu.org/qemu.git
> cd qemu
> 
> sudo apt-get build-dep qemu
> 
> ./configure --target-list=x86_64-softmmu
> make -j2
> 
> cat > qemu.wrapper <<EOF
> #!/bin/bash -
> qemudir=$(pwd)
> exec \$qemudir/x86_64-softmmu/qemu-system-x86_64 -L \$qemudir/pc-bios "\$@"
> EOF
> 
> chmod +x qemu.wrapper
> 
> export LIBGUESTFS_QEMU=$(pwd)/qemu.wrapper
> libguestfs-test-tool
> 
> ----------------------------------------------------------------------
> 
> Rich.
> 
> -- 
> Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
> Read my programming blog: http://rwmj.wordpress.com
> Fedora now supports 80 OCaml packages (the OPEN alternative to F#)



More information about the Libguestfs mailing list