[CentOS] Re: Yum errors

Wed Jul 23 13:27:31 UTC 2008
kOoLiNuS - Nicola Losito <suser.koolinus at gmail.com>

Il giorno gio, 03/07/2008 alle 11.04 -0700, Scott Silva ha scritto:
> on 7-2-2008 8:01 AM Karanbir Singh spake the following:
> > Scott Silva wrote:
> >> I'm having a problem with a fairly new server.
> >> Running yum upgrade I get the following:
> >>
> >> Traceback (most recent call last):
> >>   File "/usr/bin/yum", line 29, in ?
> >>     yummain.main(sys.argv[1:])
> >>   File "/usr/share/yum-cli/yummain.py", line 105, in main
> >>     result, resultmsgs = base.doCommands()

[cut]
Hi!
I've resolved it checking (manually) the lastest version of yum and some
related packages:

yum-3.2.8-9.el5.centos.2.1.noarch.rpm
yum-fastestmirror-1.1.10-9.el5.centos.noarch.rpm
yum-refresh-updatesd-1.1.10-9.el5.centos.noarch.rpm
yum-updatesd-0.9-2.el5.noarch.rpm

which I manually updated with a "yum localinstall ./yum-* " command
after having *disabled* any other 3rd-party repository present in my
sources list.

Everything went ok after having done this.
Good luck (if you still haven't found a solution on this topic!)