I finally started yum upgrade for CentOS 6.0+CR x86_64.
yum reports that I have already installed
perl-5.10.1-119.el6_1.1,
but perl-CGI requests for
perl-5.10.1-119.el6 from ISO/base repo.
Can someone advise on the best course of action? Logical would be to downgrade perl to the one from ISO file.
On 12/20/2011 03:55 PM, Ljubomir Ljubojevic wrote:
I finally started yum upgrade for CentOS 6.0+CR x86_64.
yum reports that I have already installed
perl-5.10.1-119.el6_1.1,
but perl-CGI requests for
perl-5.10.1-119.el6 from ISO/base repo.
Can someone advise on the best course of action? Logical would be to downgrade perl to the one from ISO file.
Hi,
perhaps it is the same as: http://lists.centos.org/pipermail/centos/2011-December/120923.html You just need a yum clean all && yum update
Fabien
Vreme: 12/20/2011 03:58 PM, Fabien Archambault piše:
On 12/20/2011 03:55 PM, Ljubomir Ljubojevic wrote:
I finally started yum upgrade for CentOS 6.0+CR x86_64.
yum reports that I have already installed
perl-5.10.1-119.el6_1.1,
but perl-CGI requests for
perl-5.10.1-119.el6 from ISO/base repo.
Can someone advise on the best course of action? Logical would be to downgrade perl to the one from ISO file.
Hi,
perhaps it is the same as: http://lists.centos.org/pipermail/centos/2011-December/120923.html You just need a yum clean all&& yum update
Fabien _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
No, looked at it. The problem is that CR carried higher version of perl package, although only "_1.1" at the end. If that perl package is to appear in updates repo then I would wait. If not, then I will downgrade.
On 12/20/2011 09:03 AM, Ljubomir Ljubojevic wrote:
Vreme: 12/20/2011 03:58 PM, Fabien Archambault piše:
On 12/20/2011 03:55 PM, Ljubomir Ljubojevic wrote:
I finally started yum upgrade for CentOS 6.0+CR x86_64.
yum reports that I have already installed
perl-5.10.1-119.el6_1.1,
but perl-CGI requests for
perl-5.10.1-119.el6 from ISO/base repo.
Something is wrong with your setup ... there is a perl-GCI in updates that is perl-CGI-3.51-119.el6_1.1 and matches perl-5.10.1-119.el6_1.1 from the same place.
Vreme: 12/20/2011 04:15 PM, Johnny Hughes piše:
On 12/20/2011 09:03 AM, Ljubomir Ljubojevic wrote:
Vreme: 12/20/2011 03:58 PM, Fabien Archambault piše:
On 12/20/2011 03:55 PM, Ljubomir Ljubojevic wrote:
I finally started yum upgrade for CentOS 6.0+CR x86_64.
yum reports that I have already installed
perl-5.10.1-119.el6_1.1,
but perl-CGI requests for
perl-5.10.1-119.el6 from ISO/base repo.
Something is wrong with your setup ... there is a perl-GCI in updates that is perl-CGI-3.51-119.el6_1.1 and matches perl-5.10.1-119.el6_1.1 from the same place.
Hmmm, my local mirror does not have them. I either rsync from not-up to date mirror or something broke. Thanks, I will investigate and solve it.
Vreme: 12/20/2011 04:20 PM, Ljubomir Ljubojevic piše:
Vreme: 12/20/2011 04:15 PM, Johnny Hughes piše:
On 12/20/2011 09:03 AM, Ljubomir Ljubojevic wrote:
Vreme: 12/20/2011 03:58 PM, Fabien Archambault piše:
On 12/20/2011 03:55 PM, Ljubomir Ljubojevic wrote:
I finally started yum upgrade for CentOS 6.0+CR x86_64.
yum reports that I have already installed
perl-5.10.1-119.el6_1.1,
but perl-CGI requests for
perl-5.10.1-119.el6 from ISO/base repo.
Something is wrong with your setup ... there is a perl-GCI in updates that is perl-CGI-3.51-119.el6_1.1 and matches perl-5.10.1-119.el6_1.1 from the same place.
Hmmm, my local mirror does not have them. I either rsync from not-up to date mirror or something broke. Thanks, I will investigate and solve it.
Yup, I got caught with my pants down. updates repo channel changed directory from RPMS to Packages on Dec 11, and I was too busy to check the log report, due to the lack of time and not uncommon internet connection problems during the night (wireless links for 100+km) or third party mirrors issues. Not an excuse of course.
Thanks Johnny.
On 12/20/2011 09:55 AM, Ljubomir Ljubojevic wrote:
I finally started yum upgrade for CentOS 6.0+CR x86_64.
yum reports that I have already installed
perl-5.10.1-119.el6_1.1,
but perl-CGI requests for
perl-5.10.1-119.el6 from ISO/base repo.
Can someone advise on the best course of action? Logical would be to downgrade perl to the one from ISO file.
I had the same issue. yum clean all helped with that.
Phil