Re: checksum error
seth vidal <[email protected]>
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <1126619409.16298.3.camel@cutter> |
On Tue, 2005-09-13 at 15:20 +0200, Ivan Cheniot wrote: > Hi, I've made a yum repository (physp6) using createrepo-0.4.2-1 on a > FedoraCore2 > I face the following problem while trying to get info from a package of > this repository: > > ########### > > [root@physp610 ~]# yum info MuPADscilab > Setting up Repos > physp6 100% |=========================| 951 B 00:00 > dag 100% |=========================| 1.1 kB 00:00 > base 100% |=========================| 1.1 kB 00:00 > updates-released 100% |=========================| 951 B 00:00 > Reading repository metadata in from local files > primary.xml.gz 100% |=========================| 5.2 kB 00:00 > http://physp6www.cicrp.jussieu.fr/yum_physp6_repository/fc3/repodata/primary.xml.gz: > [Errno -1] Metadata file does not match checksum > > ########### > > Has anybody faced this problem and know how to solve it? > look in the repomd.xml file and compare the sha1sum inside it to the primary.xml.gz file in the repo. if they don't match then something went wrong - and if I had to guess anything - you might want to check to see if you're out of disk space. -sv