<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for LinuxFix</title>
	<atom:link href="http://linuxfix.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxfix.wordpress.com</link>
	<description>My everyday fixes for linux and other networking related technical troubles</description>
	<lastBuildDate>Wed, 06 May 2009 14:41:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Apt-get update error: W: There is no public key available for the following key IDs: by Jalil</title>
		<link>http://linuxfix.wordpress.com/2009/04/21/apt-get-update-error-w-there-is-no-public-key-available-for-the-following-key-ids/#comment-19</link>
		<dc:creator>Jalil</dc:creator>
		<pubDate>Wed, 06 May 2009 14:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://linuxfix.wordpress.com/?p=36#comment-19</guid>
		<description>Unsuccessful :( 
&lt;code&gt;
user@laptop:/$ sudo apt-get install debian-archive-keyring
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  debian-archive-keyring
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
Need to get 12.9kB of archives.
After this operation, 61.4kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com jaunty/universe debian-archive-keyring 2009.01.31 [12.9kB]
Fetched 12.9kB in 1s (8157B/s)                
Selecting previously deselected package debian-archive-keyring.
(Reading database ... 121458 files and directories currently installed.)
Unpacking debian-archive-keyring (from .../debian-archive-keyring_2009.01.31_all.deb) ...
Setting up debian-archive-keyring (2009.01.31) ...
gpg: key 437D05B5: &quot;Ubuntu Archive Automatic Signing Key &quot; not changed
gpg: key FBB75451: &quot;Ubuntu CD Image Automatic Signing Key &quot; not changed
gpg: Total number processed: 2
gpg:              unchanged: 2

user@laptop:/$ sudo apt-get update
Get:1 http://www.cgarbs.de ./ Release.gpg [189B]                    
Ign http://www.cgarbs.de ./ Translation-en_US                        
Hit http://us.archive.ubuntu.com jaunty Release.gpg                  
Ign http://us.archive.ubuntu.com jaunty/main Translation-en_US
Hit http://security.ubuntu.com jaunty-security Release.gpg           
Ign http://security.ubuntu.com jaunty-security/main Translation-en_US
Ign http://security.ubuntu.com jaunty-security/restricted Translation-en_US
Get:2 http://www.cgarbs.de ./ Release [1756B]                        
Ign http://us.archive.ubuntu.com jaunty/restricted Translation-en_US 
Ign http://us.archive.ubuntu.com jaunty/universe Translation-en_US   
Ign http://us.archive.ubuntu.com jaunty/multiverse Translation-en_US 
Hit http://us.archive.ubuntu.com jaunty-updates Release.gpg          
Ign http://us.archive.ubuntu.com jaunty-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com jaunty-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com jaunty-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com jaunty-updates/multiverse Translation-en_US
Ign http://www.cgarbs.de ./ Release                                  
Hit http://us.archive.ubuntu.com jaunty Release                      
Ign http://security.ubuntu.com jaunty-security/universe Translation-en_US
Ign http://security.ubuntu.com jaunty-security/multiverse Translation-en_US
Hit http://security.ubuntu.com jaunty-security Release
Hit http://www.cgarbs.de ./ Packages                                
Hit http://us.archive.ubuntu.com jaunty-updates Release
Hit http://security.ubuntu.com jaunty-security/main Packages                   
Hit http://www.cgarbs.de ./ Sources                                  
Hit http://us.archive.ubuntu.com jaunty/main Packages
Hit http://us.archive.ubuntu.com jaunty/restricted Packages
Hit http://us.archive.ubuntu.com jaunty/main Sources
Hit http://us.archive.ubuntu.com jaunty/restricted Sources
Hit http://us.archive.ubuntu.com jaunty/universe Packages
Hit http://security.ubuntu.com jaunty-security/restricted Packages
Hit http://security.ubuntu.com jaunty-security/main Sources
Hit http://security.ubuntu.com jaunty-security/restricted Sources
Hit http://security.ubuntu.com jaunty-security/universe Packages
Hit http://us.archive.ubuntu.com jaunty/universe Sources
Hit http://us.archive.ubuntu.com jaunty/multiverse Packages
Hit http://us.archive.ubuntu.com jaunty/multiverse Sources
Hit http://us.archive.ubuntu.com jaunty-updates/main Packages
Hit http://us.archive.ubuntu.com jaunty-updates/restricted Packages
Hit http://us.archive.ubuntu.com jaunty-updates/main Sources
Hit http://us.archive.ubuntu.com jaunty-updates/restricted Sources
Hit http://us.archive.ubuntu.com jaunty-updates/universe Packages
Hit http://us.archive.ubuntu.com jaunty-updates/universe Sources
Hit http://us.archive.ubuntu.com jaunty-updates/multiverse Packages
Hit http://security.ubuntu.com jaunty-security/universe Sources
Hit http://security.ubuntu.com jaunty-security/multiverse Packages
Hit http://security.ubuntu.com jaunty-security/multiverse Sources
Hit http://us.archive.ubuntu.com jaunty-updates/multiverse Sources
Fetched 190B in 2s (69B/s)
Reading package lists... Done
W: GPG error: http://www.cgarbs.de ./ Release: The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY E74C61F0E77F37EE
W: You may want to run apt-get update to correct these problems
user@laptop:/$
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Unsuccessful <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
<code><br />
user@laptop:/$ sudo apt-get install debian-archive-keyring<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
The following NEW packages will be installed:<br />
  debian-archive-keyring<br />
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.<br />
Need to get 12.9kB of archives.<br />
After this operation, 61.4kB of additional disk space will be used.<br />
Get:1 <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/universe debian-archive-keyring 2009.01.31 [12.9kB]<br />
Fetched 12.9kB in 1s (8157B/s)<br />
Selecting previously deselected package debian-archive-keyring.<br />
(Reading database ... 121458 files and directories currently installed.)<br />
Unpacking debian-archive-keyring (from .../debian-archive-keyring_2009.01.31_all.deb) ...<br />
Setting up debian-archive-keyring (2009.01.31) ...<br />
gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key " not changed<br />
gpg: key FBB75451: "Ubuntu CD Image Automatic Signing Key " not changed<br />
gpg: Total number processed: 2<br />
gpg:              unchanged: 2</p>
<p>user@laptop:/$ sudo apt-get update<br />
Get:1 <a href="http://www.cgarbs.de" rel="nofollow">http://www.cgarbs.de</a> ./ Release.gpg [189B]<br />
Ign <a href="http://www.cgarbs.de" rel="nofollow">http://www.cgarbs.de</a> ./ Translation-en_US<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty Release.gpg<br />
Ign <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/main Translation-en_US<br />
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security Release.gpg<br />
Ign <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security/main Translation-en_US<br />
Ign <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security/restricted Translation-en_US<br />
Get:2 <a href="http://www.cgarbs.de" rel="nofollow">http://www.cgarbs.de</a> ./ Release [1756B]<br />
Ign <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/restricted Translation-en_US<br />
Ign <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/universe Translation-en_US<br />
Ign <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/multiverse Translation-en_US<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates Release.gpg<br />
Ign <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates/main Translation-en_US<br />
Ign <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates/restricted Translation-en_US<br />
Ign <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates/universe Translation-en_US<br />
Ign <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates/multiverse Translation-en_US<br />
Ign <a href="http://www.cgarbs.de" rel="nofollow">http://www.cgarbs.de</a> ./ Release<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty Release<br />
Ign <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security/universe Translation-en_US<br />
Ign <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security/multiverse Translation-en_US<br />
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security Release<br />
Hit <a href="http://www.cgarbs.de" rel="nofollow">http://www.cgarbs.de</a> ./ Packages<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates Release<br />
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security/main Packages<br />
Hit <a href="http://www.cgarbs.de" rel="nofollow">http://www.cgarbs.de</a> ./ Sources<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/main Packages<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/restricted Packages<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/main Sources<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/restricted Sources<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/universe Packages<br />
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security/restricted Packages<br />
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security/main Sources<br />
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security/restricted Sources<br />
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security/universe Packages<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/universe Sources<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/multiverse Packages<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty/multiverse Sources<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates/main Packages<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates/restricted Packages<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates/main Sources<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates/restricted Sources<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates/universe Packages<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates/universe Sources<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates/multiverse Packages<br />
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security/universe Sources<br />
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security/multiverse Packages<br />
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> jaunty-security/multiverse Sources<br />
Hit <a href="http://us.archive.ubuntu.com" rel="nofollow">http://us.archive.ubuntu.com</a> jaunty-updates/multiverse Sources<br />
Fetched 190B in 2s (69B/s)<br />
Reading package lists... Done<br />
W: GPG error: <a href="http://www.cgarbs.de" rel="nofollow">http://www.cgarbs.de</a> ./ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E74C61F0E77F37EE<br />
W: You may want to run apt-get update to correct these problems<br />
user@laptop:/$<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
