similar to: Fwd: Re: [PATCH] Add missing dependencies for targets of generator.ml

Displaying 20 results from an estimated 60000 matches similar to: "Fwd: Re: [PATCH] Add missing dependencies for targets of generator.ml"

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
2013 Nov 11
0
Fwd: debian-7 virt-builder image contains proxy configuration in apt.conf (#8)
I've just realized that these github "notifications" are not going to the mailing list. Please don't send messages via github. Rich. ---------------------------------------------------------------------- From: Daniel Miranda <notifications@github.com> I just created a debian-7 image with virt-builder and the generated image contained 'cache.home.annexia.org'
2017 Feb 21
1
Re: [PATCH 0/6] generator: Split up generator/actions.ml
On Tue, Feb 21, 2017 at 02:47:29PM +0100, Pino Toscano wrote: > On Saturday, 18 February 2017 12:54:35 CET Richard W.M. Jones wrote: > > Split up the huge generator/actions.ml into several smaller files. > > Few notes: > > - regarding patch #2: wasn't the order stable before? Except from the > explicitly seen order change in tests_c_api.ml, what made the actions
2012 Jan 10
1
NOTE: New location for libguestfs, hivex and febootstrap git repositories
I have moved all three repositories to new locations on github: https://github.com/libguestfs/libguestfs https://github.com/libguestfs/hivex https://github.com/libguestfs/febootstrap You don't need to reclone them (unless you want to). You can simply edit .git/config and adjust the URL to: git at github.com:libguestfs/libguestfs.git git at github.com:libguestfs/hivex.git git at
2011 May 17
2
Fwd: Re: febootstrap in Debian
[CC also to libguestfs mailing list] On Tue, May 17, 2011 at 08:11:10PM +0200, Guido G?nther wrote: > As to binary debs: I wonder if we can't just get away by adding the > needed packages as build-depends (so they end up installed on the buildd > before the package built) and modify febootstrap to look at the > _installed_ files instead of at the downloaded debs. > >
2016 Mar 18
0
Fwd: libguestfs patch
----- Forwarded message from "Bernhard M. Wiedemann" <bwiedemann@suse.de> ----- Date: Fri, 18 Mar 2016 15:41:16 +0100 From: "Bernhard M. Wiedemann" <bwiedemann@suse.de> To: rjones@redhat.com Subject: libguestfs patch User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 Hi, here is a patch for making libguestfs build more
2011 Jun 09
0
Coverity: possible false positive in debug_qtrace
http://git.annexia.org/?p=libguestfs.git;a=blob;f=daemon/debug.c;h=cd3e8a5f0294a910782b38552d2b0757869f862c;hb=HEAD#l430 Coverity complains about the error path from posix_memalign (lines 477-482) saying that 'buf' will be leaked. However my reading of the posix_memalign man page is that if the return value from posix_memalign != 0 then 'buf' would not have been allocated. Rich.
2011 May 31
1
supermin appliances and host connectivity
On Tue, May 31, 2011 at 10:28:04PM +0200, Joel Uckelman wrote: > What I'm having trouble with, and the reason I'm writing you, is that > it's not clear to me how much needs to be added to a supermin > appliance built following your instructions to either (1) enable > networking, or (2) create a bidirectional pipe with the host. (Really > all we need is a pipe, networking
2010 Sep 11
0
src/generator.ml is no more!
However you'll be glad to know it has been replaced (or more accurately, split) into a dozen different source files: http://git.annexia.org/?p=libguestfs.git;a=commit;h=04d8209077d2227eb1d42695ba71147f78987050 Read the generator/README file first. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny
2020 Jun 24
0
Fwd: 回复: virt-builder problem
----- Forwarded message from 雁渡寒潭 <chnlcq@qq.com> ----- Date: Wed, 24 Jun 2020 11:38:41 +0800 From: 雁渡寒潭 <chnlcq@qq.com> To: rjones <rjones@redhat.com> Subject: 回复: [Libguestfs] 回复: virt-builder problem thank you vrey much! problem is&nbsp;Resolved! http://archive.libguestfs.org/builder/index.asc&nbsp; &nbsp;is blocked! I'M disables it! But i can&nbsp;
2013 Oct 23
1
Re: [PATCH 1/2] Preallocate output file
On Wed, Oct 23, 2013 at 03:38:30AM +0100, Pádraig Brady wrote: [...] By the way, Eric Sandeen solved the problem. It's a genuine misfeature in ext4 called auto_da_alloc which causes a flush on close if the file has been truncated (ftruncate or O_TRUNC) and the file size is zero bytes. I added these patches which work around the issue:
2015 Nov 04
0
Re: Fwd: [Bug 1277705] virt-sparsify --in-place should not sparsify a snapshot
On Wed, Nov 04, 2015 at 01:10:04PM +0200, Yaniv Kaul wrote: > On Wed, Nov 4, 2015 at 12:49 PM, Richard W.M. Jones <rjones@redhat.com> > wrote: > > All that happened was that the overlay got bigger (because it's now > > storing a bunch of qcow2 zero clusters marking the places in the > > backing file which are zero). ^^^ Here I should
2014 Nov 18
0
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
On Tue, Nov 18, 2014 at 03:06:44PM +0100, Nicolas Ecarnot wrote: [...] > Then I PXE-boot my source physical machine (well, at present, at > test time, another VM but whatever), when getting the graphical > prompt to connect to the conversion server, I get > "Failed to start virt-v2v-server on remote server". > though I witness the SSH connection is OK on the conversion
2013 May 02
0
Signing release tarballs
I've started to sign release tarballs: http://libguestfs.org/download/1.21-development/ The *.tar.gz.sig file is a PGP ASCII-armored signature of the corresponding *.tar.gz file. It is signed using gpg2 with this key: pub 4096R/E1B768A0 2011-10-11 Key fingerprint = F777 4FB1 AD07 4A7E 8C87 67EA 9173 8F73 E1B7 68A0 uid Richard W.M. Jones <rjones at
2013 Sep 24
2
Hivex - Trailing garbage at the end of hive file
[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 is seemingly common in uncorrupt registry files. */ - /* - fprintf (stderr, "hivex: %s:
2019 Aug 13
0
Re: [PATCH libnbd 5/6] generator: Implement OClosure.
On Tue, Aug 13, 2019 at 06:34:11AM -0500, Eric Blake wrote: > On 8/13/19 5:06 AM, Richard W.M. Jones wrote: > > An optional Closure parameter, but otherwise works the same way as > > Closure. > > > @@ -3778,6 +3777,7 @@ let generate_lib_api_c () = > > ) args; > > List.iter ( > > function > > + | OClosure { cbname } -> pr
2009 Sep 14
1
[PATCH] Don't enable trace in set_trace test.
-- Richard Jones, Emerging Technologies, Red Hat http://et.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 -------------- next part -------------- >From 4a3d4323745a4222adf4377d62c0c66a1b80d0fc Mon Sep 17 00:00:00 2001 From: Richard Jones
2015 Mar 11
0
Re: [PATCH] v2v: Add the test-harness used by external tests.
On Wed, Mar 11, 2015 at 11:02:44AM +0100, Pino Toscano wrote: > On Tuesday 10 March 2015 18:31:41 Richard W.M. Jones wrote: > > + (* Boot the guest. *) > > + let conn = C.connect () in > > + let dom = D.create_xml conn boot_xml [D.START_AUTODESTROY] in > > When using ocaml-libvirt 0.6.1.2 (as shipped in f21), this results in: > > File
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
2009 Jul 28
3
[PATCH 0/2] Deprecate zfile
OK let's restart this whole architecture thing. Firstly two patches which pass the '-z' parameter to 'file' so it looks inside compressed files. (Thanks to Matt for finding this not-so-obscure option). This means the 'zfile' command is now obsolete. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v converts physical