Discussion:
[users] Availability Icinga-Web 1.8.4-4 RPM for RHEL6 64-bit
Oldenburg, Paul
2013-05-02 08:58:28 UTC
Permalink
Hello,

I am using the RPM's for Icinga 1.8.4-4 for RHEL6 64-bit from http://pkgs.repoforge.org/icinga, which I'm thankful for :)
However, I would also like to use Icinga-Web 1.8.4-4, but on http://pkgs.repoforge.org/icinga-web there are only RPM's available for version is 1.7.2-2. Are there any plans for packaging Icinga-Web 1.8.4-4? Or is there somewhere I can put in a request for that?

Best regards,
Paul Oldenburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.repoforge.org/pipermail/users/attachments/20130502/7a0c3e57/attachment.html>
Joseph L. Casale
2013-05-02 13:48:01 UTC
Permalink
I am using the RPM?s for Icinga 1.8.4-4 for RHEL6 64-bit from http://pkgs.repoforge.org/icinga, which I?m thankful for J
However, I would also like to use Icinga-Web 1.8.4-4
What about Icinga-Web 1.8.4-4 is it that you feel you need, it does not exist...

Look at http://sourceforge.net/projects/icinga/files/icinga-web/, fetch the tar file of the latest
production build and create your own rpm, its trivial.

For example, on a clean build box:

# yum install rpm-build.x86_64 redhat-rpm-config.noarch rpmdevtools.noarch
# useradd rpmbuilder && su - rpmbuilder
$ echo "timestamping = on" >>.wgetrc
$ srpmdev-setuptree
$ cd rpmbuild/SOURCE
$ wget 'http://downloads.sourceforge.net/project/icinga/icinga-web/1.8.3/icinga-web-1.8.3.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ficinga%2Ffiles%2Ficinga-web%2F1.8.3%2F&ts=1367502392&use_mirror=iweb'
$ rpmbuild -bb icinga-web-1.8.3.tar.gz

As root, add missing deps if you are not able to figure them out ahead of time.

jlc
Oldenburg, Paul
2013-05-06 07:32:47 UTC
Permalink
Thanks for your reply. What I meant was the latest version of Icinga-Web, which indeed is 1.8.3. The reason for this is that Icinga-Web 1.7.2 doesn't seem to work with Icinga 1.8.4, at least not in my setup. I know creating my own rpm is easy, but unfortunately our DC doesn't allow that. Is there anyone that can get the RPM of Icinga-Web 1.8.3 on Repoforge?

Best regards,
Paul Oldenburg


-----Oorspronkelijk bericht-----
Van: Joseph L. Casale [mailto:jcasale at activenetwerx.com]
Verzonden: donderdag 2 mei 2013 15:48
Aan: Discussions regarding Repoforge for users
Onderwerp: Re: [users] Availability Icinga-Web 1.8.4-4 RPM for RHEL6 64-bit
Post by Oldenburg, Paul
I am using the RPM's for Icinga 1.8.4-4 for RHEL6 64-bit from
http://pkgs.repoforge.org/icinga, which I'm thankful for J However, I
would also like to use Icinga-Web 1.8.4-4
What about Icinga-Web 1.8.4-4 is it that you feel you need, it does not exist...

Look at http://sourceforge.net/projects/icinga/files/icinga-web/, fetch the tar file of the latest production build and create your own rpm, its trivial.

For example, on a clean build box:

# yum install rpm-build.x86_64 redhat-rpm-config.noarch rpmdevtools.noarch # useradd rpmbuilder && su - rpmbuilder $ echo "timestamping = on" >>.wgetrc $ srpmdev-setuptree $ cd rpmbuild/SOURCE $ wget 'http://downloads.sourceforge.net/project/icinga/icinga-web/1.8.3/icinga-web-1.8.3.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ficinga%2Ffiles%2Ficinga-web%2F1.8.3%2F&ts=1367502392&use_mirror=iweb'
$ rpmbuild -bb icinga-web-1.8.3.tar.gz

As root, add missing deps if you are not able to figure them out ahead of time.

jlc

Loading...