PDA

View Full Version : atp-get update error


Charan
08-07-2007, 01:25 AM
Im getting the following error when using sudo atp-get update on Feisty.


W: GPG error: http://download.tuxfamily.org feisty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2D6CFB44DD800CD9
W: You may want to run apt-get update to correct these problems


I get the same error when updating from Synaptic.

Im not sure if the updates are working are not.


$sudo apt-get update
Password:
Get:1 http://archive.ubuntu.com feisty Release.gpg [191B]
Ign http://archive.ubuntu.com feisty/main Translation-en_IN
Ign http://archive.ubuntu.com feisty/restricted Translation-en_IN
Ign http://archive.ubuntu.com feisty/universe Translation-en_IN
Ign http://archive.ubuntu.com feisty/multiverse Translation-en_IN
Get:2 http://archive.ubuntu.com feisty-security Release.gpg [191B]
Ign http://archive.ubuntu.com feisty-security/restricted Translation-en_IN
Ign http://archive.ubuntu.com feisty-security/main Translation-en_IN
Get:3 http://download.tuxfamily.org feisty Release.gpg [189B]
Ign http://download.tuxfamily.org feisty/eyecandy Translation-en_IN
Get:4 http://download.tuxfamily.org feisty Release [14.2kB]
Ign http://archive.ubuntu.com feisty-security/multiverse Translation-en_IN
Ign http://archive.ubuntu.com feisty-security/universe Translation-en_IN
Get:5 http://archive.ubuntu.com feisty-updates Release.gpg [191B]
Ign http://archive.ubuntu.com feisty-updates/restricted Translation-en_IN
Ign http://archive.ubuntu.com feisty-updates/main Translation-en_IN
Ign http://archive.ubuntu.com feisty-updates/multiverse Translation-en_IN
Ign http://archive.ubuntu.com feisty-updates/universe Translation-en_IN
Hit http://archive.ubuntu.com feisty Release
Hit http://archive.ubuntu.com feisty-security Release
Hit http://archive.ubuntu.com feisty-updates Release
Ign http://download.tuxfamily.org feisty Release
Hit http://archive.ubuntu.com feisty/main Packages
Hit http://archive.ubuntu.com feisty/restricted Packages
Hit http://archive.ubuntu.com feisty/main Sources
Hit http://archive.ubuntu.com feisty/restricted Sources
Hit http://archive.ubuntu.com feisty/universe Packages
Hit http://archive.ubuntu.com feisty/universe Sources
Hit http://archive.ubuntu.com feisty/multiverse Packages
Hit http://archive.ubuntu.com feisty/multiverse Sources
Hit http://archive.ubuntu.com feisty-security/restricted Packages
Hit http://archive.ubuntu.com feisty-security/main Packages
Hit http://archive.ubuntu.com feisty-security/multiverse Packages
Hit http://archive.ubuntu.com feisty-security/universe Packages
Hit http://archive.ubuntu.com feisty-updates/restricted Packages
Hit http://archive.ubuntu.com feisty-updates/main Packages
Hit http://archive.ubuntu.com feisty-updates/multiverse Packages
Hit http://archive.ubuntu.com feisty-updates/universe Packages
Get:6 http://download.tuxfamily.org feisty/eyecandy Packages [14.4kB]
Hit http://download.tuxfamily.org feisty/eyecandy Sources
Get:7 http://wine.budgetdedicated.com feisty Release.gpg [191B]
Ign http://wine.budgetdedicated.com feisty/main Translation-en_IN
Hit http://wine.budgetdedicated.com feisty Release
Ign http://wine.budgetdedicated.com feisty/main Packages
Hit http://wine.budgetdedicated.com feisty/main Sources
Hit http://wine.budgetdedicated.com feisty/main Packages
Fetched 28.8kB in 11s (2400B/s)
Reading package lists... Done
W: GPG error: http://download.tuxfamily.org feisty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2D6CFB44DD800CD9
W: You may want to run apt-get update to correct these problems

praka123
08-07-2007, 01:36 AM
Is a feature for pkgs 4m repos be gpg signed.do the following for every error for each added repo:

If you get GPG errors with this sources.list, locate the GPG key in this file
and run these commands (where KEY is replaced with that key)
gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY
gpg --export --armor KEY | apt-key add - for urs open a terminal:
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 2D6CFB44DD800CD9 then,
gpg --export --armor DD800CD9 |sudo apt-key add - then apt-get update :)

mehulved
08-07-2007, 01:36 AM
you're missing the gpg key of download.tuxfamily.org. You will need to add it.
try
wget http://download.tuxfamily.org/syzygy42/8434D43A.gpg -O- | sudo apt-key

infra_red_dude
08-07-2007, 01:38 AM
type these in terminal:

wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg
sudo apt-key add DD800CD9.gpg
sudo apt-get update
sudo apt-get upgrade

damn! both prakash and mehul got me!!! we all posted at the same time!! :D

Charan
08-07-2007, 01:45 AM
Worked :D .. Thanks guys... One more question.. Should I snip my Public Key? for the post .. any security issues here?

EDIT: I got confused thinking it was my public key, didnt read the errors properly :(.

praka123
08-07-2007, 01:48 AM
Nope.its gpg key of teh repo.