<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>El blog de LandM &#187; debian</title>
	<atom:link href="http://blog.landm.net/category/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.landm.net</link>
	<description>System Administrators and IT experts Blog</description>
	<lastBuildDate>Thu, 17 Jun 2010 08:34:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>There is no public key available for the following key IDs:</title>
		<link>http://blog.landm.net/2009/12/there-is-no-public-key-available-for-the-following-key-ids/</link>
		<comments>http://blog.landm.net/2009/12/there-is-no-public-key-available-for-the-following-key-ids/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 13:30:10 +0000</pubDate>
		<dc:creator>lucas</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[gpg debian error apt-get update]]></category>

		<guid isPermaLink="false">http://blog.landm.net/?p=156</guid>
		<description><![CDATA[When you try to update debian and you get this error:
There is no public key available for the following key IDs: 9AA38DCD55BE302B
there are two ways to solve the issue:


gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 9AA38DCD55BE302B; 
apt-key add .gnupg/pubring.gpg


sudo aptitude install debian-keyring debian-archive-keyring


If you have network problems because of your firewall try the second one. The error, in this [...]]]></description>
			<content:encoded><![CDATA[<p>When you try to update debian and you get this error:</p>
<pre>There is no public key available for the following key IDs: 9AA38DCD55BE302B</pre>
<p>there are two ways to solve the issue:</p>
<ol>
<li>
<pre style="padding-left: 20pt;"><strong><strong>gpg --keyserver wwwkeys.eu.pgp.net --recv-keys </strong></strong>9AA38DCD55BE302B<strong>; </strong></pre>
<pre style="padding-left: 20pt;"><strong></strong><strong>apt-key add .gnupg/pubring.gpg</strong></pre>
</li>
<li>
<pre style="padding-left: 20pt;"><code>sudo aptitude install debian-keyring debian-archive-keyring</code></pre>
</li>
</ol>
<p>If you have network problems because of your firewall try the second one. The error, in this case, is something like:</p>
<p>gpg: keyserver timed out</p>
<p>Debian power&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.landm.net/2009/12/there-is-no-public-key-available-for-the-following-key-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
