Displaying 20 results from an estimated 10000 matches similar to: "[PATCH 0/7] Add libvirt domain to core API"
2011 Jan 28
10
[PATCH 0/8 v2 DISCUSSION ONLY] Connecting to live virtual machines
NOTE: This is HIGHLY EXPERIMENTAL and can eat babies ...
Modify the guest libvirt XML to add the virtio-serial channel:
<channel type='unix'>
<source mode='bind' path='/tmp/socket'/>
<target type='virtio' name='org.libguestfs.channel.0'/>
</channel>
In the guest, compile guestfsd and run it like this:
sudo
2010 Oct 22
8
[PATCH 0/8 v2] Complete fix for CVE-2010-3851.
1/8 generator: Rearrange argt logically (RHBZ#642934,CVE-2010-3851).
2/8 generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851).
These two previously posted.
3/8 fish: Specify format of disks (RHBZ#642934,CVE-2010-3851).
Updates to guestfish to add the --format option and to make -d copy
the format from libvirt.
4/8 fuse: Specify format of disks (RHBZ#642934,CVE-2010-3851).
2011 Apr 16
1
NOTE: running ./fish/guestfish etc from build dir without installing
In 1.11.1 / git, I have made some changes to the way that you run
guestfish, guestmount and the virt tools from the build directory
without installing.
Firstly you can't just run ./fish/guestfish or ./fuse/guestmount any
more and have those programs magically set LIBGUESTFS_PATH. The
automagic code was always error-prone and I have removed it.
Secondly, all of the run-*-local scripts have
2010 Jul 31
2
[PATCH] Enable coredumps to be captured from the appliance (RHBZ#619334).
https://bugzilla.redhat.com/show_bug.cgi?id=619334
This is a slightly unsatisfactory patch which allows coredumps to be
captured when they occur inside the appliance. You can capture
coredumps by doing:
export LIBGUESTFS_COREDUMP=/sysroot/core.%t.%p.%e
or equivalently:
g.set_coredump ("/sysroot/core.%t.%p.%e")
or variations thereof, see the manual page.
When a coredump occurs,
2012 Mar 25
3
trouble compiling libguestfs 1.17.21
I downloaded the libguestfs-1.17.21.tar.gz? tarball from www.libguestfs.org
I tried to compile the package but I got this error in "make" step:
virt_df-domains.o: In function `add_domain':
/home/feeliwood/Downloads/libguestfs-1.17.21/df/domains.c:274: undefined reference to `guestfs___for_each_disk'
collect2: ld returned 1 exit status
make[2]: *** [virt-df] Error 1
make[2]:
2010 Aug 20
8
[PATCH febootstrap 0/8] Add support for building an ext2-based appliance
This patch series adds support for outputing an ext2-based appliance
from febootstrap-supermin-helper. The usage is very simple, you just
add '-f ext2' flag and the name of the appliance file that you want to
write to.
The implementation uses libext2fs, which is a very low level way to
create ext2 filesystems from scratch. We'd like to use libguestfs,
but that's an obvious
2009 Nov 30
5
[PATCH 0/5] 5 conservative changes to errno handling
These patches are a distillation of the good patches from the previous
large / for-discussion-only error handling patch. See:
https://www.redhat.com/archives/libguestfs/2009-November/msg00298.html
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.
2010 Jan 19
7
[PATCH 0/7] Prepare for adding write support to hivex (windows registry) library
This series of patches prepares the way for a later series which will
add write support for Windows Registry 'hive' files to our 'hivex'
mini library.
About hivex:
http://libguestfs.org/hivex.3.html
About the Windows Registry:
Forget it - there are no reliable references. However the Wikipedia
page explains some of the top level concepts:
2012 May 11
1
Re: Re: guestfs_mount_local* api undefined symbols
the 'hivex' had been installed actually, hivex.x86_64 0:1.2.4-3.el6 and perl-hivex.x86_64 0:1.2.4-3.el6,
however it just could not be detected.Maybe i should compile one rather than just yum.
I`m not familiar with hivex,as far as i know, it can be used to modify windows registry,
but why the inspection API had been binded with hivex when we might use inspection api
solely with linux os
2009 Oct 26
2
Hope this isn't a FAQ...
Trying to run guestfish against a VMDK file with a space in its name:
$ guestfish --ro -i "New Virtual Machine-flat.vmdk"
open /dev/kvm: No such file or directory
Could not initialize KVM, will disable KVM support
New: No such file or directory
(Also tried with New\ Virtual\ Machine-flat.vmdk).
Once I rename the vmdk file to something without spaces it loads up
fine.
Bug? If so I
2010 May 21
4
[PATCH 0/4] Allow shrinking of ext2, PVs and NTFS
This patch series allows you to shrink various objects, as
requested in the following bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=585221 # resize2fs
https://bugzilla.redhat.com/show_bug.cgi?id=585222 # pvresize
https://bugzilla.redhat.com/show_bug.cgi?id=585223 # ntfsresize
The first patch provides a consistent way to specify numbers
with suffixes to guestfish, eg:
truncate-size /foo
2010 Dec 12
1
What's left for libguestfs 1.8 ...
Although 1.6.0 was only released 6 weeks ago, there have been 276
commits and 23 releases since then. It's therefore time to think
about what needs to be done for 1.8.
This is my personal list. Please follow up if you have other
suggestions.
Rich.
* Implement guestfish --rw option / configuration file.
http://libguestfs.org/guestfish.1.html#opening_disks_for_read_and_write
* Alternate
2010 Jan 28
14
[PATCH 0/13 v2] Prepare for adding write support to hivex (Windows registry) library
This series of patches, now up to 13 parts, contains lots of bug fixes
and groundwork required before we add write support to the hivex
library.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
2010 Mar 21
4
[PATCH 0/4] Another four patches to get guestfish working
With these, I was able to compile guestfish.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
2012 Jun 22
1
libguestfs and RHEV
On Fri, Jun 22, 2012 at 12:57:40PM +0000, Davis, Richard wrote:
> I see that the libguestfs packages are included in the RHEV
> Hypervisor product.
>
> Are there any plans to further integrate the libguestfs toolset into
> the RHEV product ? In particular, the ability to mount and change
> raw volume content for a VM via guestfish ?
Yes there are plans to do this, but no public
2011 Sep 02
2
Some more Virt-P2V CD results - screenshot attached as promised
On Fri, Sep 02, 2011 at 02:06:57AM -0500, Greg Scott wrote:
> "This kernel requires an X86-64 CPU, but only detected an i686 CPU.
> Unable to boot - please use a kernel appropriate for your CPU."
That's strange because virt-p2v-image-builder is supposed to
only build 32 bit images ...
Please keep the replies on the list.
Rich.
--
Richard Jones, Virtualization Group, Red
2011 Oct 15
1
Libguestfs & ubuntu 11.10 problems
HI, All.
I face problems when try to use libguestfs in new ubuntu 11.10.
1) My current version of libguest (1.12.0, binaries taken from
libguestfs site) can't boot vm with new kernel.
You can find log of libguest-test-tool in attachment. I try force
it to boot 2.6.38-11 kernel instead of
3.0.0-12 (which is default), but get the same result (error)
2) I can't compile libguestfs from
2011 Apr 13
1
[PATCH libguestfs] add missing include directives
A few minor problems:
(more coming)
config.c:55:5: error: implicit declaration of function 'strlen' [-Werror=implicit-function-declaration]
config.c:55:11: error: incompatible implicit declaration of built-in function 'strlen' [-Werror]
...
keys.c:59:7: error: implicit declaration of function 'memcpy' [-Werror=implicit-function-declaration]
keys.c:59:7: error: incompatible
2009 Sep 02
1
install error from epel ?
has anyone seen this on a 64bit rhel box:
root at lab: ~ # yum --enablerepo=epel-testing install guestfish '*guestfs*'
Transaction Check Error:
file /usr/bin/libguestfs-supermin-helper from install of libguestfs-1.0.67-1.el5.i386 conflicts with file from package libguestfs-1.0.67-1.el5.x86_64
Linux lab.lab 2.6.18-128.7.1.el5 #1 SMP Wed Aug 19 04:00:49 EDT 2009 x86_64 x86_64 x86_64
2009 Aug 11
1
selinux question and answer
This is continuing/summarising a rather long discussion that happened
on IRC ...
We talked to some SELinux experts about what was required to make
SELinux work with libguestfs, and it seems reasonably simple to load
the policy from the guest filesystem.
All that needs to be done is to mount the guest disks up and then run:
sh "/usr/sbin/load_policy -i"
That command also mounts up