Please post the output of the command
If you see output that looks like this:
Code:
[glenn@toshiba yum.repos.d]$ yum repolist
Loaded plugins: fastestmirror, presto, refresh-packagekit
Setting up and reading Presto delta metadata
No Presto metadata available for livna
No Presto metadata available for fedora
No Presto metadata available for rawhide
Loading mirror speeds from cached hostfile
* livna: rpm.livna.org
* fedora: mirror.nyi.net
* rawhide: mirror.umoss.org
* updates: lesloueizeh.com
fedora Fedora 9 - i386 enabled : 9,897
livna Livna for Fedora Core 9 - i386 - Base enabled : 741
rawhide Fedora - Rawhide enabled : 10,636
updates Fedora 9 - i386 - Updates enabled : 3,365
repolist: 24,639
then rawhide is in fact enabled and you will get the errors that you are seeing. You can disable rawhide one of two ways.
Code:
yum --disablerepo=rawhide update
or you can, and preferable should, edit the file
/etc/yum.repos.d/fedora-rawhide.repo. There will be a line in the file that reads enabled=1. Change it to enabled=0 and try your update again.