<?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>Pennysmalls &#187; linux</title>
	<atom:link href="http://pennysmalls.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://pennysmalls.com</link>
	<description>A blog about Ruby, Rails and other tech.  Mostly.</description>
	<lastBuildDate>Thu, 04 Mar 2010 07:24:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Yum refuses to update</title>
		<link>http://pennysmalls.com/2009/02/24/yum-refuses-to-update/</link>
		<comments>http://pennysmalls.com/2009/02/24/yum-refuses-to-update/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 11:04:56 +0000</pubDate>
		<dc:creator>Stephen Sykes</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://pennysmalls.com/?p=39</guid>
		<description><![CDATA[I happens that I wish to upgrade apache, and I know there is an update available.
So, I follow the advice given:

# yum update httpd
Setting up Update Process
Could not find update match for httpd
No Packages marked for Update

Ok, that&#8217;s not working.  Let&#8217;s try this:

# yum clean all
Cleaning up Everything
# yum update httpd
fedora    [...]]]></description>
			<content:encoded><![CDATA[<p>I happens that I wish to upgrade apache, and I know there is an update available.<br />
So, I follow the <a href="http://www.redhat.com/archives/fedora-package-announce/2008-August/msg00153.html">advice given</a>:</p>
<pre>
# yum update httpd
Setting up Update Process
Could not find update match for httpd
No Packages marked for Update
</pre>
<p>Ok, that&#8217;s not working.  Let&#8217;s try this:</p>
<pre>
# yum clean all
Cleaning up Everything
# yum update httpd
fedora                    100% |=========================| 2.1 kB    00:00
primary.sqlite.bz2        100% |=========================| 5.8 MB    00:02
updates                   100% |=========================| 2.6 kB    00:00
primary.sqlite.bz2        100% |=========================| 2.2 kB    00:00
Setting up Update Process
Could not find update match for httpd
No Packages marked for Update
</pre>
<p>No dice.<br />
<br />
I browsed the repo, and sure enough the update is there.  Why won&#8217;t yum find it?<br />
<br />
Eventually after a bunch of googling, I found <a href="http://stackoverflow.com/questions/104363/why-wont-my-package-upgrade-with-yum">this answer</a>.</p>
<pre>
# yum upgrade
Setting up Upgrade Process
Resolving Dependencies
--> Running transaction check
---> Package fedora-release.noarch 0:8-6.transition set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Updating:
 fedora-release          noarch     8-6.transition   updates            31 k

Transaction Summary
=============================================================================
Install      0 Package(s)
Update       1 Package(s)
Remove       0 Package(s)         

Total download size: 31 k
Is this ok [y/N]: y
Downloading Packages:
(1/1): fedora-release-8-6 100% |=========================|  31 kB    00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating  : fedora-release               ######################### [1/2]
  Cleanup   : fedora-release               ######################### [2/2] 

Updated: fedora-release.noarch 0:8-6.transition
Complete!
[root@c100586 yum.repos.d]# yum update httpd
updates-newkey            100% |=========================| 2.3 kB    00:00
primary.sqlite.bz2        100% |=========================| 4.6 MB    00:01
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package httpd.x86_64 0:2.2.9-1.fc8 set to be updated
--> Processing Dependency: httpd-tools = 2.2.9-1.fc8 for package: httpd
--> Processing Dependency: httpd = 2.2.6-3 for package: httpd-manual
--> Processing Dependency: httpd = 2.2.6-3 for package: mod_ssl
--> Running transaction check
---> Package httpd-tools.x86_64 0:2.2.9-1.fc8 set to be updated
---> Package mod_ssl.x86_64 1:2.2.9-1.fc8 set to be updated
---> Package httpd-manual.x86_64 0:2.2.9-1.fc8 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Updating:
 httpd                   x86_64     2.2.9-1.fc8      updates-newkey    983 k
Updating for dependencies:
 httpd-manual            x86_64     2.2.9-1.fc8      updates-newkey    832 k
 httpd-tools             x86_64     2.2.9-1.fc8      updates-newkey     68 k
 mod_ssl                 x86_64     1:2.2.9-1.fc8    updates-newkey     86 k

Transaction Summary
=============================================================================
Install      0 Package(s)
Update       4 Package(s)
Remove       0 Package(s)         

Total download size: 1.9 M
Is this ok [y/N]:
</pre>
<p>That&#8217;s better.<br />
<br />
Really, it was totally unclear from any documentation that I could find that I would need to run yum upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://pennysmalls.com/2009/02/24/yum-refuses-to-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
