Repository Issue

Hi,

I’ve run into an issue with the nginx repository. Previously, I’ve never
needed to add a key to use the nginx repo, however I’ve now run into an
issue where it’s asking for one, and I can’t find a gpg server for nginx
to
get one.

My sources.list:
*
[root@GLaDOS ~]# cat /etc/apt/sources.list

deb http://ftp.us.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.us.debian.org/debian/ squeeze main contrib non-free

deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main

deb http://ftp.us.debian.org/debian/ squeeze-updates main
deb-src http://ftp.us.debian.org/debian/ squeeze-updates main

deb Index of /packages/debian/ squeeze nginx
deb-src Index of /packages/debian/ squeeze nginx
[root@GLaDOS ~]#
*

The error I get on apt-get update:
[root@GLaDOS ~]# apt-get update
Hit http://security.debian.org squeeze/updates Release.gpg
*Ign http://security.debian.org/ squeeze/updates/main Translation-en
*
*Ign http://security.debian.org/ squeeze/updates/main Translation-en_US
*
*Hit http://security.debian.org squeeze/updates Release
*
*Hit http://ftp.us.debian.org squeeze Release.gpg
*
*Ign http://ftp.us.debian.org/debian/ squeeze/contrib Translation-en
*
*Ign http://ftp.us.debian.org/debian/ squeeze/contrib Translation-en_US
*
*Hit http://security.debian.org squeeze/updates/main Sources
*
*Hit http://security.debian.org squeeze/updates/main amd64 Packages *
*Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en *
*Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en_US *
Ign http://ftp.us.debian.org/debian/ squeeze/non-free Translation-en
Ign http://ftp.us.debian.org/debian/ squeeze/non-free
Translation-en_US

*Hit http://ftp.us.debian.org squeeze-updates Release.gpg *
Ign http://ftp.us.debian.org/debian/ squeeze-updates/main
Translation-en

*Ign http://ftp.us.debian.org/debian/ squeeze-updates/main
Translation-en_US
*
*Hit http://ftp.us.debian.org squeeze Release *
*Get:1 http://nginx.org squeeze Release.gpg [287 B] *
Ign Index of /packages/debian/ squeeze/nginx Translation-en
Hit http://ftp.us.debian.org squeeze-updates Release
*Hit http://ftp.us.debian.org squeeze/main Sources *
Hit http://ftp.us.debian.org squeeze/contrib Sources
Hit http://ftp.us.debian.org squeeze/non-free Sources
Hit http://ftp.us.debian.org squeeze/main amd64 Packages
Hit http://ftp.us.debian.org squeeze/contrib amd64 Packages
Hit http://ftp.us.debian.org squeeze/non-free amd64 Packages
Ign Index of /packages/debian/ squeeze/nginx Translation-en_US
Get:2 http://nginx.org squeeze Release [3,037 B]
*Ign http://nginx.org squeeze Release *
Hit http://ftp.us.debian.org squeeze-updates/main Sources/DiffIndex
Ign http://nginx.org squeeze/nginx Sources/DiffIndex
Hit http://ftp.us.debian.org squeeze-updates/main amd64
Packages/DiffIndex

Hit http://ftp.us.debian.org squeeze-updates/main amd64 Packages
Ign http://nginx.org squeeze/nginx amd64 Packages/DiffIndex
Ign http://nginx.org squeeze/nginx Sources
Ign http://nginx.org squeeze/nginx amd64 Packages
Hit http://nginx.org squeeze/nginx Sources
Hit http://nginx.org squeeze/nginx amd64 Packages
Fetched 288 B in 1s (207 B/s)
Reading package lists… Done
W: GPG error: http://nginx.org squeeze Release: The following
signatures
couldn’t be verified because the public key is not available: NO_PUBKEY
ABF5BD827BD9BF62

[root@GLaDOS ~]#
*
*
I’d appreciate the help. Thanks.
Chris

On 15.12.2011, at 23:19, Chris Plessy wrote:

Hi,

I’ve run into an issue with the nginx repository. Previously, I’ve never needed
to add a key to use the nginx repo, however I’ve now run into an issue where it’s
asking for one, and I can’t find a gpg server for nginx to get one.

First of all this is only warning and you can ignore it, if you know
what are you doing.
In case you prefer to add public key, used for signing packages and
repository,
you can download from:

a) nginx.org - http://nginx.org/packages/keys/nginx_signing.key
b) pgp key servers - with command gpg --recv-key 7BD9BF62

To add key to apt keyring run either:

cat nginx_signing.key | sudo apt-key add -

or:

gpg -a --export 7BD9BF62 | sudo apt-key add -