search for: oldlinux

Displaying 20 results from an estimated 25 matches for "oldlinux".

Did you mean: ldlinux
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 targ...
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 gi...
2012 Jun 28
0
ANNOUNCE: libguestfs 1.19 (development version) is available in EPEL 5
...ject.org/updates/libguestfs-1.19.13-4.el5 It is VERY important that you read the release notes BEFORE trying this package: http://pkgs.fedoraproject.org/gitweb/?p=libguestfs.git;a=blob;f=README.EPEL-5;hb=refs/heads/el5 You can follow or join in upstream development of this package in the "oldlinux" branch in git: https://github.com/libguestfs/libguestfs/commits/oldlinux I suspect this branch may be applicable to other distros (eg. Debian 5 w/o backports) that don't supply new enough qemu or kernel to run the main branch of libguestfs. Rich. -- Richard Jones, Virtualization Gr...
2014 Sep 28
0
Re: Why libguestfs guest exist exceptionally?
...39; and provide the complete, unedited > output to the libguestfs developers, either in a bug report > or on the libguestfs redhat com mailing list. Which version of libguestfs is this? I think you'll have no hope of getting upstream libguestfs to run on RHEL 5. There is a branch ('oldlinux') which may still work: https://github.com/libguestfs/libguestfs/commits/oldlinux Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http:/...
2014 Sep 28
0
Re: Why libguestfs guest exist exceptionally?
...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 > Yes. The upstream maybe be involving in libvirtd, you know, there is > no libvirtd on RHEL5 > > ('oldlinux') which may still work: > > > > https://github.com/libguestfs/libguestfs/commits/oldlinux > I will try it. I think the EPEL 5 package is the same as this branch. In particular the EPEL 5 package has the "Add-null-vmchannel-back-for-qemu-without-virt" patch which shoul...
2014 Jan 09
1
Re: RFC: copy-attributes command
...be implemented (and being Linux, it means that most probably there are the right syscalls for them). So I would not think the change proposed below (and implemented) would cause regressions in such old Linux systems. > We don't care about RHEL 5 since it > now has its own branch ("oldlinux"), so the code might be made simpler > by an accompanying patch which reduces all of the HAVE_*XATTR* macros > down to a single one (HAVE_LINUX_XATTRS). Sounds reasonable; attached a patch for it. -- Pino Toscano
2013 Jun 17
2
Re: [PATCH] Use pkg-config for Python
...e, PYTHON_INCLUDEDIR was retreived directly from > python itself. > > For me current 1.20 branch fails to build python in SLE11. Does SuSE's python have a pkg-config file? RHEL 5 didn't have one, but it was added in RHEL 6. So for the branch of libguestfs we use on RHEL 5 ('oldlinux'[1]) I have reverted this patch[2]. Rich. [1] https://github.com/libguestfs/libguestfs/tree/oldlinux [2] https://github.com/libguestfs/libguestfs/commit/5f7acbb95e055efa840d2108e207e3ef8106761a -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is '...
2014 Sep 28
2
Re: Why libguestfs guest exist exceptionally?
...bguestfs 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 Yes. The upstream maybe be involving in libvirtd, you know, there is no libvirtd on RHEL5 > ('oldlinux') which may still work: > > https://github.com/libguestfs/libguestfs/commits/oldlinux I will try it. By the way, the libguestfs src can't build one available base.img and daemon.img. #ll /usr/lib64/guestfs/supermin.d/ total 1752 -rw-r--r-- 1 root root 1536 Sep 27 14:39 base.img...
2013 May 16
3
[PATCH] Use pkg-config for Python
At least libpython2.7-dev and libpython3.3-dev on current Debian/unstable ship with pkg-config files. As with the pkg-config check for Lua, we check for versioned and an unversioned .pc files. --- configure.ac | 35 ++++++++++++++++++++--------------- python/Makefile.am | 2 +- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/configure.ac b/configure.ac index
2014 Sep 28
2
Why libguestfs guest exist exceptionally?
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? #/usr/bin/qemu-kvm -global virtio-blk-pci.scsi=off -nodefconfig -nodefaults -nographic -drive file=ubuntu1204_64_20G_aliaegis_20140811.vhd,snapshot=on,if=virtio -drive
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 > --- a/daemon/swap.c > +++ b/daemon/swap...
2012 Aug 10
1
Status of libguestfs in Fedora, RHEL
...usual high standards. RHEL ? ??? RHEL 5 ancient libguestfs 1.2 ? ? (DO NOT USE this version except with virt-v2v, ? ? and even then it's far better to use RHEL 6) ? ? ? ??? EPEL 5 libguestfs 1.19 from oldlinux branch, will ? move to 1.20 when it is ready ? ? ??? RHEL 6 ? ? ? ??? RHEL 6.0 libguestfs 1.2 (no longer supported, DO NOT USE) ? ? ? ??? RHEL 6.1 libguestfs 1.7.17 (no longer supported) ? ? ? ??? RHEL 6.2...
2012 Sep 03
1
[PATCH] daemon: remove call to obsolete udevsettle
udevadm is included in all reasonable recent distributions. This avoids 'command not found' errors in verbose mode. Signed-off-by: Olaf Hering <olaf at aepfle.de> diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index e6d5fde..0db56e4 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -54,7 +54,6 @@ #include "daemon.h" GUESTFSD_EXT_CMD(str_udevadm, udevadm);
2012 Dec 17
0
Status of libguestfs in Fedora, RHEL
...ent releases as usual) RHEL ? ??? RHEL 5 ancient libguestfs 1.2 ? ? (DO NOT USE this version except with virt-v2v, ? ? and even then it's far better to use RHEL 6) ? ? ? ??? EPEL 5 libguestfs 1.19 from oldlinux branch, will ? move to 1.20 soon ? ? ??? RHEL 6 ? ? ? ??? RHEL 6.0 libguestfs 1.2 (no longer supported, DO NOT USE) ? ? ? ??? RHEL 6.1 libguestfs 1.7.17 (no longer supported) ? ? ? ??? RHEL 6.2 libguestfs 1...
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:
2015 Oct 05
2
[PATCH] Remove multiple hacks that only apply to RHEL 5.
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. --- appliance/packagelist.in | 2 - common-rules.mk | 8 - daemon/parted.c | 455 +++++++++++----------------------------- daemon/swap.c...
2014 Sep 28
2
Re: Why libguestfs guest exist exceptionally?
...#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 >> Yes. The upstream maybe be involving in libvirtd, you know, there is >> no libvirtd on RHEL5 >> > ('oldlinux') which may still work: >> > >> > https://github.com/libguestfs/libguestfs/commits/oldlinux >> I will try it. > > I think the EPEL 5 package is the same as this branch. In particular > the EPEL 5 package has the > "Add-null-vmchannel-back-for-qemu-witho...
2014 Jan 07
0
Re: RFC: copy-attributes command
..., but at the same time have one of these calls. The xattr code (in general) is incredibly complex because of all these tests. I guess Mac OS X probably has none of them, and RHEL 5 / Ubuntu 10.10 probably had only some of them. We don't care about RHEL 5 since it now has its own branch ("oldlinux"), so the code might be made simpler by an accompanying patch which reduces all of the HAVE_*XATTR* macros down to a single one (HAVE_LINUX_XATTRS). > + ssize_t len, vlen, ret; > + CLEANUP_FREE char *buf = NULL, *attrval = NULL; > + size_t i, attrval_len = 0; > + > + CHROOT...
2014 Sep 28
0
Re: Why libguestfs guest exist exceptionally?
...; >> libguestfs-1.20.8-1 > >> libguestfs-tools-c-1.20.8-1 > >> > getting upstream libguestfs to run on RHEL 5. There is a branch > >> Yes. The upstream maybe be involving in libvirtd, you know, there is > >> no libvirtd on RHEL5 > >> > ('oldlinux') which may still work: > >> > > >> > https://github.com/libguestfs/libguestfs/commits/oldlinux > >> I will try it. > > > > I think the EPEL 5 package is the same as this branch. In particular > > the EPEL 5 package has the > > "Add...
2014 Sep 28
2
Re: Why libguestfs guest exist exceptionally?
...s-1.20.8-1 >> >> libguestfs-tools-c-1.20.8-1 >> >> > getting upstream libguestfs to run on RHEL 5. There is a branch >> >> Yes. The upstream maybe be involving in libvirtd, you know, there is >> >> no libvirtd on RHEL5 >> >> > ('oldlinux') which may still work: >> >> > >> >> > https://github.com/libguestfs/libguestfs/commits/oldlinux >> >> I will try it. >> > >> > I think the EPEL 5 package is the same as this branch. In particular >> > the EPEL 5 package has...