Displaying 20 results from an estimated 10000 matches similar to: "libguestfs >= 1.24 EL6 RPM?"
2017 Jul 28
2
where to create localenv?
I don't want prefix 'git' and I watched this
http://libguestfs.org/guestfs-building.1.html#local-files
. localenv
./autogen.sh \
-C \
--enable-werror \
"$@"
but I cannot execute . localenv
and I saw
Note that *localenv* is included by the top Makefile (so it’s a Makefile
fragment). But if it is also sourced by your *localconfigure* script then
it is used as
2013 Oct 23
1
Notes on compiling libguestfs 1.24 on RHEL 6.4
(Actually, libguestfs from git, but 1.24 and git are pretty close now)
First install augeas 1.0.0 from here:
http://oirase.annexia.org/tmp/libguestfs-RHEL-6.5/
Check out libguestfs from git.
You'll need to create two files in the libguestfs source directory:
"localconfigure" containing:
----------------------------------------------------------------------
source localenv
#
2014 Feb 25
4
Problem with febootstrap version while compiling guestfsd in centos6.5
Hello,
I am try to compile guestfsd using this
link<http://thr3ads.net/libguestfs/2012/09/2100168-Re-compile-guestfsd>.
I am using libguestfs-1.24.4.tar.gz
After running ./configure with disable options i get a message claiming a
febootstrap >=3.2.
I already installed febootstrap-3.21-4.el6x86_64.rpm for centos6.5.
In the rpm description i found a note telling that this rpm will
2013 Nov 07
2
Re: Kernel panic with virt-builder etc.
I've just built libguestfs (from git) on Ubuntu 13.10 and it
worked for me. Here's what I did:
* Clone libguestfs from git:
git clone https://github.com/libguestfs/libguestfs.git
cd libguestfs
* Create a file called 'localconfigure' containing:
----------------------------------------------------------------------
. localenv
./autogen.sh \
--prefix /usr \
--libdir /usr/lib
2018 Mar 28
2
Re: [PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
On Wed, Mar 28, 2018 at 1:01 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Wed, Mar 28, 2018 at 12:33:56PM +0200, Piotr Kliczewski wrote:
> > configure: error: Package requirements (jansson >= 2.7) were not met:
>
> You need to install jansson-devel.
>
OK, In addition I had to install ocaml-hivex-devel (failed during make)
>
> Rich.
>
> --
>
2013 Oct 25
1
Re: virt-builder looks AWESOME!
On Fri, Oct 25, 2013 at 01:14:04PM -0700, Scott Baker wrote:
> On 10/25/2013 12:56 PM, Richard W.M. Jones wrote:
> > F20 - it's in the beta now (as of yesterday).
> >
> > Rich.
>
> Wow this has a lot of dependencies :) Two questions...
Let's put this on the mailing list so others can help.
> Do I need OCaml installed?
> Where does guestfs_protocol.x come
2018 Oct 10
0
CentOS-6 yum bugfix update (yum-3.2.29-81.el6.centos.0.1.src.rpm)
We have issued an update to the yum for CentOS 6.10.? These updated
packages are just to fix the following bug:
https://bugs.centos.org/view.php?id=12872
There is no change in functionality for yum, the change is that Error
403, 404, and 60 now point to this wiki page:
?https://wiki.centos.org/yum-errors
and no longer point to point to access.redhat.com articles.
The updated RPMS are:
2013 Nov 07
2
Kernel panic with virt-builder etc.
Hi there,
I am trying to write an article on virt-builder and managed to compile
version 1.24.1 of libguestfs on Ubuntu 13.10 (I had mixed success with
the git version and 1.25.x). When I am running virt-builder I am getting
an error message:
virt-builder: error: virt-resize failed
Upon further investigation it turns out that there's a kernel panic when
booting the freshly created image.
2013 Oct 03
0
Plan for libguestfs 1.24
It has been 5 months since the last stable release of libguestfs and
over that time we've accumulated many exciting new features.
It's time to plan for the release of libguestfs 1.24.
As usual, bugs which have "1.24" (without quotes) in the Devel
Whiteboard field in Bugzilla are nominated as blockers for the
release. You can see a list of those here, currently empty:
2011 Sep 27
2
zoneminder-1.24.4-3.el6.x86_64.rpm
For all interested, I have rebuilt the src rpm for zoneminder-1.24.4, fedora
15.
Its up and running on CentOS 6.0. Gonna have to d/l some files. Most of mine
came from rpm.pbone.net
The link is:
http://palmettoshopper.com/zoneminder/zonminder-1.24-3.el6.x86_64.rpm
Eddie
2005 Oct 06
2
ant RPM for CentOS 4
Attempting to build OpenOffice 2 on CentOS 4 from rawhide (future FC5) SRPM.
The spec file has EL4 target (which is nice), and I got almost all dependencies
in place (mostly from 4.2beta and some from rawhide). However, I'm missing the
ant package. Ant from rawhide doesn't compile since it is already gcc 4 based
(fails on dependencies, getting it to use gcc4 instead of gcc seems like
2013 Oct 19
0
ANNOUNCE: libguestfs 1.24 has been released
libguestfs is a set of tools for accessing and modifying virtual
machine disk images. http://libguestfs.org/
The 1.24 release represents 5 months of development and has many new
features including:
- virt-builder: a new tool for building virtual machine images
rapidly and securely: http://libguestfs.org/virt-builder.1.html
- User Mode Linux can be used as an alternative backend (ie.
2007 Feb 13
2
Computing stats on common parts of multiple dataframes
Folks,
I have three dataframes storing some information about
two currency pairs, as follows:
R> a
EUR-USD NOK-SEK
1.23 1.33
1.22 1.43
1.26 1.42
1.24 1.50
1.21 1.36
1.26 1.60
1.29 1.44
1.25 1.36
1.27 1.39
1.23 1.48
1.22 1.26
1.24 1.29
1.27 1.57
1.21 1.55
1.23 1.35
1.25 1.41
1.25 1.30
1.23 1.11
1.28 1.37
1.27 1.23
R> b
EUR-USD NOK-SEK
1.23 1.22
1.21 1.36
1.28 1.61
1.23 1.34
1.21 1.22
2015 Apr 02
4
EL6 EE package dependencies
I've been trying to upgrade Dovecot-ee package (on EL6/x86_64) from
2.2.15.8-1 to 2.2.16.2-1. It's complaining on these two dependencies:
liblz4.so.1
libtextcat.so.0
These would both seem to be related to plugins, and don't seem to be
required as package dependencies by the RPM from what I can see from the
SRPM.
Anyone know what packages I need to satisfy these dependencies?
1999 Feb 09
0
Why no RPM/SRPM for Samba v2.0.2?
Since Samba v2.0.2 was announced I've been waiting for it to show up in
RedHat RPM/SRPM format. So far, it hasn't shown up on any of the Samba
mirror sites.
Will RPM/SRPM packages be made available for v2.0.2?
Thank you.
*** Steve Snyder ***
2009 Aug 07
2
Flow-Tools RPM for CentOS 5.3
Alle,
Does anyone know if there is/where to get an rpm of flow-tools V0.66 or
better for CentOS/RHEL 5.3?
We've been trying to build from the SRPM @
http://cng.ateneo.net/cng/wyu/software/srpm/flow-tools-0.68-2.src.rpm
with no luck.
Best Regards,
Camron
--
Camron W. Fox
Hilo Office
High Performance Computing Group
Fujitsu Management Services of America, Inc.
E-mail: cwfox at
2007 Jun 25
3
How to build clamav SRPM and RPM with calmav tarbal - CentOS 5
Hi All,
I am trying to build SRPM and RPM out of cureent clamav tarball.
I just download it to /ur/src/redhat/SOURCES as follows.
[root at mail SOURCES]# wget
http://freshmeat.net/redir/clamav/29355/url_tgz/clamav-0.90.3.tar.gz
When I issue rpmbuild -ta, it gave below error.
[root at mail SOURCES]# rpmbuild -ta clamav-0.90.3.tar.gz
error: Name field must be present in package: (main package)
2005 Aug 05
2
Postfix 2.2.x RPM ETA
Guys
I'm desperately looking for a postfix 2.2.x SRPM. I currently use 2.1.5..
I've found these, http://ftp.wl0.org/yum/postfix/2.2/rhel4/SRPMS.postfix/
Has anyone tried them, or can anyone recommend a proper SRPM for me
for Centos 4.1?
Kind regards
--
Kenneth Kalmer
kenneth.kalmer at gmail.com
Folding at home stats
2010 Apr 12
5
OT: Dropbox - Fedora Core 9 RPM will work on CentOS 5.4?
Dropbox has an RPM for Fedora Core 9 (x86). I am running CentOS 5.4 on
my Desktop, which I believe is based on Fedora Core 6. Are the
libraries Fedora Core 9 uses substantially different than those CentOS
5.4 uses? If Dropbox had an SRPM available, I would Download that and
Rebuild, but I'm sure it is Proprietary and they won't release an SRPM
to me. TIA!
Lanny
2013 Jan 24
4
sorting/grouping/classification problem?
Hi,
I'm a database admin for a database which manage chromatographic results of products during stability studies.
I use R for the reporting of the results in MS Word through R2wd.
But now I think I need your help:
suppose we have the following data frame:
ID rrt Mnd Result
1 0.45 0 0.10
1 0.48 0 0.30
1 1.24 0 0.50
2 0.45 3 0.20
2 0.48 3 0.60
2 1.22 3 0.40
3