[Libguestfs] Double fault panic in L2 upon v2v conversion

2014-01-15 Thread Rom Freiman
Hi everybody, Wanted to hear your opinion and to receive a smart advice. I'm trying to use virt-v2v in order to convert ova image (exported from vmware) to run on libvirt/kvm - all this inside a VM of fedora. The converted image is also a fedora. During the conversion process, in some point of

[Libguestfs] [PATCH] fuse: remove extra trailing \n in debug messages

2014-01-15 Thread Pino Toscano
debug() adds it already. --- src/fuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuse.c b/src/fuse.c index d684c84..288c02a 100644 --- a/src/fuse.c +++ b/src/fuse.c @@ -68,7 +68,7 @@ gl_lock_define_initialized (static, mount_local_lock); #define DEBUG_CALL(fs,...)

Re: [Libguestfs] [PATCH] fuse: remove extra trailing \n in debug messages

2014-01-15 Thread Richard W.M. Jones
On Wed, Jan 15, 2014 at 02:03:25PM +0100, Pino Toscano wrote: debug() adds it already. ACK. You can just commit these kinds of obvious cleanups. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to

[Libguestfs] Double fault panic in L2 upon v2v conversion

2014-01-15 Thread Rom Freiman
Hi everybody, Wanted to hear your opinion and to receive a smart advice. I'm trying to use virt-v2v in order to convert ova image (exported from vcenter) to run on libvirt/kvm - all this inside a VM of fedora. The converted image is also a fedora. During the conversion process, in some point of

[Libguestfs] [PATCH 1/4] hivex: Python 2.6 does not have sysconfig.

2014-01-15 Thread Hilko Bengen
--- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6785037..203f34f 100644 --- a/configure.ac +++ b/configure.ac @@ -329,8 +329,8 @@ AS_IF([test x$enable_python != xno], AC_MSG_CHECKING([for Python extension

[Libguestfs] [PATCH 2/4] hivex: python: Fix encoding for special test script

2014-01-15 Thread Hilko Bengen
Hopefully. Python's unicode history is a mess. --- python/t/130-special.py | 25 +++-- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/python/t/130-special.py b/python/t/130-special.py index 7adb9d5..f0ac008 100755 --- a/python/t/130-special.py +++

[Libguestfs] [PATCH] fuse: clear stat structs (RHBZ#660687).

2014-01-15 Thread Pino Toscano
Not all the fields of struct stat are actually filled by us. This caused rubbish to appear in the microseconds fields, which were then used as base when changing atime/ctime (with e.g. touch), triggering EINVAL by futimens/utimensat when those rubbish values were out of the range allowed for

Re: [Libguestfs] [PATCH] fuse: provide a stub flush implementation (RHBZ#660687).

2014-01-15 Thread Pino Toscano
Hi, On Thursday 12 December 2013 16:28:31 Pino Toscano wrote: It seems that FUSE can invoke flush to make sure the pending changes (e.g. to the attributes) of a file are set. Since a missing flush implementation is handled as if it were returning ENOSYS, this can cause issues later. To

Re: [Libguestfs] [PATCH 1/4] hivex: Python 2.6 does not have sysconfig.

2014-01-15 Thread Richard W.M. Jones
ACK to all 4 patches in this series. Thanks, 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.

Re: [Libguestfs] Double fault panic in L2 upon v2v conversion

2014-01-15 Thread Tingting Zheng
There is a bug which is still not fixed:Bug 956580 -[ RFE ]Support for VMware Citrix OVF image import into RHEV https://bugzilla.redhat.com/show_bug.cgi?id=956580 Best regards, Tingting Zheng(郑婷婷) - Original Message - From: Rom Freiman r...@stratoscale.com To: libguestfs@redhat.com

[Libguestfs] [PATCH 1/2] hivex: ruby: find files to install in correct directories when building out-of-tree

2014-01-15 Thread Hilko Bengen
--- ruby/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/Makefile.am b/ruby/Makefile.am index b6654d3..e78ab59 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -51,7 +51,7 @@ RUBY_SITEARCH := $(shell $(RUBY) -rrbconfig -e puts

Re: [Libguestfs] Libguestfs can't launch with one of the disk images in the RHEV cluster

2014-01-15 Thread Исаев Виталий Анатольевич
-Original Message- From: Richard W.M. Jones [mailto:rjo...@redhat.com] Sent: Tuesday, January 14, 2014 9:43 PM To: Исаев Виталий Анатольевич Cc: libguestfs@redhat.com Subject: Re: [Libguestfs] Libguestfs can't launch with one of the disk images in the RHEV cluster On Tue, Jan 14, 2014