<?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: Apt-get Update GPG Key Errors and Fix</title>
	<atom:link href="http://systembash.com/content/apt-get-update-gpg-key-errors-and-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://systembash.com/content/apt-get-update-gpg-key-errors-and-fix/</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:12:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Crypto</title>
		<link>http://systembash.com/content/apt-get-update-gpg-key-errors-and-fix/comment-page-1/#comment-40421</link>
		<dc:creator>Crypto</dc:creator>
		<pubDate>Thu, 10 Jun 2010 08:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=332#comment-40421</guid>
		<description>If you copy+paste the code from the article you MAY need to retype the &quot;--&quot; double dash. For some reason browser shows it as a special character.

Also - &quot;sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 313D312748A22A95&quot; should be enough to add the key and not show the &quot;signatures couldn&#039;t be verified&quot; message</description>
		<content:encoded><![CDATA[<p>If you copy+paste the code from the article you MAY need to retype the &#8220;&#8211;&#8221; double dash. For some reason browser shows it as a special character.</p>
<p>Also &#8211; &#8220;sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 313D312748A22A95&#8243; should be enough to add the key and not show the &#8220;signatures couldn&#8217;t be verified&#8221; message</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crypto</title>
		<link>http://systembash.com/content/apt-get-update-gpg-key-errors-and-fix/comment-page-1/#comment-41588</link>
		<dc:creator>Crypto</dc:creator>
		<pubDate>Thu, 10 Jun 2010 08:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=332#comment-41588</guid>
		<description>If you copy+paste the code from the article you MAY need to retype the &quot;--&quot; double dash. For some reason browser shows it as a special character.

Also - &quot;sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 313D312748A22A95&quot; should be enough to add the key and not show the &quot;signatures couldn&#039;t be verified&quot; message</description>
		<content:encoded><![CDATA[<p>If you copy+paste the code from the article you MAY need to retype the &#8220;&#8211;&#8221; double dash. For some reason browser shows it as a special character.</p>
<p>Also &#8211; &#8220;sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 313D312748A22A95&#8243; should be enough to add the key and not show the &#8220;signatures couldn&#8217;t be verified&#8221; message</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://systembash.com/content/apt-get-update-gpg-key-errors-and-fix/comment-page-1/#comment-40366</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 19 May 2010 10:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=332#comment-40366</guid>
		<description>I get this error!

root@Geantuser:~# sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 313D312748A22A95; gpg --export --armor 313D312748A22A95 &#124; sudo apt-key add -
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 313D312748A22A95
gpg: requesting key 48A22A95 from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn&#039;t connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: /home/geantuser/.gnupg/gpg.conf:138: invalid option
gpg: no valid OpenPGP data found.

line 138 is the correct proxy. without it the error isthe same but without the error about the proxy.</description>
		<content:encoded><![CDATA[<p>I get this error!</p>
<p>root@Geantuser:~# sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 313D312748A22A95; gpg &#8211;export &#8211;armor 313D312748A22A95 | sudo apt-key add -<br />
Executing: gpg &#8211;ignore-time-conflict &#8211;no-options &#8211;no-default-keyring &#8211;secret-keyring /etc/apt/secring.gpg &#8211;trustdb-name /etc/apt/trustdb.gpg &#8211;keyring /etc/apt/trusted.gpg &#8211;primary-keyring /etc/apt/trusted.gpg &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 313D312748A22A95<br />
gpg: requesting key 48A22A95 from hkp server keyserver.ubuntu.com<br />
gpgkeys: HTTP fetch error 7: couldn&#8217;t connect to host<br />
gpg: no valid OpenPGP data found.<br />
gpg: Total number processed: 0<br />
gpg: /home/geantuser/.gnupg/gpg.conf:138: invalid option<br />
gpg: no valid OpenPGP data found.</p>
<p>line 138 is the correct proxy. without it the error isthe same but without the error about the proxy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://systembash.com/content/apt-get-update-gpg-key-errors-and-fix/comment-page-1/#comment-41587</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 19 May 2010 10:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=332#comment-41587</guid>
		<description>I get this error!

root@Geantuser:~# sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 313D312748A22A95; gpg --export --armor 313D312748A22A95 &#124; sudo apt-key add -
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 313D312748A22A95
gpg: requesting key 48A22A95 from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn&#039;t connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: /home/geantuser/.gnupg/gpg.conf:138: invalid option
gpg: no valid OpenPGP data found.

line 138 is the correct proxy. without it the error isthe same but without the error about the proxy.</description>
		<content:encoded><![CDATA[<p>I get this error!</p>
<p>root@Geantuser:~# sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 313D312748A22A95; gpg &#8211;export &#8211;armor 313D312748A22A95 | sudo apt-key add -<br />
Executing: gpg &#8211;ignore-time-conflict &#8211;no-options &#8211;no-default-keyring &#8211;secret-keyring /etc/apt/secring.gpg &#8211;trustdb-name /etc/apt/trustdb.gpg &#8211;keyring /etc/apt/trusted.gpg &#8211;primary-keyring /etc/apt/trusted.gpg &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 313D312748A22A95<br />
gpg: requesting key 48A22A95 from hkp server keyserver.ubuntu.com<br />
gpgkeys: HTTP fetch error 7: couldn&#8217;t connect to host<br />
gpg: no valid OpenPGP data found.<br />
gpg: Total number processed: 0<br />
gpg: /home/geantuser/.gnupg/gpg.conf:138: invalid option<br />
gpg: no valid OpenPGP data found.</p>
<p>line 138 is the correct proxy. without it the error isthe same but without the error about the proxy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victoria</title>
		<link>http://systembash.com/content/apt-get-update-gpg-key-errors-and-fix/comment-page-1/#comment-38957</link>
		<dc:creator>Victoria</dc:creator>
		<pubDate>Sat, 24 Oct 2009 21:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=332#comment-38957</guid>
		<description>Thanks. Synaptic has stopped complaining.

I thought you might like to know I received this error.
----------------------------------------
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 60D11217247D1CFF
gpg: requesting key 247D1CFF from hkp server keyserver.ubuntu.com
gpg: key 247D1CFF: public key &quot;Launchpad PPA for OpenOffice.org Scribblers&quot; imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
victoria@ubuntu-home:~$ gpg --export --60D11217247D1CFF&#124; sudo apt-key add -
gpg: Invalid option &quot;--60D11217247D1CFF&quot;
gpg: no valid OpenPGP data found.
victoria@ubuntu-home:~$ gpg --export --armor 60D11217247D1CFF&#124; sudo apt-key add -
OK
--------------------------------------------
As Synaptic seems to have the key now, I don&#039;t understand the error.

Thanks again,

Victoria</description>
		<content:encoded><![CDATA[<p>Thanks. Synaptic has stopped complaining.</p>
<p>I thought you might like to know I received this error.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Executing: gpg &#8211;ignore-time-conflict &#8211;no-options &#8211;no-default-keyring &#8211;secret-keyring /etc/apt/secring.gpg &#8211;trustdb-name /etc/apt/trustdb.gpg &#8211;keyring /etc/apt/trusted.gpg &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 60D11217247D1CFF<br />
gpg: requesting key 247D1CFF from hkp server keyserver.ubuntu.com<br />
gpg: key 247D1CFF: public key &#8220;Launchpad PPA for OpenOffice.org Scribblers&#8221; imported<br />
gpg: no ultimately trusted keys found<br />
gpg: Total number processed: 1<br />
gpg:               imported: 1  (RSA: 1)<br />
victoria@ubuntu-home:~$ gpg &#8211;export &#8211;60D11217247D1CFF| sudo apt-key add -<br />
gpg: Invalid option &#8220;&#8211;60D11217247D1CFF&#8221;<br />
gpg: no valid OpenPGP data found.<br />
victoria@ubuntu-home:~$ gpg &#8211;export &#8211;armor 60D11217247D1CFF| sudo apt-key add -<br />
OK<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
As Synaptic seems to have the key now, I don&#8217;t understand the error.</p>
<p>Thanks again,</p>
<p>Victoria</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victoria</title>
		<link>http://systembash.com/content/apt-get-update-gpg-key-errors-and-fix/comment-page-1/#comment-41586</link>
		<dc:creator>Victoria</dc:creator>
		<pubDate>Sat, 24 Oct 2009 21:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=332#comment-41586</guid>
		<description>Thanks. Synaptic has stopped complaining.

I thought you might like to know I received this error.
----------------------------------------
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 60D11217247D1CFF
gpg: requesting key 247D1CFF from hkp server keyserver.ubuntu.com
gpg: key 247D1CFF: public key &quot;Launchpad PPA for OpenOffice.org Scribblers&quot; imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
victoria@ubuntu-home:~$ gpg --export --60D11217247D1CFF&#124; sudo apt-key add -
gpg: Invalid option &quot;--60D11217247D1CFF&quot;
gpg: no valid OpenPGP data found.
victoria@ubuntu-home:~$ gpg --export --armor 60D11217247D1CFF&#124; sudo apt-key add -
OK
--------------------------------------------
As Synaptic seems to have the key now, I don&#039;t understand the error.

Thanks again,

Victoria</description>
		<content:encoded><![CDATA[<p>Thanks. Synaptic has stopped complaining.</p>
<p>I thought you might like to know I received this error.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Executing: gpg &#8211;ignore-time-conflict &#8211;no-options &#8211;no-default-keyring &#8211;secret-keyring /etc/apt/secring.gpg &#8211;trustdb-name /etc/apt/trustdb.gpg &#8211;keyring /etc/apt/trusted.gpg &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 60D11217247D1CFF<br />
gpg: requesting key 247D1CFF from hkp server keyserver.ubuntu.com<br />
gpg: key 247D1CFF: public key &#8220;Launchpad PPA for OpenOffice.org Scribblers&#8221; imported<br />
gpg: no ultimately trusted keys found<br />
gpg: Total number processed: 1<br />
gpg:               imported: 1  (RSA: 1)<br />
victoria@ubuntu-home:~$ gpg &#8211;export &#8211;60D11217247D1CFF| sudo apt-key add -<br />
gpg: Invalid option &#8220;&#8211;60D11217247D1CFF&#8221;<br />
gpg: no valid OpenPGP data found.<br />
victoria@ubuntu-home:~$ gpg &#8211;export &#8211;armor 60D11217247D1CFF| sudo apt-key add -<br />
OK<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
As Synaptic seems to have the key now, I don&#8217;t understand the error.</p>
<p>Thanks again,</p>
<p>Victoria</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harrison Freeman</title>
		<link>http://systembash.com/content/apt-get-update-gpg-key-errors-and-fix/comment-page-1/#comment-38004</link>
		<dc:creator>Harrison Freeman</dc:creator>
		<pubDate>Wed, 23 Sep 2009 11:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=332#comment-38004</guid>
		<description>I am unable to download the key. I get this error

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 313D312748A22A95; gpg --export --armor 313D312748A22A95 &#124; sudo apt-key add -

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 313D312748A22A95
gpg: requesting key 48A22A95 from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn&#039;t connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.</description>
		<content:encoded><![CDATA[<p>I am unable to download the key. I get this error</p>
<p>sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 313D312748A22A95; gpg &#8211;export &#8211;armor 313D312748A22A95 | sudo apt-key add -</p>
<p>Executing: gpg &#8211;ignore-time-conflict &#8211;no-options &#8211;no-default-keyring &#8211;secret-keyring /etc/apt/secring.gpg &#8211;trustdb-name /etc/apt/trustdb.gpg &#8211;keyring /etc/apt/trusted.gpg &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 313D312748A22A95<br />
gpg: requesting key 48A22A95 from hkp server keyserver.ubuntu.com<br />
gpgkeys: HTTP fetch error 7: couldn&#8217;t connect to host<br />
gpg: no valid OpenPGP data found.<br />
gpg: Total number processed: 0<br />
gpg: WARNING: nothing exported<br />
gpg: no valid OpenPGP data found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harrison Freeman</title>
		<link>http://systembash.com/content/apt-get-update-gpg-key-errors-and-fix/comment-page-1/#comment-41585</link>
		<dc:creator>Harrison Freeman</dc:creator>
		<pubDate>Wed, 23 Sep 2009 11:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=332#comment-41585</guid>
		<description>I am unable to download the key. I get this error

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 313D312748A22A95; gpg --export --armor 313D312748A22A95 &#124; sudo apt-key add -

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 313D312748A22A95
gpg: requesting key 48A22A95 from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn&#039;t connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.</description>
		<content:encoded><![CDATA[<p>I am unable to download the key. I get this error</p>
<p>sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 313D312748A22A95; gpg &#8211;export &#8211;armor 313D312748A22A95 | sudo apt-key add -</p>
<p>Executing: gpg &#8211;ignore-time-conflict &#8211;no-options &#8211;no-default-keyring &#8211;secret-keyring /etc/apt/secring.gpg &#8211;trustdb-name /etc/apt/trustdb.gpg &#8211;keyring /etc/apt/trusted.gpg &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 313D312748A22A95<br />
gpg: requesting key 48A22A95 from hkp server keyserver.ubuntu.com<br />
gpgkeys: HTTP fetch error 7: couldn&#8217;t connect to host<br />
gpg: no valid OpenPGP data found.<br />
gpg: Total number processed: 0<br />
gpg: WARNING: nothing exported<br />
gpg: no valid OpenPGP data found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: X</title>
		<link>http://systembash.com/content/apt-get-update-gpg-key-errors-and-fix/comment-page-1/#comment-36279</link>
		<dc:creator>X</dc:creator>
		<pubDate>Sat, 04 Jul 2009 11:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=332#comment-36279</guid>
		<description>I am unable to do this.
Please see error below. Any help would be appreciated.
Thanks.

~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220
gpg: requesting key 0624A220 from hkp server keyserver.ubuntu.com
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error</description>
		<content:encoded><![CDATA[<p>I am unable to do this.<br />
Please see error below. Any help would be appreciated.<br />
Thanks.</p>
<p>~$ sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220</p>
<p>Executing: gpg &#8211;ignore-time-conflict &#8211;no-options &#8211;no-default-keyring &#8211;secret-keyring /etc/apt/secring.gpg &#8211;trustdb-name /etc/apt/trustdb.gpg &#8211;keyring /etc/apt/trusted.gpg &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220<br />
gpg: requesting key 0624A220 from hkp server keyserver.ubuntu.com<br />
gpg: keyserver timed out<br />
gpg: keyserver receive failed: keyserver error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: X</title>
		<link>http://systembash.com/content/apt-get-update-gpg-key-errors-and-fix/comment-page-1/#comment-41584</link>
		<dc:creator>X</dc:creator>
		<pubDate>Sat, 04 Jul 2009 11:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=332#comment-41584</guid>
		<description>I am unable to do this.
Please see error below. Any help would be appreciated.
Thanks.

~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220
gpg: requesting key 0624A220 from hkp server keyserver.ubuntu.com
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error</description>
		<content:encoded><![CDATA[<p>I am unable to do this.<br />
Please see error below. Any help would be appreciated.<br />
Thanks.</p>
<p>~$ sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220</p>
<p>Executing: gpg &#8211;ignore-time-conflict &#8211;no-options &#8211;no-default-keyring &#8211;secret-keyring /etc/apt/secring.gpg &#8211;trustdb-name /etc/apt/trustdb.gpg &#8211;keyring /etc/apt/trusted.gpg &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220<br />
gpg: requesting key 0624A220 from hkp server keyserver.ubuntu.com<br />
gpg: keyserver timed out<br />
gpg: keyserver receive failed: keyserver error</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic

Served from: systembash.com @ 2012-02-09 01:46:24 -->
