CentOSのyumで404エラー
VMware上に入れていたCentOSを久しぶりに立ち上げて、yum updateを行おうとしたらエラーが出た。これ(CentOSのMLのスレッド?)と同じようなエラー。
http://centosk.centos.org/centos/5/contrib/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found Trying other mirror. http://centosi.centos.org/centos/5/contrib/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found Trying other mirror.
レポジトリが見付からないってエラーなんだけど、今の最新バージョンがCentOS 5.5なのに対し、使ってるのが5.3だからかなぁとかちょっと思ったんだけど、ちょっと調べた結果 /etc/yum.repos.d/CentOS-Base.repo でmirrorlistが使われてたんだけど、以下のようにそこをコメントアウトしてbaseurlの行だけを有効にしたら大丈夫だった。
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/