Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 08-07-2007, 01:25 AM   #1 (permalink)
>:)I-):(|)8-X
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,512
Angry apt-get update error

Im getting the following error when using sudo atp-get update on Feisty.

Code:
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.

Quote:
$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
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps UL

Last edited by Charan; 08-07-2007 at 01:40 AM.
Charan is online now  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 08-07-2007, 01:36 AM   #2 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile Re: atp-get update error

Is a feature for pkgs 4m repos be gpg signed.do the following for every error for each added repo:
Quote:
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)
Code:
gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY
 gpg --export --armor KEY |  apt-key add -
for urs open a terminal:
Code:
 gpg --keyserver hkp://subkeys.pgp.net --recv-keys 2D6CFB44DD800CD9
then,
Code:
gpg --export --armor  DD800CD9 |sudo  apt-key add -
then apt-get update
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 08-07-2007, 01:36 AM   #3 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: atp-get update error

you're missing the gpg key of download.tuxfamily.org. You will need to add it.
try
Code:
wget http://download.tuxfamily.org/syzygy42/8434D43A.gpg -O- | sudo apt-key
mehulved is offline  
Old 08-07-2007, 01:38 AM   #4 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,164
Default Re: atp-get update error

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!!
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com

Last edited by infra_red_dude; 08-07-2007 at 01:38 AM. Reason: Automerged Doublepost
infra_red_dude is offline  
Old 08-07-2007, 01:45 AM   #5 (permalink)
>:)I-):(|)8-X
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,512
Default Re: atp-get update error

Worked .. 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 .
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps UL
Charan is online now  
Old 08-07-2007, 01:48 AM   #6 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: atp-get update error

Nope.its gpg key of teh repo.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
yum update error.... :( pls help me! legolas Open Source 13 20-03-2006 09:02 PM
Winows update error codes?? rajat22 Software Q&A 1 29-06-2005 10:21 PM
Windows update error serendipiti Software Q&A 2 12-12-2004 03:23 PM
Norton AntiVirus Update Error zeeshan_04 Software Q&A 7 26-08-2004 10:13 PM


All times are GMT +5.5. The time now is 02:22 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2