Re: [Libguestfs] [PATCH] build: Define HAVE_RPM, HAVE_DPKG and HAVE_PACMAN

2021-08-27 Thread Richard W.M. Jones
On Fri, Aug 27, 2021 at 04:47:24PM +0200, Alexandre Iooss wrote: > When using option `--with-distro`, `HAVE_RPM`, `HAVE_DPKG` and > `HAVE_PACMAN` are not defined and make the configure phase fail. > This makes sure that these conditionals are always defined. > --- > m4/guestfs-appliance.m4 | 18

[Libguestfs] [PATCH] build: Define HAVE_RPM, HAVE_DPKG and HAVE_PACMAN

2021-08-27 Thread Alexandre Iooss
When using option `--with-distro`, `HAVE_RPM`, `HAVE_DPKG` and `HAVE_PACMAN` are not defined and make the configure phase fail. This makes sure that these conditionals are always defined. --- m4/guestfs-appliance.m4 | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff

Re: [Libguestfs] [libguestfs] Problem building appliance/guestfsd.deps on debian

2021-08-27 Thread Hilko Bengen
* Richard W.M. Jones: > We have a report of a problem with building appliance/guestfsd.deps on > Debian 10. This code which you contributed: > > https://github.com/libguestfs/libguestfs/commit/133a49167778195f0cf043a1d380c60956aa46b1 > > seems to cause problems with certain libraries which are

Re: [Libguestfs] Fwd: libnbd | Failed pipeline for master | 2e381ac2

2021-08-27 Thread Daniel P . Berrangé
On Fri, Aug 27, 2021 at 11:09:13AM +0100, Richard W.M. Jones wrote: > >From the log: > https://gitlab.com/nbdkit/libnbd/-/jobs/1540375264 > > opensuse zypper seems to be failing with a recoverable error: > > Resolving package dependencies... > Problem: the to be installed

[Libguestfs] Fwd: libnbd | Failed pipeline for master | 2e381ac2

2021-08-27 Thread Richard W.M. Jones
>From the log: https://gitlab.com/nbdkit/libnbd/-/jobs/1540375264 opensuse zypper seems to be failing with a recoverable error: Resolving package dependencies... Problem: the to be installed glib2-devel-2.68.3-4.1.x86_64 requires 'libglib-2_0-0 = 2.68.3', but this requirement cannot be provided

Re: [Libguestfs] [libguestfs/libguestfs] Is it possible to mount the entire disk raw? (#72)

2021-08-27 Thread Richard W.M. Jones
On Fri, Aug 27, 2021 at 02:40:30AM -0700, Joseph Lee wrote: > There is qcowmount as a similar project, but it has the disadvantage of not > being able to write. > Is it possible to mount the whole disk to the host like this? nbdfuse, part of the libnbd project, can do this (with writes). In fact

Re: [Libguestfs] online-p2v

2021-08-27 Thread Richard W.M. Jones
On Fri, Aug 27, 2021 at 09:08:32AM +0800, yug...@bjtengling.com wrote: > Windows have a feature named VSS, It's safe to clone disk when > system is online. I just wonder how they process those data changed > under the kernel. That's completely different from what P2V does. Rich. -- Richard