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

Started by PG Bug reporting formalmost 5 years ago3 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 17001
Logged by: Nick Form
Email address: nick.form@oxfordsemantic.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?

I apologise if this is not the appropriate place to submit this problem - it
seems about the best given that the repository URL is a subdomain of
postgresql.org but the bug reporting guidelines do not seem to cover this
scenario. If I am in the wrong place, please feel free to direct me to the
correct place and close the bug report straight away.

Thanks in advance,

Nick

#2Devrim GÜNDÜZ
devrim@gunduz.org
In reply to: PG Bug reporting form (#1)
Re: BUG #17001: YUM repository seems to be missing .asc file

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.form@oxfordsemantic.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

#3Nick Form
nick.form@oxfordsemantic.tech
In reply to: Devrim GÜNDÜZ (#2)
Re: BUG #17001: YUM repository seems to be missing .asc file

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@gunduz.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.form@oxfordsemantic.tech<mailto:nick.form@oxfordsemantic.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