> [root@200-170-106-105 Fedora]# yum --obsoletes update > Setting up Update Process > Setting up Repo: development > repomd.xml 100% |=========================| 1.1 kB 00:00 > Reading repository metadata in from local files > developmen: ################################################## 3422/3422 > Resolving Dependencies > module-init-tools-3.1-0.p 100% |=========================| 19 kB 00:00 If you can get this to happen still I would love for you to run: strace -o /tmp/somefile.out yum --obsoletes update and attach somefile.out to a bugzilla report. > [root@200-170-106-105 Fedora]# yum --obsoletes update > Setting up Update Process > Setting up Repo: development > repomd.xml 100% |=========================| 1.1 kB 00:00 > Reading repository metadata in from local files > primary.xml.gz 100% |=========================| 925 kB 00:41 > repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum > Error: failure: repodata/primary.xml.gz from development: [Errno 256] No > more mirrors to try. > [root@200-170-106-105 Fedora]# > Now, this last one is a correct error, It's saying it downloaded the primary.xml.gz file and it doesn't match the checksum in repomd.xml - that's not a yum error, that's a repository inconsistency or a download failure. -sv