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

2014-01-14 Thread Richard W.M. Jones
On Tue, Jan 14, 2014 at 02:57:35PM +, Исаев Виталий Анатольевич wrote: > Dear Rich, thank you for a prompt reply on my question. The similar > problems have been found with all of the rest Thin Provisioned disks > in the cluster, while all the Preallocated disks were handled with > libguestfs c

Re: [Libguestfs] [PATCH] hivex: Make empty strings in REG_MULTI_SZ values available.

2014-01-14 Thread Richard W.M. Jones
On Tue, Jan 14, 2014 at 04:41:34PM +0100, Hilko Bengen wrote: > --- > lib/value.c | 26 +++--- > 1 file changed, 23 insertions(+), 3 deletions(-) > > diff --git a/lib/value.c b/lib/value.c > index db6396f..c4e21ec 100644 > --- a/lib/value.c > +++ b/lib/value.c > @@ -462,7 +462

Re: [Libguestfs] [PATCH 1/7] Add a minimal hive with "special" keys and values

2014-01-14 Thread Richard W.M. Jones
On Tue, Jan 14, 2014 at 12:10:59PM -0500, Alex Nelson wrote: > Have these values caused enough troubles to warrant another test hive? Another thing to say is that we cannot add proprietary test hives to the main repository for license reasons. "minimal" and "special" are both on the edge of what

Re: [Libguestfs] [PATCH 1/7] Add a minimal hive with "special" keys and values

2014-01-14 Thread Richard W.M. Jones
On Tue, Jan 14, 2014 at 12:10:59PM -0500, Alex Nelson wrote: > Hi Hilko, > > Thanks a lot for creating this test hive! > > I think another thing that will trip up Registry programs is value names > that include back slashes. For example, under the System hive, the key > "\MountedDevices" has chil

Re: [Libguestfs] [PATCH 1/7] Add a minimal hive with "special" keys and values

2014-01-14 Thread Alex Nelson
Hi Hilko, Thanks a lot for creating this test hive! I think another thing that will trip up Registry programs is value names that include back slashes. For example, under the System hive, the key "\MountedDevices" has child values with names like "\DosDevices\C:" (the leading backslash is a part

[Libguestfs] [PATCH] hivex: Make empty strings in REG_MULTI_SZ values available.

2014-01-14 Thread Hilko Bengen
--- lib/value.c | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/lib/value.c b/lib/value.c index db6396f..c4e21ec 100644 --- a/lib/value.c +++ b/lib/value.c @@ -462,7 +462,27 @@ hivex_value_string (hive_h *h, hive_value_h value) return ret; } -/

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

2014-01-14 Thread Исаев Виталий Анатольевич
-Original Message- From: Richard W.M. Jones [mailto:rjo...@redhat.com] Sent: Tuesday, January 14, 2014 4:42 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, 20

Re: [Libguestfs] Livecd-creator is disabling selinux

2014-01-14 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/13/2014 04:17 PM, Richard W.M. Jones wrote: > [Moving this to the libguestfs mailing list] > > On Mon, Jan 13, 2014 at 03:05:14PM -0500, Daniel J Walsh wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 01/13/2014 11:49 AM, Richar

Re: [Libguestfs] [PATCH] builder: test-virt-builder: check some results

2014-01-14 Thread Richard W.M. Jones
On Tue, Jan 14, 2014 at 02:44:03PM +0100, Pino Toscano wrote: > Check at least some basic modifications in the image created with > virt-builder. > --- > builder/test-virt-builder.sh | 47 > +++- > 1 file changed, 46 insertions(+), 1 deletion(-) > > diff -

[Libguestfs] [PATCH] builder: test-virt-builder: check some results

2014-01-14 Thread Pino Toscano
Check at least some basic modifications in the image created with virt-builder. --- builder/test-virt-builder.sh | 47 +++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/builder/test-virt-builder.sh b/builder/test-virt-builder.sh index 47d20a

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

2014-01-14 Thread Richard W.M. Jones
On Tue, Jan 14, 2014 at 08:07:43AM +, Исаев Виталий Анатольевич wrote: > [00072ms] /usr/libexec/qemu-kvm \ > -global virtio-blk-pci.scsi=off \ > -nodefconfig \ > -nodefaults \ > -nographic \ > -drive > file=/dev/mapper/1a9aa971--f81f--4ad8--932f--607034c924fc-666faa62--da7

Re: [Libguestfs] [PATCH] builder, edit, fish: use copy-attributes

2014-01-14 Thread Richard W.M. Jones
On Tue, Jan 14, 2014 at 11:16:40AM +0100, Pino Toscano wrote: > Make use of the new copy-attributes command to properly copy all file > attributes from a file to the new version of it. > --- > builder/perl_edit.ml | 29 +--- > edit/edit.c | 49 ++---

[Libguestfs] [PATCH] builder, edit, fish: use copy-attributes

2014-01-14 Thread Pino Toscano
Make use of the new copy-attributes command to properly copy all file attributes from a file to the new version of it. --- builder/perl_edit.ml | 29 +--- edit/edit.c | 49 ++- fish/edit.c | 54 ++