Hi Pat,

just check 
http://ftp.scientificlinux.org/linux/scientific/6.4/x86_64/os/repodata/repomd.xml

wget -O - 
"http://ftp.scientificlinux.org/linux/scientific/6.4/x86_64/os/repodata/repomd.xml";
 2> /dev/null | grep -A7 '"filelists"'
  <data type="filelists">
    <checksum 
type="sha256">8f9fcad797a917e45bc021638e0b1df01dc25f8bc6f7c9b2b564c34efbdf2d68</checksum>
    <timestamp>1363975800</timestamp>
    <size>4797950</size>
    <open-size>71777950</open-size>
    <open-checksum 
type="sha256">e8042a259e3765f4a8493c400dbb82395b2aa828e7e06879f2d61b9bfecead1f</open-checksum>
    <location href="repodata/filelists.xml.gz"/>
  </data>

wget -O - 
"http://ftp.scientificlinux.org/linux/scientific/6.4/x86_64/os/repodata/filelists.xml.gz";
 2>/dev/null | sha256sum
e8042a259e3765f4a8493c400dbb82395b2aa828e7e06879f2d61b9bfecead1f  -

Martin

-- 
Martin Surovčák | Platform Engineer
[email protected]


> Hi Martin,
> 
> Can I get the urls where you noticed the problem?
> 
> Pat
> 
> On 04/19/2013 07:31 AM, Martin Surovcak wrote:
>> Hi all,
>> 
>> I've just discovered that repomd.xml for SL6x x86_64 is wrong on all SL 
>> mirrors. There are switched values for checksum and open-checksum for 
>> several files (.gz).
>> 
>> I'm attaching diff which is pretty simple.
>> 
>> I was building own mirror with Pulp and wasn't able to fetch SL6x repository 
>> - that's how I've discovered this problem. Intallation via yum/anakonda is 
>> ok - and I think it might not be as checksums are not correct.
>> 
>> 
>> 
>> 
> 
> 
> -- 
> Pat Riehecky
> 
> Scientific Linux developer
> 
> http://www.scientificlinux.org/

Reply via email to