Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Apt-Get Error

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Carlosinfl
Posts: 889
Joined: 2005-02-05 06:11
Location: Orlando, FL

Apt-Get Error

#1 Post by Carlosinfl »

I got this today and am not sure I understand the problem.

Code: Select all

stricom:/home/carlos# apt-get update
Get:1 http://http.us.debian.org testing Release.gpg [189B]
Hit http://http.us.debian.org testing Release
Ign http://http.us.debian.org testing Release
Hit http://http.us.debian.org testing/main Packages
Hit http://http.us.debian.org testing/contrib Packages
Hit http://http.us.debian.org testing/non-free Packages
Hit http://http.us.debian.org testing/main Sources
Hit http://http.us.debian.org testing/contrib Sources
Hit http://http.us.debian.org testing/non-free Sources
Fetched 189B in 0s (291B/s)
Reading package lists... Done
W: GPG error: http://http.us.debian.org testing Release: Unknown error executing gpgv
W: You may want to run apt-get update to correct these problems

Penguin Skinner
Posts: 709
Joined: 2005-09-15 20:37
Location: North by Northwest

#2 Post by Penguin Skinner »

I seen this a couple times, and believe it's just a temporary problem with the archive signing key. Usually gets fixed by the next day.

User avatar
moonlight
Posts: 49
Joined: 2004-09-15 18:13
Location: Belgium
Contact:

#3 Post by moonlight »

Hi,

You can find here an explanation how to get rid of the warning message:
www.mepislovers-wiki.org/index.php?title=GPG_error

Additional information can be found here:
http://lists.debian.org/debian-user/200 ... 00064.html

Cheers, Moonlight

Jeroen
Debian Developer, Site Admin
Debian Developer, Site Admin
Posts: 483
Joined: 2004-04-06 18:19
Location: Utrecht, NL
Contact:

#4 Post by Jeroen »

Fwiw, the topic starter had a different error. There is indeed a new gpg key for signing the archive, but that key only exists since the 4th of January, so couldn't be the reason of Carloswill's problem.

The authorative location of the new gpg key is http://ftp-master.debian.org, if you're paranoid that that site or the DNS of it, or the connection to it, is hacked, verify the signatures on the key with the web of trust. You can import the key into apt using apt-key add.

Guest

Re: Apt-Get Error

#5 Post by Guest »

Carloswill wrote:I got this today and am not sure I understand the problem.

Code: Select all

stricom:/home/carlos# apt-get update
Get:1 http://http.us.debian.org testing Release.gpg [189B]
Hit http://http.us.debian.org testing Release
Ign http://http.us.debian.org testing Release
Hit http://http.us.debian.org testing/main Packages
Hit http://http.us.debian.org testing/contrib Packages
Hit http://http.us.debian.org testing/non-free Packages
Hit http://http.us.debian.org testing/main Sources
Hit http://http.us.debian.org testing/contrib Sources
Hit http://http.us.debian.org testing/non-free Sources
Fetched 189B in 0s (291B/s)
Reading package lists... Done
W: GPG error: http://http.us.debian.org testing Release: Unknown error executing gpgv
W: You may want to run apt-get update to correct these problems

Post Reply