Re: BUG #17001: YUM repository seems to be missing .asc file

From: Nick Form <nick(dot)form(at)oxfordsemantic(dot)tech>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17001: YUM repository seems to be missing .asc file
Date: 2021-05-07 15:09:19
Message-ID: LO2P265MB3547EDB7A8F2ED8726CE7D69FB579@LO2P265MB3547.GBRP265.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Devrim,

Thank you for your response. You are correct that I downloaded the
wrong repo RPM initially. Have corrected my mistake I now have the
desired PostgreSQL version installed and running on the machine.
Please accept my apologies for the inconvenience.

Regards,

Nick

On 07/05/2021, 13:00, "Devrim Gündüz" <devrim(at)gunduz(dot)org> wrote:

Hi,

On Fri, 2021-05-07 at 08:55 +0000, PG Bug reporting form wrote:
> The following bug has been logged on the website:
>
> Bug reference: 17001
> Logged by: Nick Form
> Email address: nick(dot)form(at)oxfordsemantic(dot)tech<mailto:nick(dot)form(at)oxfordsemantic(dot)tech>
> PostgreSQL version: Unsupported/Unknown
> Operating system: CentOS
> Description:
>
> With pgdg-redhat-repo-latest.noarch.rpm installed on a Centos 7
> system
> running on 64-bit ARM (as per instructions at
> https://www.postgresql.org/download/linux/redhat/), any attempt to
> use yum
> results in errors complaining that
> https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-7-aarch64/repodata/repomd.xml.asc
> does not exist. Browsing to
> https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-7-aarch64/repodata
> confirms that the signature file is not present. The corresponding
> signature
> file for x86_64 does exist. Is this a deployment error or is GPG
> checking
> simply not supported for ARM at the moment?

Nope, I believe you did not download the correct repo RPM. Please make
sure that you have the repo RPM for aarch64. You can check it with:

rpm -qi pgdg-redhat-repo | grep -i summary

It should say:

Summary : PostgreSQL PGDG RPMs- Yum Repository Configuration for
Red Hat / CentOS on aarch64

Recently I pushed new repo files for x86_64, but did not push those
changes for arm64 *yet*.

Regards,
--
Devrim Gündüz
Open Source Solution Architect, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2021-05-07 20:58:01 Re: BUG #16997: parameter server_encoding's category problem
Previous Message Devrim Gündüz 2021-05-07 12:00:02 Re: BUG #17001: YUM repository seems to be missing .asc file