similar to: Re: libguestfs binaries missing when built from source code

Displaying 11 results from an estimated 11 matches similar to: "Re: libguestfs binaries missing when built from source code"

2014 Oct 27
0
[Bug 1585] Allow an `Include' option which reads another config file in place and does not error out when `Include' file not readable
https://bugzilla.mindrot.org/show_bug.cgi?id=1585 emlyn.corrin at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emlyn.corrin at gmail.com --- Comment #13 from emlyn.corrin at gmail.com --- +1 Any progress on this? -- You are receiving this
2017 Sep 01
1
virt-resize error on RHEL 7 (was: Re: Regarding libguestfs)
Hi Richard, As per your suggestion we removed pango-devel and build was successful. Thank you! After the delivery, our customer reported another error related to virt-resize as below: virt-resize: error: libguestfs error: internal_feature_available: dispatch_incoming_message: unknown procedure number 458, set LIBGUESTFS_PATH to point to the matching libguestfs appliance directory Regards,
2017 Jul 25
1
Re: libguestfs binaries missing when built from source code
On Tue, Jul 25, 2017 at 01:20:15PM +0000, emlyn.jose@wipro.com wrote: > Hello, > > This is regarding the binary missing from libguestfs built from the source code(v 1.30.3). > Here there are some binaries missing when compared to the libguestfs rpm installed from the rhel6-server repo. > Below are the list of binaries > >From the os rpm
2017 Aug 01
0
Re: libguestfs binaries missing when built from source code
On Tue, Aug 01, 2017 at 12:55:21PM +0000, emlyn.jose at wipro.com wrote: > Hello Richard, > > I have been following that link to build libguestfs that includes > virt-resize binary. But it is found that the libguetfs is split into > another libguestfs-tools-c which actually provides this virt-resize > binary. In the Fedora packaging we put virt-resize into libguestfs-tools-c,
2017 Aug 10
0
Re: libguestfs binaries missing when built from source code
On Thu, Aug 10, 2017 at 04:49:22AM +0000, emlyn.jose@wipro.com wrote: > Hello Richard! > > Ocaml solved my problem. Thank you so much :) > > There are many unpackaged ocaml files created outside the BUILDROOT. Will removing them harm the working of the package? > > error: Installed (but unpackaged) file(s) found: > /usr/lib64/ocaml/guestfs/META >
2017 Aug 17
0
Re: libguestfs binaries missing when built from source code
On Thursday, 17 August 2017 12:54:19 CEST emlyn.jose@wipro.com wrote: > Hello Richard! > > Another problem came up today while working on it: > > [INFO] >>> Resizing qcow image... > [INFO] >>> Executing: cp AirFrameVirtualized-3.0.76999.qcow2 image.tmp > [INFO] >>> Executing: qemu-img resize -f qcow2 AirFrameVirtualized-3.0.76999.qcow2 10G >
2017 Aug 30
1
Re: libguestfs binaries missing when built from source code
On Wed, Aug 30, 2017 at 01:50:25AM +0000, emlyn.jose@wipro.com wrote: > Hi, > We installed it from the source code. Most likely you've run ‘make install’ at some point and now have multiple copies installed all over the place, which is why binaries and libraries are linked to the wrong versions. I suggest started from scratch (reinstalling your operating system), and NOT running ’make
2017 Sep 07
0
Re: virt-resize error on RHEL 7 (was: Re: Regarding libguestfs)
On Thu, Sep 07, 2017 at 10:10:52AM +0000, emlyn.jose@wipro.com wrote: > Hello Richard, > > Attaching a log file just to check if the issue is with the virt-resize binary. > Kindly have a look at the attached log. The error is: virt-resize: error: libguestfs error: internal_feature_available: dispatch_incoming_message: unknown procedure number 458, set which is caused by and can
2017 Oct 05
0
Re: --with-qemu option in libguestfs
On Thu, Oct 05, 2017 at 10:32:09AM +0000, emlyn.jose@wipro.com wrote: > Hi Richard, > > The --with-qemu option description is given as below: > > --with-qemu="bin1 bin2 ..." > set default QEMU binary [default="[qemu-kvm] > qemu-system-<host> qemu"] > > Does specifying this option takes
2017 Oct 06
0
Re: --with-qemu option in libguestfs
[PLEASE maintain libguestfs mailing list. I'm not paid to give free private help] On Fri, Oct 06, 2017 at 10:51:06AM +0000, emlyn.jose@wipro.com wrote: > >Don't use ‘--with-qemu=...qemu-img’, it is simply wrong. The --with-qemu parameter is intended to specify the hypervisor, and qemu-img is not a hypervisor. > Yes this is clear now. Thank you! > > > You just said
2017 Oct 06
0
Re: --with-qemu option in libguestfs
[Please keep replies on the mailing list so that others can benefit from following the discussion] On Fri, Oct 06, 2017 at 06:04:46AM +0000, emlyn.jose@wipro.com wrote: > > qemu is a hypervisor, qemu-img is a program for manipulating disk > > images. They are very different things, and it makes no sense to > > substitute qemu-img for qemu. > > I do not want to substitute