[Libguestfs] Errors Running on Ubuntu 13.10

Tim Fall tim at midokura.com
Fri Jan 24 20:45:43 UTC 2014


Here’s the trace you requested. I can dump the text if the attachment doesn’t work.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: qemu.log
Type: application/octet-stream
Size: 9337448 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20140124/a4fc3128/attachment.obj>
-------------- next part --------------

On Jan 24, 2014, at 12:44 AM, Richard W.M. Jones <rjones at redhat.com> wrote:

> 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 at 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20140124/a4fc3128/attachment.sig>


More information about the Libguestfs mailing list