From: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
---|---|
To: | Bruno Lavoie <bl(at)brunol(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Re: Failed rpm package signature checks with reposync |
Date: | 2018-06-10 20:55:09 |
Message-ID: | 4ef787108c5f66611cdb58e615939591c8441e3a.camel@gunduz.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Hi,
Just saw this email. Does the problem still persist?
Regards, Devrim
On Wed, 2018-04-25 at 11:22 -0400, Bruno Lavoie wrote:
> Hello,
>
> Don't know if I should post it to hackers list, by I'll try here first.
>
> For many reasons, we're currently deploying a mirror for postgresql rpm
> packages. And when we run reposync (yum mirroring tool) with --gpgcheck
> switch some packages are removed due to failed signature check.
>
> Command and output:
> # reposync --repoid=pgdg10 --gpgcheck
> --download_path=/var/www/html/centos7/repos/postgresql/
>
> Package mysql_fdw_10-2.3.0-3.rhel7.x86_64.rpm is not signed 0% [
> ] 0.0 B/s | 0 B --:--:-- ETA
> (1/4): mysql_fdw_10-2.3.0-3.rhel7.x86_64.rpm
> | 30 kB 00:00:00
> (2/4): mysql_fdw_10-debuginfo-2.3.0-3.rhel7.x86_64.rpm
> | 117 kB 00:00:00
> (3/4): osm2pgrouting_10-2.3.3-1.rhel7.x86_64.rpm
> | 134 kB 00:00:00
> (4/4): osm2pgrouting_10-debuginfo-2.3.3-1.rhel7.x86_64.rpm
> | 17 kB 00:00:00
> Removing mysql_fdw_10-2.3.0-3.rhel7.x86_64.rpm due to failed signature
> check.
> Removing mysql_fdw_10-debuginfo-2.3.0-3.rhel7.x86_64.rpm due to failed
> signature check.
> Removing osm2pgrouting_10-2.3.3-1.rhel7.x86_64.rpm due to failed signature
> check.
> Removing osm2pgrouting_10-debuginfo-2.3.3-1.rhel7.x86_64.rpm due to failed
> signature check.
>
> Here is the used .repo file:
> [pgdg10]
> name=PostgreSQL 10 - RHEL 7 - x86_64
> baseurl=
> https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64
> enabled=0
> gpgcheck=1
> gpgkey=https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-10
>
>
> Any reasons for this?
>
> Thanks
> Bruno Lavoie
--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2018-06-10 20:55:40 | Re: pg_upgrade and wraparound |
Previous Message | Alexander Shutyaev | 2018-06-10 20:48:09 | Re: pg_upgrade and wraparound |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2018-06-10 22:49:41 | Re: why partition pruning doesn't work? |
Previous Message | Tom Lane | 2018-06-10 19:59:04 | JIT versus standalone-headers checks |