On Thu, Jan 23, 2014 at 02:06:03PM -0800, Tim Fall wrote:
On Jan 23, 2014, at 1:54 PM, Richard W.M. Jones
<rjones(a)redhat.com> wrote:
> It seems to be the same as mine so I don't know why it's failing.
> Perhaps strace qemu to see how it quits?
Here’s the strace from libguestfs-test-tool.
http://hastebin.com/gowayehowu.tex
That's not helpful. You need to strace _qemu_ by writing a qemu
wrapper:
----------------------------------------------------------------------
#!/bin/bash -
exec strace -o /tmp/qemu.log -f -s 1024 /usr/bin/qemu-system-x86_64 "$@"
----------------------------------------------------------------------
chmod +x the script, then point LIBGUESTFS_QEMU at this script.
See:
http://libguestfs.org/guestfs.3.html#qemu-wrappers
Attach the qemu.log to this list. The pastebin link above does not
work for me.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW