Re: 9.2 RHEL6 yum Repository broken?

From: Jeffrey Jones <jjones(at)toppan-f(dot)co(dot)jp>
To: pgsql-general(at)postgresql(dot)org, Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Subject: Re: 9.2 RHEL6 yum Repository broken?
Date: 2013-02-15 00:57:27
Message-ID: 511D87F7.7070800@toppan-f.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Devrim and co

I downloaded
http://yum.postgresql.org/9.2/redhat/rhel-6Server-x86_64/repodata/primary.sqlite.bz2
using wget on the afected computer and ran md5sum over it with the
following result:

9258bd5672cf7abb55a0d95ee2467afc primary.sqlite.bz2

I have downloaded it from a few separate computers and they all return
that same result.

Could someone else do the same and make sure that they get the same
result? (To eliminate the company network as a possible culprit)?

I also extracted and looked at the sqlite file with sqliteman and it
worked without trouble. If there really was a problem then I would have
expected sqliteman to fail reading the file.

Also: Is there a way to check the *actual* file that is downloaded by
yum itself?

cheers

Jeff

On 13/02/13 17:31, Jeffrey Jones wrote:
> Actually, the URL for the meta-data file is right there in the error
> message.
>
> I will do a wget and see if I can see anything obviously wrong.
>
> On 13/02/13 17:27, Jeffrey Jones wrote:
>> Hello Devrim
>>
>> I have run the commands as you specified but unfortunately the error
>> pops up again when I run yum makecache.
>>
>> I have tried this on two separately built VMs, the exact details are:
>>
>> RHEL 6.3 (64 bit)
>> Registered with RedHat using subscription-manager
>> rhel-server-optional-rpms subscribed
>> Epel repository added via rpm
>> postgres repository added via rpm
>>
>> I cannot believe that the other repositories would have an effect but
>> for the sake of completeness I thought I should list em.
>>
>> I have tried running the makecache command with the debug flag but I
>> cannot get further useful information from what has been written
>> already.
>>
>> Is there a way I can get the metadata file directly so we can see the
>> raw file and compare it?
>>
>> Thanks
>>
>> Jeff
>>
>> On 13/02/13 17:10, Devrim GÜNDÜZ wrote:
>>> Hi,
>>>
>>> On Wed, 2013-02-13 at 12:03 +0900, Jeffrey Jones wrote:
>>>
>>>> As I can tell the PostgreSQL 9.2 yum repository for use with RHEL6
>>>> (64bit) is broken.
>>>>
>>>> On a fresh RHEL6.3 (64-bit) installation, as root, run the following
>>>> commands:
>>>>
>>>> rpm -i
>>>> http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/pgdg-redhat92-9.2-7.noarch.rpm
>>>>
>>>> yum update
>>>>
>>>> (As stated in the instructions on
>>>> http://www.postgresql.org/download/linux/redhat/)
>>>>
>>>> The yum update command fails with the following message (had to
>>>> copy by
>>>> hand; please forgive formatting strangeness):
>>>>
>>>> pgdg92 | 2.8 kb 00:00
>>>> pgdg92/primary_db | 103 kb 00:00
>>>> http://yum.postgresql.org/9.2/redhat/rhel-6Server-x86_64/repodata/primary.sqlite.bz2:
>>>>
>>>> [Errno -1] Metadata file does not match checksum
>>>> Trying other mirror
>>> That should not happen, and I could not reproduce this in build
>>> machines, staging machine and my own machine. Still, I refreshed
>>> metadata cache. Could you please run
>>>
>>> yum clean all; yum makecache
>>>
>>> and then install the package? Between Saturday and Tuesday, I added
>>> various new packages to the repository several times. You were probably
>>> caught between them.
>>>
>>> Regards,
>>>
>>
>>
>>
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Frost 2013-02-15 01:52:29 Re: 9.2 RHEL6 yum Repository broken?
Previous Message Joe Van Dyk 2013-02-15 00:32:45 Avoiding duplication of code via views -- slower? How do people typically do this?