similar to: Re: python 3 bindings on libguestfs

Displaying 20 results from an estimated 100000 matches similar to: "Re: python 3 bindings on libguestfs"

2018 Jan 30
0
Re: python 3 bindings on libguestfs
On Tue, Jan 30, 2018 at 02:05:51PM +0000, abinaya.manikandan@wipro.com wrote: > Hi, > > Finally on our RHEL7 machine we are able to bind python with libguestfs. > Please find below log: > > checking for PYTHON... yes > checking Python prefix... /opt/python/x86_64/3.6.3-1 > configure: Python install dir /opt/libguestfs/x86_64/1.32.10-1.el7/lib/python3.6/site-packages >
2019 Jul 05
0
Re: [PATCH] Add Rust bindings
On Fri, Jul 05, 2019 at 01:28:12PM +0900, Hiroyuki Katsura wrote: > > Have you decided whether we need to commit the generated files > > (Cargo.toml, Cargo.lock)? It looks like in this series those files > > are still included and not added to .gitignore. > > I'm sorry I forgot adding Cargo.lock to .gitignore. I'll add it to > .gitignore. However, I think
2016 Jul 12
0
ANNOUNCE: Python packages available on http://libguestfs.org/download/python/
I have made available a Python package for the current stable branch version of libguestfs: http://libguestfs.org/download/python/ If you need to use libguestfs from Python this way, you can do so like this: pip install http://libguestfs.org/download/python/guestfs-1.32.6.tar.gz A few caveats: - You should probably not use these packages. Use the python-libguestfs package provided by
2020 Apr 20
0
Fwd: Guestfish Ansible Modules using Python Bindings
----- Forwarded message from Petros Petrou <ppetrou@redhat.com> ----- Date: Mon, 20 Apr 2020 09:29:37 +0100 From: Petros Petrou To: Richard Jones Subject: Guestfish Ansible Modules using Python Bindings Hi Richard, I have been experimenting with guestfish and rhel qcow2 cloud images the last few months. I was challenged in a recent assignment on how to customize the RHEL 8 qcow image
2019 Nov 24
0
Re: [PATCH nbdkit v2 10/10] tests: Test the Python plugin thoroughly.
On Sat, Nov 23, 2019 at 06:11:47PM +0200, Nir Soffer wrote: > On Sat, Nov 23, 2019 at 3:10 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > On Sat, Nov 23, 2019 at 01:42:15AM +0200, Nir Soffer wrote: > > > On Fri, Nov 22, 2019 at 9:55 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > +def pread(h, count, offset, flags): > > >
2019 Jul 06
3
Re: [PATCH] Add Rust bindings
On Fri, Jul 05, 2019 at 08:37:20AM +0100, Richard W.M. Jones wrote: >On Fri, Jul 05, 2019 at 01:28:12PM +0900, Hiroyuki Katsura wrote: >> > Have you decided whether we need to commit the generated files >> > (Cargo.toml, Cargo.lock)? It looks like in this series those files >> > are still included and not added to .gitignore. >> >> I'm sorry I forgot
2014 Nov 05
1
Re: Missing libguestfs-winsupport in EL7
On Wed, Nov 05, 2014 at 05:42:24PM +0000, Craig Schenk wrote: > Hi, the libguestfs-winsupport RPM seems gone from EL7 (I've checked > RHEL, CentOS, Oracle Linux and Scientific and all have an existence > underflow condition for that package). There seems to alternate way > to guestmount or do other libguestfs operations on an NTFS qcow2 > image, and all return an error
2019 Nov 24
1
Re: [PATCH nbdkit v2 10/10] tests: Test the Python plugin thoroughly.
On Sun, Nov 24, 2019, 12:42 Richard W.M. Jones <rjones@redhat.com> wrote: > On Sat, Nov 23, 2019 at 06:11:47PM +0200, Nir Soffer wrote: > > On Sat, Nov 23, 2019 at 3:10 PM Richard W.M. Jones <rjones@redhat.com> > wrote: > > > > > > On Sat, Nov 23, 2019 at 01:42:15AM +0200, Nir Soffer wrote: > > > > On Fri, Nov 22, 2019 at 9:55 PM Richard W.M.
2017 Jul 16
0
IRC question: Is anyone able to verify the signatures from the libguestfs downloads?
18:44 < foo_> Is anyone able to verify the signatures from the libguestfs downloads (version 1.36.5). I cannot find the public key 19:33 < rwmjones> foo_: they're signed with my key (for rich@annexia.org), you can find the keyring here: 19:33 < rwmjones> http://pkgs.fedoraproject.org/cgit/rpms/libguestfs.git/tree/ 19:34 < rwmjones> or on the usual GPG sites 19:35 <
2018 Jun 28
2
Re: libguestfs compilation
On Thu, Jun 28, 2018 at 03:55:32PM +0200, Pascal wrote: > hello, > > I'd like to have "juste" guestmount in my toolkit to mount hvd/vhdx images, > so I try to compile libguestfs with a minimum of dependencies : where can i > get help to get there without polluting github etc ? You can email libguestfs@redhat.com (no need to subscribe). The instructions for compiling
2020 Mar 23
0
Re: [PATCH nbdkit 3/3] python: Remove extraneous static keyword
The error is the following libtool: link: (cd .libs/nbdkit-perl-plugin.lax/libutils.a && ar x "/c/Users/yifangu/Documents/devel/nbdkit/plugins/perl/../../common/utils/.libs/libutils.a") libtool: link: ar cru .libs/nbdkit-perl-plugin.a .libs/nbdkit_perl_plugin_la-perl.o .libs/nbdkit-perl-plugin.lax/libutils.a/libutils_la-cleanup-nbdkit.o
2019 Jul 08
0
Re: [libnbd PATCH] RFC: Add bindings for Rust language
The patch seems OK in general. On Sun, Jul 07, 2019 at 11:39:29PM +0200, Martin Kletzander wrote: > The way the code is generated is also not nice, I wish there was > more code actually written in some files and not generated by the > generator (as much hard-coded static strings as possible), maybe > similarly to the states.c, I don't know. Can you expand on what you mean by
2018 Jun 29
0
Re: libguestfs compilation
in fact, it was vhd and not hvd. if I understand correctly, guestmount uses qemu to allow the host to access the contents of the virtual machine disk : it makes it live to access its disk ? thank you for answering. 2018-06-28 16:30 GMT+02:00 Richard W.M. Jones <rjones@redhat.com>: > On Thu, Jun 28, 2018 at 03:55:32PM +0200, Pascal wrote: > > hello, > > > > I'd like
2023 Aug 17
1
[libnbd PATCH v7 0/9] Rust Bindings for Libnbd
On Thu, Aug 17, 2023 at 09:29:47AM -0500, Eric Blake wrote: > On Thu, Aug 17, 2023 at 04:13:36AM +0000, Tage Johansson wrote: > > It is possible to add a minimum version requirement in Cargo.toml, I guess I > > should do that to make the errors a bit more clear. > > It's okay if older platforms can't build Rust bindings, but anything > we can do to make it so that
2019 Nov 23
0
Re: [PATCH nbdkit v2 10/10] tests: Test the Python plugin thoroughly.
On Sat, Nov 23, 2019 at 01:42:15AM +0200, Nir Soffer wrote: > On Fri, Nov 22, 2019 at 9:55 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > +def pread(h, count, offset, flags): > > + assert flags == 0 > > + return h['disk'][offset:offset+count] > > Very nice and simple test plugin! > > But this returns always a bytearray, which is also
2017 Mar 23
0
Re: libguestfs preview for RHEL 7.4
Just a friendly reminder that RHEL 7.4 preview packages of libguestfs and virt-v2v are available. You should be able to use them on top of either RHEL 7.3 or CentOS 7.3. http://people.redhat.com/~rjones/libguestfs-RHEL-7.4-preview/ Instructions below. Rich. > As always: > > (1) THE PACKAGES ARE NOT SUPPORTED! Do not contact Red Hat Support > about these packages. However you
2023 May 19
1
[libguestfs PATCH 3/3] LUKS-on-LVM inspection test: test /dev/mapper/VG-LV translation
On Fri, May 19, 2023 at 04:08:49PM +0200, Laszlo Ersek wrote: > In the LUKS-on-LVM inspection test, call the "check_filesystems" function > yet another time, now with such "--key" options that exercise the recent > "/dev/mapper/VG-LV" -> "/dev/VG/LV" translation (unescaping) from > libguestfs-common. > > Bugzilla:
2015 Sep 14
0
Re: Issue with python pip install
On Mon, Sep 14, 2015 at 07:06:48PM +0000, John McDowall wrote: > Richard, > > It is looking better, but still getting error - see attached log. > > I removed all installed packages and yum installed libguestfs > libguestfs-devel (1.28.1) > > Then reset my git repository to 1.28.1 and then > > $ make clean > $ ./autogen.sh --disable-erlang --disable-perl
2020 Mar 23
2
Re: [PATCH nbdkit 3/3] python: Remove extraneous static keyword
On Mon, Mar 23, 2020 at 12:28:12PM +0000, Richard W.M. Jones wrote: > From: Yifan Gu <gyf304@gmail.com> > > The create_nbdkit_module function is intended to be exported, therefore > the static keyword is not needed and prevents building on MSYS2. > --- > plugins/python/python.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git
2016 Nov 15
0
Re: Libguestfs debugging issue
On Tue, Nov 15, 2016 at 10:11:38AM +0000, Paul Braham wrote: > libguestfs: command: run: /usr/bin/supermin5 > libguestfs: command: run: \ --build > libguestfs: command: run: \ --verbose > libguestfs: command: run: \ --if-newer > libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock > libguestfs: command: run: \ --copy-kernel > libguestfs: command: run: \ -f ext2 >