Displaying 20 results from an estimated 8000 matches similar to: "[PATCH] New APIs: inspect-get-package-format, inspect-get-package-management."
2011 Sep 28
1
[PATCH] New APIs: {compress, gzip, xz}-out, {compress, gzip, xz}-device-out.
--
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
-------------- next part --------------
>From 1ff2c479a63574395903361bfb037e555c69ad26 Mon Sep 17 00:00:00 2001
From:
2009 Sep 22
1
[PATCH 0/2] Add a 'virt-rescue' command
Inspired by something Glauber asked me about today, I made a very
simple pair of patches which add a 'virt-rescue' command to
libguestfs. This uses the appliance as a "rescue appliance", so
people can boot into a disk image and repair it in an unstructured,
interactive way. (Specifically, Glauber's question was how to run
fsck interactively - with this patch you could do
2010 Oct 25
2
[PATCH 0/2] /dev/mapper paths should not be returned from C inspection APIs
This is a fix for:
https://bugzilla.redhat.com/show_bug.cgi?id=638899
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#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
2009 Jul 14
0
[ANNOUNCE] libguestfs 1.0.59 released
[This announcement covers version 1.0.58 too since it didn't get a
separate message.]
We are pleased to announce the release of libguestfs 1.0.59.
Home page: http://libguestfs.org/
Downloads: http://libguestfs.org/download
Git repo: http://git.et.redhat.com/?p=libguestfs.git;a=summary
New in this release:
- Support for Linux extended attributes.
- Allow guestfish to be controlled
2009 Jul 08
0
[ANNOUNCE] Version 1.0.56 released
Just a note that I released version 1.0.56 yesterday. The main reason
for doing a release was a large number of RHEL 5 fixes that allowed me
to actually get an EPEL build out.
The source is here: http://libguestfs.org/download/
and Fedora 11, 12 and EPEL 5 binaries are here:
http://koji.fedoraproject.org/koji/packageinfo?packageID=8391
There are some experimental, internal changes in this
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
2009 Dec 21
4
libguestfs on Ubuntu
So I got a lot further building libguestfs on Ubuntu, up to the point
where I can boot the appliance and run some simple commands. We need
to push some patches upstream, and there are still some things in
Ubuntu itself which are broken. This documents how far I've got.
(1) libguestfs from git, Ubuntu 9.10, all updated to the latest
versions. You will of course also need to read the README
2011 Dec 22
1
FYI: Changes to test directory names
I'm going to rename some test directories to make the names more
logical:
* caution -> tests/qemu
This directory contains tests of qemu (safety and liveness).
'make check' will be changed so that this directory is tested first.
At present, 'make check' happens to build images/ first which makes
it harder to track down qemu breakage.
* capitests -> tests/c-api
2007 Sep 18
1
[LLVMdev] 2.1 Pre-Release Available (testers needed)
More bison woes. llvm-2.1 + the patch Chris mentioned builds without
bison, but llvm-gcc4 doesn't:
/home/emil/ll/llvm-gcc4.0-2.1.source/missing bison -d -o gengtype-yacc.c ../../llvm-gcc4.0-2.1.source/gcc/gengtype-yacc.y
WARNING: `bison' missing on your system. You should only need it if
you modified a `.y' file. You may need the `Bison' package
in order for
2006 Sep 25
5
HTTP Parser (Regal)
Hi I was interested to see how Mongrel uses Lex/Yacc to parse the HTTP
requests using a Regal generated parser. I downloaded the source but do
not see the lex and yacc files...
2010 Jan 07
1
[PATCH] qemu: Upstream regression of -stdio serial option.
I've tested this with both upstream qemu from git, and the old
non-broken qemu from Fedora 12.
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#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
-------------- next part
2011 Apr 01
4
[PATCH 0/4] Introduce "pulse mode" progress messages to the daemon.
--
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
2012 Jun 25
1
virt-resize
On Mon, Jun 25, 2012 at 06:28:42AM -0500, Dan The Man wrote:
> Tried resizing a standard UFS partition on a freebsd guest, booting
> from it resulted in "missing boot loader".
We can't currently resize BSD guests; patches welcome ...
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
2012 May 10
1
回复: guestfs_mount_local* api undefined symbols
Thank you Rich,
I checked the version and found that it printed an old 1.17.17 version which was deployed before.
But I remembered i did check the version in guestfish shell and it said 1.17.40 before that?then i totally ignored the fact i had another version involved.
I`ve changed the LD_LIBRARY_PATH and the "undefined symbol" error disappeared.But some "inspection API not
2010 Aug 12
2
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
Hello all,
I am trying to build the latest version of llvm-gcc on a x86_64 architecture
running a Linux distribution. Using the READM.LLVM I have managed to run
./configure using appropriate options, but when I try to build using make,
it shows the following error message after a few seconds:
../../llvm-gcc/gcc/gengtype-lex.l:31:27: fatal error: gengtype-yacc.h: No
such file or directory.
This
2010 Nov 02
0
[ANNOUNCE] libguestfs 1.6.0 tools for accessing and modifying VM disk images
libguestfs is tools and a library for accessing and modifying virtual
machine disk images.
Home page: http://libguestfs.org/
Source: http://libguestfs.org/download/
I'm pleased to announce the latest stable release of libguestfs 1.6.0
which is available immediately from the website and through Fedora.
This represents an enormous amount of work over the last 4-5 months
and
2010 Aug 12
0
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
You'll need to install the dev packages for gcc 4.2.
Rajika
On Thu, Aug 12, 2010 at 1:27 PM, Romain Pechayre <rpechayr at gmail.com> wrote:
> Hello all,
>
> I am trying to build the latest version of llvm-gcc on a x86_64
> architecture running a Linux distribution. Using the READM.LLVM I have
> managed to run ./configure using appropriate options, but when I try to
>
2011 Mar 25
0
Some notes on using QMP to hot plug disks
I was hoping that we could use QMP (now semi-stable since qemu 0.14)
to hot plug disks.
Unfortunately this is not yet possible. There is no drive_add QMP
command which would be necessary for adding drives. We (Red Hat)
hacked in a drive_add command into RHEL 6 (only for use by libvirt).
This doesn't help us with upstream or Fedora. We could still use the
human monitor, but obviously this
2010 Aug 12
2
[LLVMdev] Trying to build llvm-gcc no x86_64 linux
I need to add, also you'll need bison+flex.
Rajika
On Thu, Aug 12, 2010 at 6:41 PM, Rajika Kumarasiri <rajika at wso2.com> wrote:
> You'll need to install the dev packages for gcc 4.2.
>
> Rajika
>
> On Thu, Aug 12, 2010 at 1:27 PM, Romain Pechayre <rpechayr at gmail.com>wrote:
>
>> Hello all,
>>
>> I am trying to build the latest version
2014 Jan 16
0
Re: LVM mounting issue
On Thu, Jan 16, 2014 at 03:57:50PM +0000, Исаев Виталий Анатольевич wrote:
> Hello, It's me again with one more misunderstanding of libguestfs usage...
> Guestfish (as well as python libguestfs module) refuse to mount logical volume containing the root partition of the VM's filesystem.
> According to this short