Re: check-update fails after yum-upgrade is interrupted
seth vidal <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <1216400616.23800.1.camel@rosebud> |
On Fri, 2008-07-18 at 12:43 -0400, Flatfender wrote: > rpm -qa |grep yum > yum-metadata-parser-1.0-8.fc6 > yum-metadata-parser-1.1.2-2.el5 This is your problem right here. You have half of the yum update installed. I'd recommend doing this: rpm -e yum-metadata-parser-1.0.8.fc6 download yum-3.2.8-9.el5.centos.2.1.noarch.rpm from your centos5 mirror rpm -Uvh yum-3.2.8-9.el5.centos.2.1.noarch.rpm then try it . -sv