<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Small Tip: How to fix &#8220;There are no public key available for the following key IDs&#8221; Error in Debian</title>
	<atom:link href="http://kovyrin.net/2006/11/28/debian-problem-apt-get-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://kovyrin.net/2006/11/28/debian-problem-apt-get-update/</link>
	<description>Yet Another Admin&#039;s blog</description>
	<lastBuildDate>Thu, 04 Feb 2010 07:58:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sean</title>
		<link>http://kovyrin.net/2006/11/28/debian-problem-apt-get-update/comment-page-1/#comment-230204</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sun, 14 Mar 2010 12:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/#comment-230204</guid>
		<description>Excellent tip! the apt-ket update didnt work, but your instructions for using gpg worked great for me :)</description>
		<content:encoded><![CDATA[<p>Excellent tip! the apt-ket update didnt work, but your instructions for using gpg worked great for me <img src='http://kovyrin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alucard</title>
		<link>http://kovyrin.net/2006/11/28/debian-problem-apt-get-update/comment-page-1/#comment-178706</link>
		<dc:creator>Alucard</dc:creator>
		<pubDate>Sun, 14 Mar 2010 14:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/#comment-178706</guid>
		<description>sudo apt-get update -o Acquire::http::No-Cache=True

&gt;&gt; This should work</description>
		<content:encoded><![CDATA[<p>sudo apt-get update -o Acquire::http::No-Cache=True</p>
<p>&gt;&gt; This should work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://kovyrin.net/2006/11/28/debian-problem-apt-get-update/comment-page-1/#comment-148901</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 14 Mar 2010 17:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/#comment-148901</guid>
		<description>More notes on this:

http://serfgeek.blogspot.com/index.html#116007821818690201</description>
		<content:encoded><![CDATA[<p>More notes on this:</p>
<p><a href="http://serfgeek.blogspot.com/index.html#116007821818690201" rel="nofollow">http://serfgeek.blogspot.com/index.html#116007821818690201</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debian PUB_KEY Problems &#171; Le Blog de Maurice</title>
		<link>http://kovyrin.net/2006/11/28/debian-problem-apt-get-update/comment-page-1/#comment-142634</link>
		<dc:creator>Debian PUB_KEY Problems &#171; Le Blog de Maurice</dc:creator>
		<pubDate>Sun, 14 Mar 2010 22:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/#comment-142634</guid>
		<description>[...] (&lt;http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/&gt;) Still others reported having to pass something like, [...]</description>
		<content:encoded><![CDATA[<p>[...] (&lt;http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/&gt;) Still others reported having to pass something like, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://kovyrin.net/2006/11/28/debian-problem-apt-get-update/comment-page-1/#comment-55146</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 14 Mar 2010 18:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/#comment-55146</guid>
		<description>Even &quot;apt-get install debian-archive-keyring&quot;
did not work for me.

The problem was, that I had really old
expired keys on my system that didn&#039;t get updated
by the install of debian-archive-keyring.

The complete solution was:
apt-key list
apt-key del 1DB114E0
apt-key del 4F368D5D
apt-key del 2D230C5F

ie. run &quot;apt-key del&quot; for all keys marked expired in
&quot;apt-key list&quot; output

Then finally:

dpkg --purge debian-archive-keyring
apt-get install debian-archive-keyring</description>
		<content:encoded><![CDATA[<p>Even &#8220;apt-get install debian-archive-keyring&#8221;<br />
did not work for me.</p>
<p>The problem was, that I had really old<br />
expired keys on my system that didn&#8217;t get updated<br />
by the install of debian-archive-keyring.</p>
<p>The complete solution was:<br />
apt-key list<br />
apt-key del 1DB114E0<br />
apt-key del 4F368D5D<br />
apt-key del 2D230C5F</p>
<p>ie. run &#8220;apt-key del&#8221; for all keys marked expired in<br />
&#8220;apt-key list&#8221; output</p>
<p>Then finally:</p>
<p>dpkg &#8211;purge debian-archive-keyring<br />
apt-get install debian-archive-keyring</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apt-get update warnings &#171; Thoughts</title>
		<link>http://kovyrin.net/2006/11/28/debian-problem-apt-get-update/comment-page-1/#comment-41407</link>
		<dc:creator>apt-get update warnings &#171; Thoughts</dc:creator>
		<pubDate>Sun, 14 Mar 2010 01:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/#comment-41407</guid>
		<description>[...] I found the solution at http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/ [...]</description>
		<content:encoded><![CDATA[<p>[...] I found the solution at <a href="http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/" rel="nofollow">http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Sheffield</title>
		<link>http://kovyrin.net/2006/11/28/debian-problem-apt-get-update/comment-page-1/#comment-21904</link>
		<dc:creator>Brett Sheffield</dc:creator>
		<pubDate>Sun, 14 Mar 2010 17:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/#comment-21904</guid>
		<description>Found this post:
http://www.debian-administration.org/users/dkg/weblog/11
which covers the problem in detail.

# apt-get install debian-archive-keyring

is apparently a better way to solve this without adding unverified keys to apt-secure if apt-key update doesn&#039;t work for you.</description>
		<content:encoded><![CDATA[<p>Found this post:<br />
<a href="http://www.debian-administration.org/users/dkg/weblog/11" rel="nofollow">http://www.debian-administration.org/users/dkg/weblog/11</a><br />
which covers the problem in detail.</p>
<p># apt-get install debian-archive-keyring</p>
<p>is apparently a better way to solve this without adding unverified keys to apt-secure if apt-key update doesn&#8217;t work for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Sheffield</title>
		<link>http://kovyrin.net/2006/11/28/debian-problem-apt-get-update/comment-page-1/#comment-21889</link>
		<dc:creator>Brett Sheffield</dc:creator>
		<pubDate>Sun, 14 Mar 2010 17:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/#comment-21889</guid>
		<description>Tried apt-key update to no avail.  The gpg instructions worked a treat though.  Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Tried apt-key update to no avail.  The gpg instructions worked a treat though.  Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Fitzner</title>
		<link>http://kovyrin.net/2006/11/28/debian-problem-apt-get-update/comment-page-1/#comment-20547</link>
		<dc:creator>Kurt Fitzner</dc:creator>
		<pubDate>Sun, 14 Mar 2010 02:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/#comment-20547</guid>
		<description>There is already a mechanism to do this automatically:

  $ apt-key update

This will obtain the necesary keys and import them.  No need to go through gpg directly.</description>
		<content:encoded><![CDATA[<p>There is already a mechanism to do this automatically:</p>
<p>  $ apt-key update</p>
<p>This will obtain the necesary keys and import them.  No need to go through gpg directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: psytroll</title>
		<link>http://kovyrin.net/2006/11/28/debian-problem-apt-get-update/comment-page-1/#comment-15362</link>
		<dc:creator>psytroll</dc:creator>
		<pubDate>Sun, 14 Mar 2010 20:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/11/28/debian-problem-apt-get-update/#comment-15362</guid>
		<description>great tips thanx .. 
had problems for weeks with that .. 
thnx !</description>
		<content:encoded><![CDATA[<p>great tips thanx ..<br />
had problems for weeks with that ..<br />
thnx !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
