Page 1 of 1

Upgrade fails from 5.2.0 to 5.2.3

Posted: Mon Dec 14, 2015 4:01 am
by toper
Upgrade fails from 5.2.0 to 5.2.3

Please find attached log

br,
Peter Calum
TDC
Denmark

Re: Upgrade fails from 5.2.0 to 5.2.3

Posted: Mon Dec 14, 2015 12:18 pm
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?

Re: Upgrade fails from 5.2.0 to 5.2.3

Posted: Mon Dec 14, 2015 2:01 pm
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

Re: Upgrade fails from 5.2.0 to 5.2.3

Posted: Mon Dec 14, 2015 2:07 pm
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

Re: Upgrade fails from 5.2.0 to 5.2.3

Posted: Mon Dec 14, 2015 4:04 pm
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?

Re: Upgrade fails from 5.2.0 to 5.2.3

Posted: Tue Dec 15, 2015 7:07 am
by toper
Hi,

We can close this issue

thanks,
Peter Calum
TDC, Denmark

Re: Upgrade fails from 5.2.0 to 5.2.3

Posted: Tue Dec 15, 2015 7:16 am
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

Re: Upgrade fails from 5.2.0 to 5.2.3

Posted: Tue Dec 15, 2015 3:49 pm
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..