search for: 8a8a

Displaying 20 results from an estimated 146 matches for "8a8a".

2010 Feb 03
12
[PATCH 0/12] Add support for writing to hive files
This patch series adds support for some simple operations on hive files, and I've now tested and verified that those operations work correctly. All except for the last patch (12/12) are ready to be committed. The last patch is WIP. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any
2009 Sep 14
3
[PATCH REBASED] Remove main loop
This is the only patch I currently have outstanding. No changes from the previous posting, except I rebased it against the head of git. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/
2009 Oct 31
6
[PATCH 0/3] 3 small code fixes
Just simple code fixes ... Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
2010 Aug 23
1
Proposed new file apis
...oposed new file apis. Note that hread, hpread, hwrite and hpwrite are slightly different to the apis I proposed previously. I've also added hallocate for good measure. Matt -- Matthew Booth, RHCA, RHCSS Red Hat Engineering, Virtualisation Team GPG ID: D33C3490 GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: hfile-apis.patch URL: <http://listman.redhat.com/archives/libguestfs/attachments/20100823/71d1c0d2/attachment.ksh>
2010 Jun 01
4
[PATCH 0/4] Fix RHBZ#597112 (get-e2uuid command)
This series of patches fixes: https://bugzilla.redhat.com/show_bug.cgi?id=597112 -- 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#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
2010 Feb 12
6
[PATCH 0/4] Allow QEMU if=... (block device emulation) to be overridden
The background to this is that virt-v2v needs to boot the appliance with a specific block device emulation (eg. IDE, not virtio), because when it runs mkinitrd, mkinitrd will assume that the block devices available in the appliance are also the ones which apply at guest boot time. There's no way to override this assumption in mkinitrd (particularly in the old mkinitrd versions that shipped
2010 May 04
2
[PATCH 0/2] Use link-local addresses when communicating between appliance and host (RHBZ#588763)
Couple of notes: (1) You may need to 'make clean' after applying this patch. There is some missing dep so it seems the appliance isn't fully rebuilt. (2) [Comment mainly directed to Matt] This is not a candidate to be automatically added to the stable 1.2 branch. It's far too large of a change for a stable release. Since this change may be required for V2V, please clone
2009 Nov 30
4
Attempts to install a Windows driver from WinPE
...for other, possibly lower level, ways of replacing making a process use a different registry. Any and all suggestions are gratefully received, Matt -- Matthew Booth, RHCA, RHCSS Red Hat Engineering, Virtualisation Team M: +44 (0)7977 267231 GPG ID: D33C3490 GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490
2011 Aug 31
3
Some more Virt-P2V CD results
On Wed, Aug 31, 2011 at 12:56:50PM -0500, Greg Scott wrote: > OK, thanks. I just did a yum install virt-v2v on a Fedora 14 VM - but > the man pages don't have anything about how to do physical machines. I > already have a p2v CD built with virt-p2v-image-builder a while ago. I > boot my source server from that CD - what do I do on the Fedora 14 > conversion VM? How do I
2014 Nov 10
2
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
...es/RedHat/V2V Firstboot" libguestfs: trace: cp = 0 So, maybe the guest is out of disk space, or has filesystem corruption? Matt > > Rich. > > -- Matthew Booth Red Hat Engineering, Virtualisation Team Phone: +442070094448 (UK) GPG ID: D33C3490 GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490
2012 Mar 06
2
p2v with cciss failure
I have continued on with my attempts to get p2v working will little success. I have changed my server to Fedora 16 and finally got an XP with a single SATA disk (sda) to work. I think that this means that the current virt-p2v.iso just doesn't work with the packages that are available on Centos 6 at the moment. However, the machines that I currently need to actually migrate all have
2009 Jul 24
1
virt-v2v
...a to do with command line parsing. The main body is only a single page, and shows what order things are called into, and how they fit together. Matt -- Matthew Booth, RHCA, RHCSS Red Hat Engineering, Virtualisation Team M: +44 (0)7977 267231 GPG ID: D33C3490 GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: STATUS URL: <http://listman.redhat.com/archives/libguestfs/attachments/20090724/93c1bfe9/attachment.ksh>
2009 Jul 28
1
[PATCH] guestfs_file_arch command
This patch adds a new function, guestfs_file_arch, which is like guestfs_file but specifically intended to determine the architecture of binaries and libraries. Usage is: guestfs_file_arch (g, "/bin/ls") ==> "x86_64" (or whatever) What it can do: - ELF binaries - ELF shared libraries - Windows Win32 and Win64 binaries - Windows Win32 and Win64 DLLs - Linux
2009 Jul 31
1
[PATCH] lib: Add selinux=0 to default kernel command line.
-- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 75 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora -------------- next part -------------- >From a9f70c25326116215af71b1679d78e02defc3aed Mon Sep 17 00:00:00 2001 From: Richard W.M.
2009 Aug 06
1
[PATCH] New commands to list devices by UUID and label (updated patch)
A new version of this patch, previously posted here: https://www.redhat.com/archives/libguestfs/2009-August/thread.html#00031 I've made some of the changes that Jim suggested, but I didn't fix the error handling of readdir because that loop always reads from a tmpfs. It didn't seem like there would realistically be any read errors(?) These commands are compromised in their
2009 Aug 07
2
It takes too long time for guestfish to launch
Hi, I am using guestfish, and found subcommand "launch" took about 20 seconds to finish for a 4GB disk image. Is there any way to improve the performance? Thanks! Regards, Qian
2009 Aug 12
1
[PATCH] Allow selinux=? and enforcing=? kernel flags to be controlled
This is a pretty uncontroversial patch which just allows the selinux=? and enforcing=? flags on the kernel command line to be controlled. Currently libguestfs unconditionally passes selinux=0. By default this patch does the same thing, but allows programs to enable SELinux in the kernel and/or set it to enforcing mode. Rich. -- Richard Jones, Emerging Technologies, Red Hat
2009 Aug 12
2
[PATCH] If using SELinux, mount /selinux in the appliance
I think this patch is also uncontroversial. If selinux=1 then we mount /selinux in the appliance. We also bind-mount it into guests when running commands, just like we do for /proc, /dev etc. If SELinux is disabled, then /selinux doesn't get mounted. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v converts physical machines to virtual
2009 Aug 12
1
[PATCH] Add documentation for SELinux configuration
This patch documents how to use the new SELinux configuration. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw -------------- next part
2009 Sep 04
1
[PATCH libguestfs] avoid build-from-scratch failure due to missing daemon/configure
>From cfab42b40752f6dc44971b3c48523b917b374e91 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Fri, 4 Sep 2009 18:00:23 +0200 Subject: [PATCH libguestfs] avoid build-from-scratch failure due to missing daemon/configure * bootstrap: Don't use autoreconf's --norecursive option. We require the default --recursive behavior in order to create