similar to: Re: --with-qemu option in libguestfs

Displaying 20 results from an estimated 20000 matches similar to: "Re: --with-qemu option in libguestfs"

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 Aug 04
0
Re: libguestfs binaries missing when built from source code
On Fri, Aug 04, 2017 at 10:20:39AM +0000, emlyn.jose@wipro.com wrote: > Hi Richard, > > Thank you for the feedback! > I have been following them and facing the below issue while building the same: > ….. > podwrapper.pl: wrote virt-v2v-test-harness.1 > podwrapper.pl: wrote ../../html/virt-v2v-test-harness.1.html > touch stamp-virt-v2v-test-harness.pod > ocamlfind
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 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 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 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
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
2011 May 18
1
[Qemu-devel] Qcow2
On Wed, May 18, 2011 at 5:18 PM, <arun.sasi1 at wipro.com> wrote: > Hello Stefan, > > > > Thank you very much for considering my issue... > > > > Here is My problem... > > > > 1) I have 4 VM`s Running on Base server. > > 2) Base server is having 15GB RAM. > > 3) I can start all VM`s apart from my file server. > > 4) File server is
2017 Oct 05
0
[PATCH] build: Don't test for qemu virtio-serial at configure time.
qemu has supported virtio-serial since forever, and we depend on much newer features now, so testing for virtio-serial is pointless. In fact allowing a set of possible qemu binaries to be supplied is also pointless, since packagers or even people building from source know what qemu binary they want to use. Now the possible options for --with-qemu are: * --with-qemu=search (or --with-qemu
2018 Jan 24
0
Re: python 3 bindings on libguestfs
On Wed, Jan 24, 2018 at 09:13:22AM +0000, abinaya.manikandan@wipro.com wrote: > Hello, > > Please fine below details: > > [root@server190 ~]$ cat /etc/redhat-release > Red Hat Enterprise Linux Server release 6.5 (Santiago) > > We are trying to import guestfs in python according to manual page: > http://libguestfs.org/guestfs-py > > I should be able to
2014 Sep 21
0
Re: virt-v2v -ic question
On Sun, Sep 21, 2014 at 04:16:59PM +0300, Shahar Havivi wrote: > On 17.09.14 10:02, Richard W.M. Jones wrote: > > On Wed, Sep 17, 2014 at 10:58:18AM +0300, Shahar Havivi wrote: > > > On 16.09.14 15:09, Richard W.M. Jones wrote: > > > > On Tue, Sep 16, 2014 at 05:06:57PM +0300, Shahar Havivi wrote: > > > > > I am using upstream qemu while using this
2014 Sep 21
2
Re: virt-v2v -ic question
On 17.09.14 10:02, Richard W.M. Jones wrote: > On Wed, Sep 17, 2014 at 10:58:18AM +0300, Shahar Havivi wrote: > > On 16.09.14 15:09, Richard W.M. Jones wrote: > > > On Tue, Sep 16, 2014 at 05:06:57PM +0300, Shahar Havivi wrote: > > > > I am using upstream qemu while using this local variables: > > > > export PATH=/home/shahar/git/qemu:$PATH > > >
2016 Mar 21
0
Re: [PATCH v2 0/7] tests/qemu: Add program for tracing and analyzing boot times.
I gave this series a spin, along a custom QEMU, and `supermin` from Git, for my `libguestfs-test-tool` itself fails with: "Could not open option rom 'linuxboot_dma.bin': No such file or directory" How I went about: (1) Build QEMU with https://lists.gnu.org/archive/html/qemu-devel/2016-01/msg05891.html -- Add optionrom compatible with fw_cfg DMA version
2014 Sep 16
2
Re: virt-v2v -ic question
On 16.09.14 14:21, Richard W.M. Jones wrote: > On Tue, Sep 16, 2014 at 04:04:02PM +0300, Shahar Havivi wrote: > > Hi, > > > > I am trying to convert from esx server to local directory a VM names CSB, > > Its build from source 77b371b18b6a7ad37105a595931514f542a04396 > > > > When running: > > LIBGUESTFS_BACKEND=direct ./run ./v2v/virt-v2v -ic
2017 Aug 28
0
Re: Regarding libguestfs issue
Hi, On Monday, 28 August 2017 11:38:54 CEST abinaya.manikandan@wipro.com wrote: > Hi Team, > > While building libguestfs_v1.36.1 I am facing below issues: Note that the latest version of the stable 1.36 series is 1.36.5, so you'd better try building that one. > configure: error: Package requirements (glib-2.0 >= 2.28.0 atk >= 1.30 pango >= 1.20 cairo >=
2017 Aug 28
0
Re: Regarding libguestfs issue
Hi, please don't top-post... On Monday, 28 August 2017 12:15:56 CEST abinaya.manikandan@wipro.com wrote: > Now we are facing below issues. > > checking Pango flags... -I/opt/libguestfs/x86_64/1.36.1-1.test/deps/include/glib-2.0 -I/opt/libguestfs/x86_64/1.36.1-1.test/deps/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz