I had a problem doing the update from CentOS 4.3 to 4.4 this morning. Most likely due to my selective updating of certain packages in the wrong order. Basically after updating yum, updates would hang and shoot the cpu through the roof. The problem seems to be a difference in the sqlite format of the yum cache files since sqlite is updated in this upgrade.
To fix this I did the following:
rpm -e yum sqlite sqlite-devel python-sqlite
rm -rf /var/cache/yum
Downloaded the 4.3 versions of yum, sqlite, sqlite-devel and python-sqlite
http://altruistic.lbl.gov/mirrors/ce...6/CentOS/RPMS/ and install them:
rpm -ivh yum sqlite sqlite-devel python-sqlite
Then before you do any other updating, explicitly upgrade those to the 4.4 versions:
yum update yum sqlite sqlite-devel python-sqlite
Then I was fine to:
yum update


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks