similar to: libguestfs Windows Build Support

Displaying 20 results from an estimated 60000 matches similar to: "libguestfs Windows Build Support"

2013 Jun 10
1
Re: libguestfs support snapshot based virutal disk analysis?
(Sorry, Rich, I managed to miss reply-all.) These VMDK files are difference files from a baseline VMDK file. I'm not familiar with ESX's storage, but the size indicators on these tell me they aren't raw. For a virtual disk that has 3.2GB of data in its current state, against 3.0GB of data in its baseline, the current state's .vmdk file is 200MB. --Alex On Mon, Jun 10, 2013 at
2013 Jun 10
0
Re: libguestfs support snapshot based virutal disk analysis?
On Sun, Jun 09, 2013 at 05:49:44PM -0400, Alexander Nelson wrote: > I've used QEMU to read .vmdk snapshots. The VM directory layout in my case > (Fusion, and I've seen Workstation do the same) created a .vmdk file per > snapshot, and qemu-img could use that .vmdk file and the base .vmdk to > convert the disk image to a raw image. IIRC there is a manifest file that > ties
2019 Sep 06
0
Re: [libguestfs/libnbd] Make the build reproducible (#2)
Thanks, I have pushed this. There are various other projects using a similar/derived POD wrapper script, so I have pushed the same patch to those too. https://github.com/libguestfs/libnbd/commit/2a955696cde1be60d468fdc662b4f70ec862b866 https://github.com/libguestfs/libguestfs/commit/d58c4e79d8a282b68ba9a19b944289bd66c8d648
2010 Apr 19
1
guestfish ... [SEC=UNCLASSIFIED]
On Mon, Apr 19, 2010 at 10:17:07PM +0800, Wilkinson, Alex wrote: > The aforementioned article says that libguestfs supports VMware's > VMDKs. This is partly true. We rely on qemu's support for VMDK which is rather sketchy. In particular, qemu cannot handle some VMDKs from ESX 4.0. However ... > So if these VMDKs live on a vmfs on an ESX server, what do > you recomend as
2011 May 23
1
Remote use of libguestfs
[Stefan asked an interesting question on IRC about how / whether it is possible to use libguestfs remotely. The answer is too detailed for IRC] Consider this model of the libguestfs architecture[i]: (2) libguestfs (3) Linux (1) API protocol syscalls program <--------> libguestfs <--------> qemu <-------->
2013 Jun 09
2
Re: libguestfs support snapshot based virutal disk analysis?
I've used QEMU to read .vmdk snapshots. The VM directory layout in my case (Fusion, and I've seen Workstation do the same) created a .vmdk file per snapshot, and qemu-img could use that .vmdk file and the base .vmdk to convert the disk image to a raw image. IIRC there is a manifest file that ties .vmdk files to the snapshot they represent. So, from my experience, qemu does read disk
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:
2019 Nov 19
0
Re: Building libguestfs from git
On Mon, Nov 18, 2019 at 01:47:18PM -0600, Eric Blake wrote: > On 11/17/19 11:04 AM, Richard W.M. Jones wrote: > >On Sun, Nov 17, 2019 at 06:22:20PM +0200, Nir Soffer wrote: > >>Looks like libguestfs build is broken, or not documented properly. > >> > >>I tried (based on http://libguestfs.org/guestfs-building.1.html): > > > >Quite possibly, it's
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
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
2017 May 30
0
FYI: Changes to libguestfs.org web hosting
The former libguestfs.org website was running on an old server in a cellar with "Beware of the Leopard" on the door. The server was overdue for retirement and is about to be decommissioned. I have moved and split up the hosting as follows: * The main website http://libguestfs.org is on a temporary server. The medium term plan is to move it to Openshift, but I've been having a
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 >
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
2015 Jan 28
0
Re: Can't create any VPS using KVM template due to the error with libguestfs
On Thu, Jan 29, 2015 at 12:16:30AM +0530, Thirumalai Nambi wrote: > Hi, > > I'm using SolusVM control panel to create KVM VPS. Suddenly, I can't make > any VPS on Host-Node. Their build log says the SolusVM can't read the > libguestfs in server. > > During the debug, I've tried to mount existing VPS using guestmount command > and I can't mount the KVM
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
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
2016 Mar 02
0
Re: Libguestfs as filesystem forensic tool
On Wed, Mar 02, 2016 at 05:47:40PM +0200, noxdafox wrote: > Greetings, > > I am playing around with the idea of using libguestfs as a forensic > tool to investigate VM disk images. > > Some use cases as example: > * Sandbox for malware analysis. > * Incident response in cloud environments. > > Libguestfs is a precious resource in this case as it allows to >
2017 Jul 28
0
Re: cannot find any suitable libguestfs supermin
On Fri, Jul 28, 2017 at 11:34:38PM +0800, lampahome wrote: > > guestfish > > add --rw disk.qcow2 > > run > > error: libguestfs: error: cannot find any suitable libguestfs supermin, > > fixed or old-style appliance on LIBGUESTFS_PATH > > > But I echo $LIBGUESTFS_PATH, it's */home/user/appliance* > > I don't know how come going wrong You
2017 Aug 29
0
Re: Regarding libguestfs
On Tue, Aug 29, 2017 at 01:16:00PM +0000, abinaya.manikandan@wipro.com wrote: > Hi Team, > > We are trying to build libguestfs-1.34.6 on RHEL7 host. > We have installed all the dependencies which is showing while running ./configure command in inside the source code of libguestfs. > But while running make we are facing below issue: > >