Upgrade fails from 5.2.0 to 5.2.3

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
toper
Posts: 57
Joined: Tue Jul 31, 2012 7:04 am

Upgrade fails from 5.2.0 to 5.2.3

Post by toper »

Upgrade fails from 5.2.0 to 5.2.3

Please find attached log

br,
Peter Calum
TDC
Denmark
You do not have the required permissions to view the files attached to this post.
Peter Calum
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Upgrade fails from 5.2.0 to 5.2.3

Post by lmiltchev »

Do you have the "Config::Tiny" perl module installed? Try running the following command to install the package:

Code: Select all

yum install perl-Config-Tiny
then rerun the upgrade. Did this help?
Be sure to check out our Knowledgebase for helpful articles and solutions!
toper
Posts: 57
Joined: Tue Jul 31, 2012 7:04 am

Re: Upgrade fails from 5.2.0 to 5.2.3

Post by toper »

Hi

It was not able to find this module

yum install perl-Config-Tiny
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package perl-Config-Tiny available.
Error: Nothing to do

uname -a
Linux khk9dsg25.ip.tdk.dk 2.6.32-573.7.1.el6.x86_64 #1 SMP Thu Sep 10 13:42:16 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
[root@khk9dsg25 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.7 (Santiago)

rgds,
Peter
Peter Calum
toper
Posts: 57
Joined: Tue Jul 31, 2012 7:04 am

Re: Upgrade fails from 5.2.0 to 5.2.3

Post by toper »

Hi,

I found the rpm here :
http://pkgs.org/centos-6/centos-i386/pe ... h.rpm.html

And then it worked.
Starting httpd:
==================
UPGRADE COMPLETED!
==================

Peter Calum
TDC
Denmark
Peter Calum
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Upgrade fails from 5.2.0 to 5.2.3

Post by hsmith »

Good to see that worked, still weird it couldn't find it in the repo.

Is there anything else we can do for you in this thread?
Former Nagios Employee.
me.
toper
Posts: 57
Joined: Tue Jul 31, 2012 7:04 am

Re: Upgrade fails from 5.2.0 to 5.2.3

Post by toper »

Hi,

We can close this issue

thanks,
Peter Calum
TDC, Denmark
Peter Calum
toper
Posts: 57
Joined: Tue Jul 31, 2012 7:04 am

Re: Upgrade fails from 5.2.0 to 5.2.3

Post by toper »

Hi

Tried a yum search install name is perl-Config-Tiny.noarch

I think you try to install with a wrong name in ./upgrade script
Setting up Install Process
No package perl-Config-Tiny available.



[root@khk9dsg25 ~]# yum search perl-Config-Tiny
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
================================================== N/S Matched: perl-Config-Tiny ===================================================
perl-Config-Tiny.noarch : Perl module for reading and writing .ini style configuration files

Name and summary matches only, use "search all" for everything.
[root@khk9dsg25 ~]#
[root@khk9dsg25 ~]# yum install perl-Config-Tiny.noarch
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Nothing to do
[root@khk9dsg25 ~]#

/Peter
Peter Calum
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Upgrade fails from 5.2.0 to 5.2.3

Post by ssax »

Interesting, when I do a yum search for perl-Config-Tiny I get nothing found as well:

Code: Select all

======================== N/S Matched: perl-Config-Tiny =========================
perl-Config-Tiny.noarch : Perl module for reading and writing .ini style
                        : configuration files

But "yum install perl-Config-Tiny" and "perl-Config-Tiny.noarch" both work for me..
Locked