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. On Fri, Jan 24, 2014 at 2:42 PM, Richard W.M. Jones <rjones@redhat.com>wrote:> On Fri, Jan 24, 2014 at 12:45:43PM -0800, Tim Fall wrote: > > Here’s the trace you requested. I can dump the text if the > > attachment doesn’t work. > > Thanks. > > It's a mystery why it doesn't work. qemu simply exits (with success), > with no indication at all why. There seems to be nothing at that > point in the kernel which could cause an exit/reboot either. > > You're not running out of RAM / swap / disk space / ...? ulimit set > too low? > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat > http://people.redhat.com/~rjones > virt-df lists disk usage of guests without needing to install any > software inside the virtual machine. Supports Linux and Windows. > http://people.redhat.com/~rjones/virt-df/ >
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#)