I attempted to upgrade our Nagios server from 2011R3.2 to 2011R3.3, and the upgrade failed with yum unable to find the Ajaxterm package.
Code: Select all
. . .
Running configuration check...done.
Stopping nagios: .done.
Starting nagios: done.
Installing Ajaxterm...
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.cisp.com
* epel: fedora.westmancom.com
* extras: mirrors.einstein.yu.edu
* rpmforge: mirror.rit.edu
* updates: mirror.linux.duke.edu
Setting up Install Process
Package 1:mod_ssl-2.2.15-15.el6.centos.1.x86_64 already installed and latest version
Nothing to do
Loaded plugins: fastestmirror
Setting up Local Package Process
Cannot open: /tmp/nagiosxi/packages/Ajaxterm-0.10-8.el5.noarch.rpm. Skipping.
Nothing to do
Ajaxterm install failed.
./install: line 22: return: can only `return' from a function or sourced script
We are using CentOS 6.2 64-bit, and the EPEL repository is added.
Code: Select all
[root@nagiosdev1 etc]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.cisp.com
* epel: fedora.westmancom.com
* extras: mirrors.einstein.yu.edu
* rpmforge: mirror.rit.edu
* updates: mirror.linux.duke.edu
repo id repo name status
base CentOS-6 - Base 6,346
cr CentOS-6 - CR 0
epel Extra Packages for Enterprise Linux 6 - x86_64 7,765
extras CentOS-6 - Extras 4
rpmforge RHEL 6 - RPMforge.net - dag 4,433
updates CentOS-6 - Updates 542
repolist: 19,090
[root@nagiosdev1 etc]#
If we try to install Ajaxterm with yum, it also, fails with a package not found error. I could be wrong, but it seems that Ajaxterm is not available for CentOS 6.2 64-bit? Can anyone else confirm this, or offer any insight?
Thank you,
Paul