Re: [rhelv5-list] Yum Problems

2012-05-29 Thread George Pochiscan
District Bucharest, Romania IT innovation at its finest. -Original Message- From: rhelv5-list-boun...@redhat.com [mailto:rhelv5-list-boun...@redhat.com] On Behalf Of Neil McNab Sent: Thursday, May 24, 2012 1:49 AM To: rhelv5-list@redhat.com Subject: Re: [rhelv5-list] Yum Problems Thanks

Re: [rhelv5-list] YUM Problems

2012-05-23 Thread George Pochiscan
Hello, The solution for this problem is commenting the lines 226 and 227 from /usr/lib/python2.4/logging/__init__.py. After this, if you have an error that says that you connected to many times to rhn delete the system from rhn and reregister the system with rhn_register. For me, this worked.

Re: [rhelv5-list] yum problems

2012-05-21 Thread George Pochiscan
: Thu, 17 May 2012 10:45:10 -0400 From: Geoffrey Myers li...@serioustechnology.com To: Red Hat Enterprise Linux 5 (Tikanga) discussion mailing-list rhelv5-list@redhat.com Subject: Re: [rhelv5-list] Yum problems Message-ID: 4fb50ef6.2070...@serioustechnology.com Content-Type: text/plain; charset

Re: [rhelv5-list] Yum problems

2012-05-20 Thread Neil McNab
I just started seeing this too, RHEL 5.8. [root@SCMWEB ~]# rpm -qva|grep -i yum yum-security-1.1.16-21.el5 yum-rhn-plugin-0.5.4-26.el5 yum-metadata-parser-1.1.2-3.el5 yum-updatesd-0.9-2.el5 yum-3.2.22-39.el5 [root@SCMWEB ~]# yum update Loaded plugins: rhnplugin, security Traceback (most recent

Re: [rhelv5-list] Yum problems

2012-05-17 Thread Brian Seklecki
What does yum.conf look like? Also: % sudo rpm -qva|grep -i yum ___ rhelv5-list mailing list rhelv5-list@redhat.com https://www.redhat.com/mailman/listinfo/rhelv5-list

Re: [rhelv5-list] Yum problems

2012-05-17 Thread Geoffrey Myers
On 05/17/2012 08:26 AM, Brian Seklecki wrote: What does yum.conf look like? Also: % sudo rpm –qva|grep –i yum FYI, sudo is not necessary for this rpm command, it's just listing, thus any user may run it. Further, the '-v' is useless in this context, thus: rpm -qa|grep -i yum will