similar to: virt-edit rewritten in C

Displaying 20 results from an estimated 80000 matches similar to: "virt-edit rewritten in C"

2011 May 12
1
hivex 1.2.6
I just pushed hivex 1.2.6: http://libguestfs.org/download/hivex/ http://git.annexia.org/?p=hivex.git;a=summary You probably want this patch which didn't make it into 1.2.6 too: http://git.annexia.org/?p=hivex.git;a=commitdiff;h=2cf6eef8ff7b7ab642943e67183f0d7491c69f9d This is a bug fix release. Upgrading is not required, unless you are using a big endian machine or are trying to use the
2010 Jul 27
0
Inspection code in C
Currently virt-inspector is a Perl script[1], which uses a Perl library called Sys::Guestfs::Lib[2]. This library contains (amongst other things) heuristics for determining what operating system is in a disk image. The library is the basis for both virt-inspector and virt-v2v. [1] http://git.annexia.org/?p=libguestfs.git;a=blob;f=inspector/virt-inspector;hb=HEAD [2]
2011 Mar 18
0
Note about RHBZ#576879 libguestfs protocol loses synchronization if you 'upload' before mounting disks
I just pushed a commit which reenables two tests for: https://bugzilla.redhat.com/show_bug.cgi?id=576879 libguestfs protocol loses synchronization if you 'upload' before mounting disks http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=dc8e4b057ecd3984d7c27c8ece54048b6a06d662 This is a really long-standing bug which we thought we'd fixed, but then turned up again. It currently
2011 Jun 08
0
Current status in Rawhide / Linux 3.0
Building is broken in Rawhide. I have fixed everything but we're waiting for one kernel change to go upstream. The issues were: * https://bugzilla.redhat.com/show_bug.cgi?id=710882 parted failed to parse the Linux "3.0" string Fixed upstream, and I have added the patch to the Rawhide parted package. * https://bugzilla.redhat.com/show_bug.cgi?id=710921 ftrace doesn't
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
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.
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
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:
2020 Jun 23
0
回复: virt-builder problem
THINK YOU! I'm from China! but,my network is can &nbsp;reaching http://builder.libguestfs.org/ ------------------&nbsp;原始邮件&nbsp;------------------ 发件人:&nbsp;"rjones"<rjones@redhat.com&gt;; 发送时间:&nbsp;2020年6月23日(星期二) 晚上6:37 收件人:&nbsp;"雁渡寒潭"<chnlcq@qq.com&gt;;"libguestfs"<libguestfs@redhat.com&gt;;
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
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
2017 Jan 21
0
virt-p2v on RHEL 5
When virtualizing a physical machine ("P2V"), the conversion step is done by virt-v2v, but there is a small GUI / front end component called virt-p2v which has to run on the source physical machine in a special environment. http://libguestfs.org/virt-p2v.1.html#network-setup Because the nature of the problem is that we want to virtualize old machines, this means virt-p2v sometimes
2020 Jun 23
2
Re: virt-builder problem
On Tue, Jun 23, 2020 at 06:14:06PM +0800, 雁渡寒潭 wrote: > hello: I yum install libguestfs-tools,when I run virt-builder -l > error: > curl: (56) Recv failure: Connection reset by peer > virt-builder: error: external command ‘'curl' -q --config > '/tmp/virt-builder.sVjrSV/guestfscurl53f9ac.conf'’ exited with error 56 Possibly a problem reaching
2016 Dec 24
0
Re: import-to-ovirt.pl minor problem
On Sat, Dec 24, 2016 at 02:28:18PM +0100, Emmanuel Kasper wrote: > Hi Richard > > I've noticed this snippet in import-to-ovirt.pl > > my $minor_version = $g->inspect_get_major_version ($root); > > I guess you meant here > > my $minor_version = $g->inspect_get_minor_version ($root); Indeed I did, and that also means that some of the metadata in imported
2011 Jul 14
0
Note about guestfish escape sequences
I've pushed this patch in response to a user request to make it easier to write newlines and other characters in guestfish: http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=617e7f6bafa7de2303c08e1715004aae3141c389 This lets you write: ><fs> write /file "this is a line\n" and have it do what you'd expect. (With current guestfish, this writes backslash
2011 Feb 03
0
Holiday
I'm going to be out of contact from next week until the beginning of March. libguestfs and the virt tools will obviously keep going without me, but I'm just sending this note to say that I have put mirrors for the following git repositories up in case the primary git repo has any problems. Primary Mirror http://git.annexia.org/?p=febootstrap.git;a=summary
2011 Aug 12
1
ANNOUNCE: hivex 1.2.8 - A library for reading and writing Windows Registry hive files
I'm pleased to announce the next release of hivex, a library and some tools for reading and writing Windows Registry hive files. Man page: http://libguestfs.org/hivex.3.html Source: http://libguestfs.org/download/hivex/ Git repo: http://git.annexia.org/?p=hivex.git;a=summary Fedora pkg: http://koji.fedoraproject.org/koji/taskinfo?taskID=3267857 This release mainly contains bug fixes.
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
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:
2014 Oct 15
0
Re: Virt-v2v conversion issue
The script as worked perfectly : + size=100G + virt-builder fedora-20 --size 100G -o /tmp/in.img gpg: Signature faite le mar. 08 juil. 2014 11:11:00 CEST avec la clef RSA d'identifiant E1B768A0 gpg: Bonne signature de « Richard W.M. Jones <rjones@redhat.com> » gpg: alias « Richard W.M. Jones <rich@annexia.org> » gpg: Attention : cette clef n'est pas certifiée