Displaying 20 results from an estimated 80000 matches similar to: "src/generator.ml is no more!"
2009 Nov 18
0
Fwd: Re: [PATCH] Add missing dependencies for targets of generator.ml
[Didn't CC this correctly ...]
As discussed on IRC I've reverted that original commit. See:
http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=44097b509c8fa665f8391e393025599a026cddac
This is now working OK for me, but please test it.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines.
2010 Dec 06
1
annexia git unreachable
On Mon, Dec 06, 2010 at 04:52:19AM +0100, Gianluigi Tiesi wrote:
> Unfortunately annexia git is currently unreachable, while the web works.
> It's not very handy to download a git repository via git web :)
Yes there's a firewall problem at the moment. I'll try and look at it
today, but for hivex the tarball is currently identical to what is in
git.
Rich.
--
Richard Jones,
2011 Jan 14
0
Patch. not working
On Fri, Jan 14, 2011 at 04:07:39PM +0300, Nikita A Menkovich wrote:
[...]
Thanks, I have pushed a modified version of this patch upstream:
http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=4ffa2d6798f7a2bf0baec8e1084659cf6358bc31
Rich.
> diff --git a/daemon/ext2.c b/daemon/ext2.c
> index 725352e..85ce316 100644
> --- a/daemon/ext2.c
> +++ b/daemon/ext2.c
> @@ -266,6
2010 Feb 22
1
A note about hivex
I'm currently disentangling the semi-separate 'hivex' library from the
libguestfs sources, so it will become a separate upstream project.
The git URL of the new hivex project is here:
http://git.annexia.org/?p=hivex.git;a=summary
Tarballs will be released in the usual downloads directory
(http://libguestfs.org/download/) but there are none there yet. We
will also create a separate
2011 Aug 05
0
FYI: Large build change -- removed separate daemon/configure.ac
http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6
Originally I had the daemon directory use a separate configure script,
because we thought we would recompile the daemon for multiple
different architectures, so that we could have libguestfs able to run
commands in guests which have a different architecture from the host.
Well, that didn't really
2013 Oct 23
1
Notes on compiling libguestfs 1.24 on RHEL 6.4
(Actually, libguestfs from git, but 1.24 and git are pretty close now)
First install augeas 1.0.0 from here:
http://oirase.annexia.org/tmp/libguestfs-RHEL-6.5/
Check out libguestfs from git.
You'll need to create two files in the libguestfs source directory:
"localconfigure" containing:
----------------------------------------------------------------------
source localenv
#
2011 Jun 13
2
[PATCH] New API: ufs-growfs to grow UFS filesystems.
This simple patch adds support for the BSD "growfs" command, so you
can grow BSD filesystems [in theory -- see below].
It also adds a new optional group called "ufsutils" which indicates if
the libguestfs API supports the guestfs_ufs_growfs call, since it's
not available on Fedora. (http://libguestfs.org/guestfs.3.html#availability)
I tested this on Debian, and although
2016 May 17
0
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 6:01 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Tue, May 17, 2016 at 05:53:31PM +0300, Yaniv Kaul wrote:
> > On Tue, May 17, 2016 at 5:48 PM, Richard W.M. Jones <rjones@redhat.com>
> > wrote:
> >
> > > On Tue, May 17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote:
> > > > On Tue, May 17, 2016 at
2009 Nov 18
1
[PATCH] Add missing dependencies for targets of generator.ml
Parallel make was failing because guestfs-structs.h was required before
generator.ml ran.
---
src/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 469f6d6..ae10ed8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,8 +34,6 @@ stamp-generator: generator.ml
mkdir -p $(top_srcdir)/java/com/redhat/et/libguestfs
2009 Nov 24
0
[PATCH] generator: Passing "" to StringList tests should turn into empty list.
This is a simple bug fix.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part --------------
>From cc560d9e43520b03e815ff4a7ae40faabd1f0162 Mon Sep 17 00:00:00 2001
2010 May 19
0
[PATCH] generator: Some String parameters should be OptString (RHBZ#501894).
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part --------------
>From 34a463e8a3f5c05f8258c2b6cfaa6d983e703c83 Mon Sep 17 00:00:00 2001
From: Richard Jones
2010 Jun 03
0
[PATCH] generator: Allow individual tests to depend on daemon features.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part --------------
>From f9d08600c52dc0730e7dad8d9259b59e32aeece2 Mon Sep 17 00:00:00 2001
From: Richard Jones
2016 May 17
2
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 05:53:31PM +0300, Yaniv Kaul wrote:
> On Tue, May 17, 2016 at 5:48 PM, Richard W.M. Jones <rjones@redhat.com>
> wrote:
>
> > On Tue, May 17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote:
> > > On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote:
> > > > When creating qcow2 images using virt-builder, is there a way to
2009 Nov 20
6
[PATCH 0/6] Simple fixes for cross-compiling the daemon
As outlined here:
https://www.redhat.com/archives/libguestfs/2009-November/msg00171.html
These patches fix some of the simpler things. Some of the things (the
missing headers) are genuine bugs.
Note in order to cross-compile at all you have to comment out the
section in the daemon/configure.ac where it detects custom format
specifiers.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
2020 Jan 14
0
Re: [PATCH] Link .mli files corresponding to autorgenerated .ml files into builddir
On Tue, Jan 14, 2020 at 12:04:49AM +0100, Hilko Bengen wrote:
> This avoids build failures in separate builds such as this one:
>
> ,----
> | ocamlfind ocamlc -package str,unix -I . -a guestfs_config.cmo stringMap.cmo stringSet.cmo std_utils.cmo -o mlstdutils.cma
> | ar cr libmlstdutils.a libmlstdutils_a-dummy.o
> | ranlib libmlstdutils.a
> | File "_none_", line 1:
2011 Apr 01
4
[PATCH 0/4] Add progress messages to guestfs_launch function.
These four commits add approximate progress messages to the
guestfs_launch function.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
2013 Sep 24
0
Re: Hivex - Trailing garbage at the end of hive file
On Tue, Sep 24, 2013 at 10:14:12PM +0100, Richard W.M. Jones wrote:
> [Forwarding to the proper list]
>
> We use hivex for one of our projects and I see the following diff
> committed to the hivex project (source link provided) that ignores
> trailing garbage. But this code has been reverted to no ignore this
> condition in later version of hivex
>
> - /* This error
2015 Aug 10
0
Re: FC22: virt-p2v-make-kickstart/livecd-creator doesn't build
On Mon, Aug 10, 2015 at 04:01:40PM -0400, Martin Breault wrote:
> Hello,
>
> I am trying to make a .iso to p2v some old windows servers, and I
> installed a brand new FC22 server to build my images
>
> I run
>
> virt-p2v-make-kickstart fedora
>
> livecd-creator p2v.ks
>
> and I get the following error:
>
>
> Installing: grubby
2017 May 04
0
Re: [PATCH] v2v: bootloaders: search grub config for all distributions
On Thu, May 04, 2017 at 02:21:59PM +0300, Pavel Butsykin wrote:
> On 03.05.2017 12:57, Richard W.M. Jones wrote:
> >On Tue, May 02, 2017 at 03:35:06PM +0300, Pavel Butsykin wrote:
> >>This patch improves the search of grub config on EFI partition. This
> >>means that the config will be found not only for rhel but also for
> >>many other distributions. Tests
2011 Jan 18
4
[PATCH 0/4] In guestfish allow <! for inline execution
Read the man page in the final patch, but the idea is:
<! for n in `seq 1 100`; do echo write /foo.$n $n; done
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top