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

2014-01-21 Thread Rom Freiman
Thanks Paolo, I'll be happy to help if needed. Rom On Mon, Jan 20, 2014 at 12:45 PM, Paolo Bonzini pbonz...@redhat.com wrote: Il 18/01/2014 23:01, Rom Freiman ha scritto: Hey everybody, Richard, you were right. I managed to reproduce the same crash without dealing with v2v (and

[Libguestfs] [PATCH] builder: add index-struct.h as dependency for index-parser-c.c

2014-01-21 Thread Pino Toscano
Just like with index-parse.h, also index-struct.h is a dependency of index-parser-c.c which automake cannot generate correctly. Thus, add it manually. --- builder/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/Makefile.am b/builder/Makefile.am index

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

2014-01-21 Thread Исаев Виталий Анатольевич
-Original Message- From: Federico Simoncelli [mailto:fsimo...@redhat.com] Sent: Friday, January 17, 2014 9:04 PM To: libguestfs@redhat.com Cc: Исаев Виталий Анатольевич Subject: Re: [Libguestfs] Libguestfs can't launch with one of the disk images in the RHEV cluster - Original

Re: [Libguestfs] [PATCH] builder: add index-struct.h as dependency for index-parser-c.c

2014-01-21 Thread Richard W.M. Jones
On Tue, Jan 21, 2014 at 10:56:32AM +0100, Pino Toscano wrote: Just like with index-parse.h, also index-struct.h is a dependency of index-parser-c.c which automake cannot generate correctly. Thus, add it manually. --- builder/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2014-01-21 Thread Richard W.M. Jones
On Tue, Jan 21, 2014 at 04:38:30PM +0100, Kashyap Chamarthy wrote: On 01/17/2014 04:06 PM, Rom Freiman wrote: Kashyap, just to be sure - it happens to you during the v2v conversion? on L2? I haven't done any v2v conversions in L2 (or at any other level). I'm highly doubtful this problem

Re: [Libguestfs] [PATCH] builder: proper consider subkeys in index files

2014-01-21 Thread Richard W.M. Jones
On Tue, Jan 21, 2014 at 05:18:27PM +0100, Pino Toscano wrote: let entries = List.map ( fun (n, fields) - + let find_elem key subkey fields = +match List.filter ( +fun (iterkey, itersubkey, itervalue) - + iterkey =

Re: [Libguestfs] [PATCH] builder: allow more empty lines in index files

2014-01-21 Thread Richard W.M. Jones
On Tue, Jan 21, 2014 at 05:18:28PM +0100, Pino Toscano wrote: Improve the index grammar tp allow more than one empty line between sections, and to allow any number of empty lines at the end of the file (after the last section). --- builder/index-parse.y | 12 +--- 1 file changed, 9

[Libguestfs] virt-builder virt-sysprep: Avoiding SELinux relabelling

2014-01-21 Thread R P Herrold
On Tue, 21 Jan 2014, Richard W.M. Jones wrote: A common problem that people have with virt-builder and virt-sysprep is which guests that use SELinux, like Fedora and RHEL. In both cases we touch /.autorelabel in the guest, which means the guest has to reboot once during its first boot. ...

Re: [Libguestfs] [libguestfs] remove non-portable chmod from libtool-kill-dependency_libs.sh (#10)

2014-01-21 Thread Richard W.M. Jones
Attaching the patch to the mailing list. 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#) From 08e271bc0f08814165425306b9a9265e37a06e63

Re: [Libguestfs] [libguestfs] remove non-portable chmod from libtool-kill-dependency_libs.sh (#10)

2014-01-21 Thread Richard W.M. Jones
On Tue, Jan 21, 2014 at 08:23:08PM +, Richard W.M. Jones wrote: Attaching the patch to the mailing list. 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