Обсуждение: new apt-key " ACCC4CF8.asc" error

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

new apt-key " ACCC4CF8.asc" error

От
Ben Rasmussen
Дата:
Hello,

I've updated the apt-key but the new key is still generating the following error when running apt-get update:

W: GPG error: http://pgapt.debian.net sid-pgdg Release: The following signatures were invalid: BADSIG 7FCC7D46ACCC4CF8
PostgreSQLDebian Repository 

Before updating the message was:

W: A error occurred during the signature verification. The repository is not updated and the
+previous index files will be used. GPG error: http://pgapt.debian.net sid-pgdg InRelease: The
+following signatures were invalid: KEYEXPIRED 1350073154

Thanks,
Ben


Re: new apt-key " ACCC4CF8.asc" error

От
Markus Wanner
Дата:
Ben,

On 10/19/2012 02:22 PM, Ben Rasmussen wrote:
> I've updated the apt-key but the new key is still generating the following error when running apt-get update:
>
> W: GPG error: http://pgapt.debian.net sid-pgdg Release: The following signatures were invalid: BADSIG
7FCC7D46ACCC4CF8PostgreSQL Debian Repository 

I've just added the pgapt.debian.net repository to one of my wheezy
machines, and succeeded with the following commands:

wget "http://pgapt.debian.net/ACCC4CF8.asc"
apt-key add ACCC4CF8.asc

After that, `apt-get update` was perfectly happy. Are you sure you
`apt-key add`ed the correct key?

Regards

Markus Wanner


Re: new apt-key " ACCC4CF8.asc" error

От
Ben Rasmussen
Дата:
Hi Markus,

That is the process that I followed, as well. The updated key shows when I run apt-key list:

pub   4096R/ACCC4CF8 2011-10-13 [expires: 2013-10-13]
uid                  PostgreSQL Debian Repository

We are using the sid repo.

Thanks,
Ben


On Fri, Oct 19, 2012 at 03:02:13PM +0200, Markus Wanner wrote:
> Ben,
>
> On 10/19/2012 02:22 PM, Ben Rasmussen wrote:
> > I've updated the apt-key but the new key is still generating the following error when running apt-get update:
> >
> > W: GPG error: http://pgapt.debian.net sid-pgdg Release: The following signatures were invalid: BADSIG
7FCC7D46ACCC4CF8PostgreSQL Debian Repository 
>
> I've just added the pgapt.debian.net repository to one of my wheezy
> machines, and succeeded with the following commands:
>
> wget "http://pgapt.debian.net/ACCC4CF8.asc"
> apt-key add ACCC4CF8.asc
>
> After that, `apt-get update` was perfectly happy. Are you sure you
> `apt-key add`ed the correct key?
>
> Regards
>
> Markus Wanner