[CentOS] Yum Mirror Errors

Wed Apr 18 18:00:37 UTC 2007
Phil Schaffner <Philip.R.Schaffner at NASA.gov>

On Wed, 2007-04-18 at 10:21 -0500, Johnny Hughes wrote:
> There is no contrib repo in CentOS 5 ... please edit
> your /etc/yum.repos.d/CentOS-Base.repo file and turn it off (enabled=0)
> or just remove that section.
> 
> It is off by default, not sure how it got turned on in your case.

I'd venture a guess that there exists

/etc/yum.repos.d/CentOS-Base.repo.rpmnew

In which case

# mv /etc/yum.repos.d/CentOS-Base.repo.rpmnew \
 /etc/yum.repos.d/CentOS-Base.repo

should do the trick.

Phil