Upgrade fails from 5.2.0 to 5.2.3
Please find attached log
br,
Peter Calum
TDC
Denmark
Upgrade fails from 5.2.0 to 5.2.3
Upgrade fails from 5.2.0 to 5.2.3
You do not have the required permissions to view the files attached to this post.
Peter Calum
Re: Upgrade fails from 5.2.0 to 5.2.3
Do you have the "Config::Tiny" perl module installed? Try running the following command to install the package:
then rerun the upgrade. Did this help?
Code: Select all
yum install perl-Config-TinyBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Upgrade fails from 5.2.0 to 5.2.3
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
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
Re: Upgrade fails from 5.2.0 to 5.2.3
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
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
Re: Upgrade fails from 5.2.0 to 5.2.3
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?
Is there anything else we can do for you in this thread?
Former Nagios Employee.
me.
me.
Re: Upgrade fails from 5.2.0 to 5.2.3
Hi,
We can close this issue
thanks,
Peter Calum
TDC, Denmark
We can close this issue
thanks,
Peter Calum
TDC, Denmark
Peter Calum
Re: Upgrade fails from 5.2.0 to 5.2.3
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
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
Re: Upgrade fails from 5.2.0 to 5.2.3
Interesting, when I do a yum search for perl-Config-Tiny I get nothing found as well:
But "yum install perl-Config-Tiny" and "perl-Config-Tiny.noarch" both work for me..
Code: Select all
======================== N/S Matched: perl-Config-Tiny =========================
perl-Config-Tiny.noarch : Perl module for reading and writing .ini style
: configuration filesBut "yum install perl-Config-Tiny" and "perl-Config-Tiny.noarch" both work for me..