Page 1 of 1

Nagios 5.4.13 to 5.5.5 upgradation issue

Posted: Mon Nov 05, 2018 4:23 pm
by Mani.Murugesan
Hello Team,

I have tried to upgrade to 5.4.13 to 5.5.5 but upgradation not happening i am getting below error . PFB few lines suddenly upgrdation exited with below lines ,my os is redhat 6.7


make[1]: Entering directory `/var/tmp/nagiosxi/subcomponents/nrpe/nrpe-3.2.1/src'
/usr/bin/install -c -m 755 -d /usr/local/nagios/bin
/usr/bin/install -c -m 755 ../uninstall /usr/local/nagios/bin/nrpe-uninstall
/usr/bin/install -c -m 755 nrpe /usr/local/nagios/bin
make[1]: Leaving directory `/var/tmp/nagiosxi/subcomponents/nrpe/nrpe-3.2.1/src'
/usr/bin/install -c -m 755 startup/default-init /etc/init.d/nrpe
Stopping xinetd: [60G[[0;32m OK [0;39m]

Starting xinetd: [60G[[0;32m OK [0;39m]

Starting nrpe
UPGRADE: NRPE upgraded OK.
UPGRADE: NRDP is being upgraded...
UPGRADE: NRDP upgraded OK.
Finished updating Core, Plugins, NRPE, NRDP ...
Upgrading MySQL database for XI...
Removing Ajaxterm...
Installing new SSH Terminal...
Loaded plugins: aliases, changelog, ovl, presto, product-id, refresh-packagekit,
: search-disabled-repos, security, subscription-manager, tmprepo,
: verify, versionlock
Setting up Install Process
No package shellinabox available.
Error: Nothing to do



I have tried below link as well
https://support.nagios.com/forum/viewto ... 0&start=20
but issue is not getting resolved

I have send my full upgrade log(putty) to [email protected] .

Please help us to resolve this issue ?

Re: Nagios 5.4.13 to 5.5.5 upgradation issue

Posted: Mon Nov 05, 2018 5:31 pm
by scottwilkerson
It is trying to install a package that should be in the epel repo but it looks like your system had disabled that repository.

You may want to see if you have the following file to enable it
/etc/yum.repos.d/epel.repo

Re: Nagios 5.4.13 to 5.5.5 upgradation issue

Posted: Tue Nov 06, 2018 3:27 pm
by Mani.Murugesan
Hello

Issue has been resolved . I have successfully upgraded to 5.5.5 :D

The issue is "shellinabox" package need to install . before that I have mentioned my proxy details(proxy ip,username,password) in /etc/yum.conf file.
After that it's automatically fetched shellinabox package then we have installed and then upgrade was done.

Re: Nagios 5.4.13 to 5.5.5 upgradation issue

Posted: Tue Nov 06, 2018 3:29 pm
by scottwilkerson
Mani.Murugesan wrote:Hello

Issue has been resolved . I have successfully upgraded to 5.5.5 :D

The issue is "shellinabox" package need to install . before that I have mentioned my proxy details(proxy ip,username,password) in /etc/yum.conf file.
After that it's automatically fetched shellinabox package then we have installed and then upgrade was done.
glad to hear it is resolved!

Locking thread