search for: libguestfs0

Displaying 18 results from an estimated 18 matches for "libguestfs0".

Did you mean: libguestfs
2014 Mar 15
2
[PATCH pkg-libvirt/libguestfs] Split off ZFS support from libguestfs0.
Hilko, This is an experimental patch showing how to split libguestfs into subpackages, so the main libguestfs0 doesn't depend on everything. Splitting packages only works for packages which are in the appliance (ie. in appliance/packagelist or supermin.d/packages). In this patch, only zfs-fuse [which previously caused trouble for users: https://bugs.launchpad.net/bugs/1053911] has been split off. How...
2014 Mar 15
3
[PATCH pkg-libvirt/libguestfs] Remove update-guestfs-appliance
[First attempt to send this using git send-email didn't work because of SMTP routing problems] Hilko, This is my experimental patch to remove update-guestfs-appliance from Debian. With this patch, libguestfs builds with a supermin [version 5] appliance in /usr/lib/guestfs/supermin.d: $ ll -h /usr/lib/guestfs/supermin.d/ total 884K -rw-r--r-- 1 root root 94K Mar 15 12:18 base.tar.gz
2017 Mar 14
2
guestfsd: error while loading shared libraries in SUSE12
...libguestfs tool in SUSE12 ( SUSE11SP4 is also OK, while SUSE12 is preferred ) to mount some qcow2 image from openstack environment. Then we can read its file system architecture and restore some files. 1. The first thing is we build one SUSE appliance from susestudio.com. For libguestfs/libguestfs0/guestfstools , SUSE studio only provide 1.26.9 version. After download SUSE12 appliance and try to start our task by "guestmount" , we get this error: According to this page (http://libguestfs.org/guestfs-faq.1.html#libguestfs:-error:-cannot-find-any-suitable-libguestfs-supermi...
2014 Nov 03
2
Large Dependency List on Ubuntu Server 14
...pt gsfonts icoutils jfsutils ldmtool libauthen-sasl-perl libboost-iostreams1.54.0 libclass-accessor-perl libconfig9 libcups2 libcupsfilters1 libcupsimage2 libcwidget3 libencode-locale-perl libept1.4.12 libfile-listing-perl libfont-afm-perl libfontconfig1 libgs9 libgs9-common libguestfs-perl libguestfs0 libhivex0 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libijs-0.35 libintl-perl libio-html-perl libio-socket-inet6-perl libio-socket-ss...
2014 Feb 13
5
[PATCH 1/2] nbdkit: Work around what seems like an bug in automake 1.14
"AM_INIT_AUTOMAKE(foreign) dnl ..." seems to trigger Debian bug#738716 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ee9d377..df31014 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,8 @@ AC_CONFIG_MACRO_DIR([m4]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE -AM_INIT_AUTOMAKE(foreign) dnl NB: Do not
2016 Jun 16
4
libguestfs can't communicate over network while creating VM
Hello guys, we use libguests for dynamic creation of our VM and we do various modifications of those VMs in the process. One with I am struggling with is to signing keys of our custom repository - " vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is a GuestFS object. So I have set "vm.set_network(True)" and I have installed
2012 May 21
1
libguestfs on Debian 6 squeeze problems
...need to install 3.x kernel for libguestfs ? BTW, the following packages are installed from the squeeze-backports (or Bengen's) repository on my system: febootstrap/squeeze uptodate 3.14-2~bpo60+1 ipxe/squeeze uptodate 1.0.0+git-2.149b50-1~bpo60+1 kvm/squeeze uptodate 1:0.14.1+dfsg-4~bpo60+1 libguestfs0/squeeze uptodate 1:1.16.17-1~bpo60+1 libguestfs-perl/squeeze uptodate 1:1.16.17-1~bpo60+1 libguestfs-tools/squeeze uptodate 1:1.16.17-1~bpo60+1 qemu-keymaps/squeeze uptodate 0.14.1+dfsg-3~bpo60+1 qemu-kvm/squeeze uptodate 0.14.1+dfsg-4~bpo60+1 qemu-user/squeeze uptodate 0.14.1+dfsg-3~bpo60+1 qemu-u...
2016 Jun 16
0
Re: libguestfs can't communicate over network while creating VM
...elps. So I'd > like to ask you for help or at least any hints. Thanks a lot. > > http://pastebin.com/d6zZG1BK This is not really a libvirt issue, but a libguestfs one. When setting up the network, libguestfs tries to use first dhclient if available, then dhcpcd otherwise. I see that libguestfs0 currently in Stretch has a dependency on isc-dhcp-client, but it looks like the version in Jessie does not. Do you have isc-dhcp-client installed on the machine where you run the Python script? If not, install it and then run `libguestfs-test-tool` to update the libguestfs appliance (it will be don...
2016 Jun 16
2
Re: libguestfs can't communicate over network while creating VM
...helps. So I'd > like to ask you for help or at least any hints. Thanks a lot. > > http://pastebin.com/d6zZG1BK This is not really a libvirt issue, but a libguestfs one. When setting up the network, libguestfs tries to use first dhclient if available, then dhcpcd otherwise. I see that libguestfs0 currently in Stretch has a dependency on isc-dhcp-client, but it looks like the version in Jessie does not. Do you have isc-dhcp-client installed on the machine where you run the Python script? If not, install it and then run `libguestfs-test-tool` to update the libguestfs appliance (it will be don...
2014 Mar 27
4
ANNOUNCE: libguestfs 1.26 released
...http://libguestfs.org/download/supermin/ Fedora 20/21: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391 It will appear as an update for F20 in about a week. Debian/experimental coming soon, see: https://packages.debian.org/experimental/libguestfs0 The Fedora and Debian packages have split dependencies so you can download just the features you need. >From http://libguestfs.org/guestfs-release-notes.1.html : RELEASE NOTES FOR LIBGUESTFS 1.26 New features Tools virt-customize(1) is a new tool for customizing virtual machine disk...
2019 Jan 17
0
ANNOUNCE: libguestfs 1.40 released
...details. You can get libguestfs 1.40 from here: Main website: http://libguestfs.org/ [not updated yet] Source: http://libguestfs.org/download/1.40-stable/ Fedora: https://koji.fedoraproject.org/koji/packageinfo?packageID=8391 Debian/experimental: https://packages.debian.org/libguestfs0 Rich. ---------------------------------------------------------------------- Release notes for libguestfs 1.40 These are also available online at: http://libguestfs.org/guestfs-release-notes.1.html New features New features in existing tools Virt-inspector now displays the libo...
2016 Jan 06
0
ANNOUNCE: libguestfs 1.32 released
...://libguestfs.org/ Source: http://libguestfs.org/download/1.32-stable/ Fedora 23+: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391 It will appear as an update for F23 in about a week. Debian/experimental coming soon, see: https://packages.debian.org/libguestfs0 Release notes (from http://libguestfs.org/guestfs-release-notes.1.html): New features New tools The new virt-v2v-copy-to-local(1) tool is an ancillary tool for virt-v2v(1) allowing you to convert source guests that virt-v2v is unable to access directly. New...
2014 Oct 18
1
ANNOUNCE: libguestfs 1.28 released
...here: http://libguestfs.org/download/supermin/ Fedora 21: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391 It will appear as an update for F21 in about a week. Debian/experimental coming soon, see: https://packages.debian.org/experimental/libguestfs0 [ From http://libguestfs.org/guestfs-release-notes.1.html ] RELEASE NOTES FOR LIBGUESTFS 1.28 New features Tools virt-v2v(1) and virt-p2v(1) are tools for converting from foreign hypervisors (such as VMware or Xen) or physical machines, to KVM. These tools were previously a sepa...
2017 Feb 28
0
ANNOUNCE: libguestfs 1.36 released
...tes below for full details. You can get libguestfs 1.36 from here: Main website: http://libguestfs.org/ Source: http://libguestfs.org/download/1.36-stable/ Fedora: https://koji.fedoraproject.org/koji/packageinfo?packageID=8391 Debian/experimental: https://packages.debian.org/libguestfs0 Note for distro packagers: libmagic (part of the 'file' command line tool) is now a required build dependency. It was previously optional. Rich. ---------------------------------------------------------------------- Release notes for libguestfs 1.36 These are also available online at:...
2018 Feb 09
0
ANNOUNCE: libguestfs 1.38 released
...details. You can get libguestfs 1.38 from here: Main website: http://libguestfs.org/ [not updated yet] Source: http://libguestfs.org/download/1.38-stable/ Fedora: https://koji.fedoraproject.org/koji/packageinfo?packageID=8391 Debian/experimental: https://packages.debian.org/libguestfs0 Note for distro packagers: ocaml >= 4.01, ocaml-hivex are now mandatory build dependencies. If using glibc >= 2.27 which dropped support for SunRPC and crypt(3), you will need rpcgen, libtirpc and libxcrypt. Rich. ---------------------------------------------------------------------- Rel...
2015 Jul 21
0
ANNOUNCE: libguestfs 1.30 released
...e: http://libguestfs.org/download/supermin/ Fedora 22+: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391 It will appear as an update for F22/F23 in about a week. Debian/experimental coming soon, see: https://packages.debian.org/experimental/libguestfs0 [ From http://libguestfs.org/guestfs-release-notes.1.html ] NAME guestfs-release-notes - libguestfs Release Notes RELEASE NOTES FOR LIBGUESTFS 1.30 These release notes only cover the differences from the previous stable/dev branch split (1.28.0). For detailed changelogs, please see...
2016 Aug 08
0
ANNOUNCE: libguestfs 1.34 released
...Source: http://libguestfs.org/download/1.34-stable/ Fedora 24: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391 It will appear as an update for F24 in about a week. Fedora 25: (blocked on RHBZ#1365270) Debian/experimental: https://packages.debian.org/libguestfs0 Rich. Release notes (also available online at http://libguestfs.org/guestfs-release-notes.1.html ): New features Multiple performance enhancements were made in libguestfs. The "hot cache" time to launch to appliance should be under 1 second assuming recent qe...
2018 Jan 15
2
but report
...guest disk image management system - tools ii libguestfs-xfs:amd64 1:1.32.2-4ubuntu2 amd64 guest disk image management system - XFS support un libguestfs-zfs <none> <none> (no description available) ii libguestfs0:amd64 1:1.32.2-4ubuntu2 amd64 guest disk image management system - shared library root@drh-MS-7888:~# dpkg -l guest* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-r...