Обсуждение: BUG #15163: Unable to get the OpenGPG data

Поиск
Список
Период
Сортировка

BUG #15163: Unable to get the OpenGPG data

От
PG Bug reporting form
Дата:
The following bug has been logged on the website:

Bug reference:      15163
Logged by:          Francis ANDRE
Email address:      zosrothko@orange.fr
PostgreSQL version: 9.6.6
Operating system:   Ubuntu Trusty
Description:

fandre@ubuntu-trusty-64:~$ wget --quiet -O -
https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
gpg: aucune donnée OpenPGP valable n'a été trouvée.

fandre@ubuntu-trusty-64:~$ uname -a
Linux ubuntu-trusty-64 4.4.0-119-generic #143~14.04.1-Ubuntu SMP Mon Apr 2
18:04:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


Re: BUG #15163: Unable to get the OpenGPG data

От
Magnus Hagander
Дата:


On Fri, Apr 20, 2018 at 7:31 AM, PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference:      15163
Logged by:          Francis ANDRE
Email address:      zosrothko@orange.fr
PostgreSQL version: 9.6.6
Operating system:   Ubuntu Trusty
Description:       

fandre@ubuntu-trusty-64:~$ wget --quiet -O -
https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
gpg: aucune donnée OpenPGP valable n'a été trouvée.

fandre@ubuntu-trusty-64:~$ uname -a
Linux ubuntu-trusty-64 4.4.0-119-generic #143~14.04.1-Ubuntu SMP Mon Apr 2
18:04:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


If you just run the wget part of the command, what output do you get? It does give me a proper key here..


--