Displaying 20 results from an estimated 9000 matches similar to: "virtio is enabled by default in libguestfs?"
2010 Apr 20
1
Error when compile libguestfs from source in Fedora-12
Hi all,
I am trying to compile libguestfs from source in Fedora12, but failed
with such error:
cp: cannot stat `initramfs/fakeroot.log': No such file or directory
make[2]: *** [../initramfs/fakeroot.log] Error 1
make[2]: Leaving directory `/home/yufang/Code/libguestfs/appliance'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/yufang/Code/libguestfs'
make: ***
2011 Jul 29
1
Libguestfs tools to modify network configuration of windows guest image?
Hi all,
Could I ask if libguestfs provide some kind of tools via which we could
modify network configuration of Windows guest image? It really makes sense
if such tools exist, so that we could deploy several Windows guests from the
same template image in a batch way automatically. Or do you have any hints
to achieve this? Thanks.
Yufang
-------------- next part --------------
An HTML attachment
2010 Apr 28
1
vmdk support by libguestfs in RHEL and upstream
Hi all,
As we are doing plan for testing libguestfs, I have a question about
vmdk support for libguestfs. In Fedora 12, we can successfully manage a
vmdk image via guestfish(add -> run -> mkfs -> mount -> ...). But in
RHEL6, for qemu-kvm can not boot with a vmdk image, libguestfs can not
manage vmdk either. So is it true that vmdk is only supported by
upstream libguestfs but not
2010 Mar 31
3
libguestfs-1.0.85-1.el5.5 - seems no KVM acceleration support included
On Wed, Mar 31, 2010 at 09:26:24PM +0300, Active Systems O? wrote:
> Hi,
>
> As I couldnt find any appropriate bugzilla - so I'll post directly to you. There seems to be a problem with EPEL repo libguestfs-1.0.85-1.el5.5 rpm (x86_64) - for example it is very slow with VM filesystem copy as it does not make use of KVM acceleration (running plain qemu).
> Running
2010 Apr 20
1
libguestfs mounting solaris 10 ZFS guest
Not sure if this possible, but I have a KVM guest running Solaris 10
with the OS on ZFS and I am trying to use
libguestfs/guestfish/guestmount to get to the VM. I am running Red Hat
EL 5.4 with EPEL rpms as required.
The VM is on a LV and it boots fine, but I can't seem to get the syntax
correct to get libguestfs to deal with it. Guestmount seemed like the
best option because it supports FUSE
2010 Jun 02
1
Is zerofree or resize2fs applicable to ext4?
Hi all,
Can I ask if zerofree or resize2fs could also be applicable to ext4? Guestfish help of these two commands indicates that they are applicable to ext2/3. But ext4 is not covered in the help. However, I have tested these two commands in my Fedora 12 laptop, and it seems that both commands work well with ext4. So I don't quite understand why the help of these two commands only mention
2010 Sep 12
1
virt-resize: ntfsresize: location outside device
I have a 15G qcow2 xp vm with only 1 partition:
-rw-------. 1 root root 10514137088 Sep 12 11:10 XP.img
I want to resize it to 20G. So I :
virsh vol-create-as --format raw windows XP-new-20G.img 20G
Vol XP-new-20G.img created
-rw-------. 1 root root 21474836480 Sep 12 13:17 XP-new-20G.img
But:
virt-resize --expand /dev/sda1 XP.img XP-new-20G.img
Summary of changes:
/dev/sda1: partition will
2014 Jul 01
3
libguestfs on proxmox
Hello,
I have an issue with virt-resize on the newest version of proxmox which is running on debian wheezy.
when I run the virt-resize on a windows 2008 qemu image I got an error. Here is the last part of the debug message:
Copying /dev/sda1 ...
libguestfs: trace: copy_device_to_device "/dev/sda1" "/dev/sdb1" "size:32210026496"
100%
2009 Aug 05
2
[PATCH] Add a test for an executable stack in libguestfs.so
---
capitests/Makefile.am | 4 ++-
capitests/check-noexec-stack.pl | 58 +++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 1 deletions(-)
create mode 100755 capitests/check-noexec-stack.pl
diff --git a/capitests/Makefile.am b/capitests/Makefile.am
index 71928ec..08466ac 100644
--- a/capitests/Makefile.am
+++ b/capitests/Makefile.am
@@ -22,13 +22,15 @@
2012 Aug 24
1
virt-v2v trouble converting Xen Centos 5.X to KVM Centos 6.3 or Fedora 17
Hi! I'm trying to convert some Xen guests running Centos 5.8 to KVM on Centos 6.3. Hopefully this is the right place to ask this question, if not, let me know and I'll go there instead! :)
My setup: Centos 5.8 Host running Xen with a Centos 5.8 guest, and I want to transfer this guest to a different Centos 6.3 host running KVM. I am able to tweak the target server all I want, but the
2011 Dec 30
3
libguestfs-test-tool say "child process died" on ubuntu 11.10 x64
Hi all,
As title, thanks a lot. My test host configurations:
Linux desktop 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC
2011 x86_64 x86_64 x86_64 GNU/Linux
The test tool output as following:
xxx at desktop:~$ sudo libguestfs-test-tool
[sudo] password for xxx:
===== Test starts here =====
LIBGUESTFS_DEBUG=1
TMPDIR=(not set)
libguestfs: new guestfs handle 0x16cd0f0
library version:
2013 May 23
1
ANNOUNCE: libguestfs 1.22 has been released
I'm pleased to announce the next stable release of libguestfs (1.22).
libguestfs is a set of tools for accessing and modifying virtual
machine disk images. http://libguestfs.org/
This release represents 5 months of development and has many
significant new features including:
- access remote disk images over nbd, ssh, http, ftp, iscsi, ceph, and more
- syslinux and extlinux bootloader
2009 Jul 16
2
libguestfs in EPEL?
Hi,
The libguestfs homepage says that libguestfs and guestfish are
available in EPEL, but I can't find any evidence of them there.
I haven't made much use of EPEL so I might be missing something.
Any suggestions?
Thanks,
Aron
2009 Nov 09
1
[PATCH libguestfs] placate 'make syntax-check'
Similar:
hivex/hivex.c
maint.mk: the above files include <assert.h> but don't use it
make: *** [sc_prohibit_assert_without_use] Error 1
>From a71e5791293ac1e794fecffee8a2d616777f77e0 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Mon, 9 Nov 2009 15:08:09 +0100
Subject: [PATCH libguestfs] placate 'make syntax-check'
*
2011 Aug 13
1
libguestfs 1.12
Hi!
Last night, I uploaded version 1.12.3-2 of the libguestfs package to
Debian/unstable. I consider most of the initial work done. Apart from
fixing bugs that users will reportt, a few issues remain:
- Building bindings for multiple Python versions. I have just done this
for hivex, it is probably going to be an issue being able build with
$(builddir) != $(srcdir).
- Improving febootstrap
2011 Nov 17
2
[ANNOUNCE] libguestfs webinar TOMORROW (Friday)
I'll be holding a libguestfs live ?webinar? tomorrow, Friday,
18th November 2011 at 16:00 UTC.
To convert the date and time to your timezone, do:
date -d '2011-11-17 16:00Z'
The programme will include:
- An introduction to libguestfs features.
- Live demonstrations of guestfish, a Python program, inspection, and
image resizing.
- An overview of major new features in RHEL 6.3.
2012 Nov 25
1
libguestfs 1.18.11 build error
I am trying to build libguestfs version libguestfs-1.18.11 in my archlinux box
i am getting this error:
febootstrap: error: /lib appears as both directory and ordinary file
(glibc, ntfs-3g)
make[2]: *** [stamp-supermin] Error 1
make[2]: Leaving directory
`/mnt/downloads/dnl/PKGBUILDs/kvm/libguestfs/src/libguestfs-1.18.11/appliance'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving
2009 Aug 17
1
[PATCH libguestfs] generator.ml: do not emit unused print_* functions
One final set:
cmds.c:968:13: warning: 'print_lvm_pv' defined but not used
cmds.c:1012:13: warning: 'print_lvm_vg' defined but not used
cmds.c:1055:13: warning: 'print_lvm_lv' defined but not used
cmds.c:1142:13: warning: 'print_dirent' defined but not used
cmds.c:1196:13: warning: 'print_xattr' defined but not used
cmds.c:1220:13:
2010 Feb 08
2
Order of list-devices changes when libguestfs uses virtio
Output from guestfish after upgrading to rawhide libguestfs, compiled
with virtio:
><fs> add_drive "/dev/Guests/RHEL52PV32"
><fs> add_cdrom "/var/lib/virt-v2v/transfer.iso"
><fs> launch
><fs> list-devices
/dev/sr0
/dev/vda
Note that the order has swapped. If these aren't consistent we don't
have a good way to determine which host
2014 Jan 30
2
Notes on building libguestfs in a systemd-nspawn container
Last night I was tinkering with `systemd-nspawn` -- namespace based
container for testing, I thought I'll post what I tried with libguestfs
here:
Prerequisite
------------
Because of an audit subsystem incompatibility bug - rhbz#966807[1], turn
off auditing by booting the host w/ 'audit=0' on Kernel command line.
(NOTE: There's work in progress[2] in upstream Kernel to fix