Displaying 20 results from an estimated 9000 matches similar to: "Status of libguestfs in Fedora, RHEL"
2012 Dec 17
0
Status of libguestfs in Fedora, RHEL
Fedora
?
??? Fedora 16 libguestfs 1.16 (currently 1.16.34)
?
??? Fedora 17 libguestfs 1.18 (currently 1.18.11)
?
??? Fedora 18 libguestfs 1.20 (currently 1.20.0)
?
??? Rawhide libguestfs 1.21 (development releases as usual)
RHEL
?
??? RHEL 5 ancient libguestfs 1.2
? ? (DO NOT USE
2012 Aug 31
0
ANNOUNCE: oldlinux is now rebased on top of libguestfs.git (1.19.37)
The "oldlinux" branch of the libguestfs git repo contains a version of
libguestfs that works with 'old' versions of Linux. 'old' in this
sense means 'RHEL 5'.
https://github.com/libguestfs/libguestfs/tree/oldlinux
I have recently rebased the oldlinux branch on top of libguestfs git
(version 1.19.37). I'll push an EPEL 5 build shortly.
Rich.
--
Richard
2012 Jun 18
0
FYI: 'oldlinux' branch created
I've created an "oldlinux" branch in github:
https://github.com/libguestfs/libguestfs/commits/oldlinux
The idea of this branch is that it contains patches to make libguestfs
work on older versions of Linux that:
- *don't* have virtio-serial in qemu/kernel
- have ancient autotools
Specifically we're targeting RHEL 5 (ca. 2007) and not anything older.
This branch is
2012 Mar 02
0
can`t install libguestfs-live-service package with Fedora 15
On Fri, Mar 02, 2012 at 07:28:13AM -0800, THO HUYNH wrote:
> I`m using Fedora 15 as the host.
> And on this physical machine, I created a virtual machine with Fedora 15 minimal version installed on it.
> When I tried to install the libguestfs-live-package inside the virtual machine, here is the result I got :
> [root at fedora15 ~]#? yum install libguestfs-live-service
> Loaded
2012 Jun 28
0
ANNOUNCE: libguestfs 1.19 (development version) is available in EPEL 5
EPEL ("Extra Packages for Enterprise Linux") is an additional
repository you can use to add packages to RHEL and derivatives.
Modern libguestfs (1.19.xx) is now available in EPEL 5 updates-testing:
http://koji.fedoraproject.org/koji/buildinfo?buildID=327975
https://admin.fedoraproject.org/updates/libguestfs-1.19.13-4.el5
It is VERY important that you read the release notes BEFORE
2012 Jun 21
0
Notice: libguestfs < 1.16 are now out of support
As announced two months ago[1], and since RHEL 6.3 is about to be
released, I have deprecated the older branches of libguestfs (1.8,
1.10, 1.12, 1.14).
These old branches are archived and will no longer receive any bug
fixes or security fixes.
libguestfs 1.16 and 1.18 are now the only supported stable branches,
and it is recommended that everyone upgrades to them. They should be
completely
2011 Nov 09
0
libguestfs 1.14 update for Fedora 16
I would like to put libguestfs 1.14 (the next stable branch) into
Fedora 16.
There should be no changes required in other packages at all, since
libguestfs is API and ABI compatible for all releases, forever. Nor
should users know the difference (except new features). But it's
software, and we don't have a formal proof, so there could be bugs ...
The release notes here cover the major
2014 Sep 28
0
Re: Why libguestfs guest exist exceptionally?
On Sun, Sep 28, 2014 at 04:30:37PM +0800, Zhi Yong Wu wrote:
> HI,
>
> On a RHEL5 box, i tried to directly run guest which was issued by
> libguestfs virt-xxx commands as below. But after some minutes, it
> exited exceptionally.
>
> Does anyone also hit the issue or know the reason?
As it says in the error message itself:
> Failed to connect to virtio-serial channel.
2014 Sep 28
0
Re: Why libguestfs guest exist exceptionally?
On Sun, Sep 28, 2014 at 06:33:53PM +0800, Zhi Yong Wu wrote:
> On Sun, Sep 28, 2014 at 6:26 PM, Richard W.M. Jones <rjones@redhat.com> wrote:
> > Which version of libguestfs is this? I think you'll have no hope of
> #rpm -qa | grep libguestfs
> libguestfs-1.20.8-1
> libguestfs-tools-c-1.20.8-1
> > getting upstream libguestfs to run on RHEL 5. There is a branch
2012 Dec 13
0
ANNOUNCE: libguestfs 1.20 - tools for accessing and modifying virtual machine disk images
I'm very pleased to announce the release of libguestfs 1.20.
Libguestfs is a library and a comprehensive set of tools for accessing
and modifying virtual machine (VM) disk images. For more information
see http://libguestfs.org
Libguestfs 1.20 represents 7 months of upstream work, dozens of major new
features and bug fixes. For full details read the release notes below.
You can download
2013 Jun 17
2
Re: [PATCH] Use pkg-config for Python
On Sun, Jun 16, 2013 at 02:55:29PM +0200, Olaf Hering wrote:
> On Thu, May 16, Hilko Bengen wrote:
>
> > AC_MSG_RESULT([$PYTHON_VERSION])
> > -
> > - AC_MSG_CHECKING([for Python include path])
> > - if test -z "$PYTHON_INCLUDEDIR"; then
> > - python_path=`$PYTHON -c "import distutils.sysconfig; \
> > -
2015 Oct 05
0
Re: [PATCH] Remove multiple hacks that only apply to RHEL 5.
On Monday 05 October 2015 13:50:06 Richard W.M. Jones wrote:
> We don't support RHEL 5 upstream (see the 'oldlinux' branch for a
> version that works with RHEL 5). Therefore remove a bunch of hacks
> that were only needed on RHEL 5.
> ---
Mostly LGTM, just two notes:
> diff --git a/daemon/swap.c b/daemon/swap.c
> index 26fe30d..9d7839e 100644
> ---
2014 Sep 29
1
Re: Why libguestfs guest exist exceptionally?
On Mon, Sep 29, 2014 at 1:41 AM, Richard W.M. Jones <rjones@redhat.com> wrote:
> On Mon, Sep 29, 2014 at 01:35:08AM +0800, Zhi Yong Wu wrote:
>> On Mon, Sep 29, 2014 at 1:27 AM, Richard W.M. Jones <rjones@redhat.com> wrote:
>> > User-Mode Linux is also a possibility. Slow but consistent
>> Slow is a big concern...
>
> There are some measurements here:
2012 Jul 10
0
CESA-2012:0774 Low CentOS 6 libguestfs Update
CentOS Errata and Security Advisory 2012:0774 Low
Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0774.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
449357032e3a89767e902eb30745ffa41e8cae6115f7283b7f9f53ce2efe1819 libguestfs-1.16.19-1.el6.x86_64.rpm
2012 Aug 01
1
libguestfs question - multiple partitions in the guest
On Wed, Aug 01, 2012 at 11:47:14AM -0500, Shawn Kennedy wrote:
> Problem:
> When trying to inspect the guest using a command like 'virt-ls', we
> get back:
>
> ~]# virt-ls -d guest /path
> virt-ls: multi-boot operating systems are not supported by the -i option
What does virt-inspector2 [this is RHEL 6] display for this guest?
virt-inspector2 -d guest
virt-ls
2012 Dec 13
3
Release notes appendix for libguestfs 1.20 on Fedora 18
I'm just about to release libguestfs 1.20. This appendix covers
issues specific to Fedora 18.
Fedora 18 defaults to using the libvirt attach-method, meaning that
libvirt is used to create and manage the libguestfs appliance. There
are several benefits to this (see the full release notes). You can
switch back to the ordinary method (directly running qemu) at any time
by doing:
export
2009 Nov 18
1
[PATCH] daemon/RHEL: Choose correct udev settle script.
--
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
-------------- next part --------------
>From 018e8b562b3980a002bd2f9c42cf7dab541ac005 Mon Sep 17
2009 Nov 16
1
IMPORTANT: New git repositories for febootstrap & libguestfs
The machine at et.redhat.com is going to be decommissioned soon, and
so I have arranged alternate hosting for these two git repositories.
As of now you should use:
http://git.annexia.org/?p=febootstrap.git;a=summary (web interface)
git clone git://git.annexia.org/git/febootstrap.git
http://git.annexia.org/?p=libguestfs.git;a=summary (web interface)
git clone
2010 Oct 23
0
[virt-tools-list] CVE-2010-3851 libguestfs: missing disk format specifier when adding a disk
Version 1.5.23 contains the fix. Fedora 14 users, please test this
package and vote it up if it works for you:
https://admin.fedoraproject.org/updates/libguestfs-1.5.23-1
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
2012 Mar 03
0
libguestfs binary "fixed appliance"
http://libguestfs.org/download/binaries/appliance/
This could be interesting for people trying to compile libguestfs on
platforms which don't yet support febootstrap.
I suspect it may also be useful for Debian. I'm not suggesting that
Debian uses a binary appliance, but instead of having
update-guestfs-appliance build a supermin appliance, it could build a
fixed appliance (in two steps,