<?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>Simon Cook &#187; server</title>
	<atom:link href="http://simoncook.org/blog/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://simoncook.org</link>
	<description>Home Page of Simon Cook</description>
	<lastBuildDate>Fri, 11 May 2012 20:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to upgrade from Fedora 9 to 10 using Yum</title>
		<link>http://simoncook.org/blog/2008/11/how-to-upgrade-from-fedora-9-to-10-using-yum/</link>
		<comments>http://simoncook.org/blog/2008/11/how-to-upgrade-from-fedora-9-to-10-using-yum/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 16:58:49 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.spcook.co.uk/?p=189</guid>
		<description><![CDATA[On Tuesday, the latest version of Fedora came out which includes the usual round-up of new updates for several purposes, which can be read http://docs.fedoraproject.org/release-notes/f10/en_US/index.html#sn-Fedora_10_overview I use a Fedora 9 server, which I can&#8217;t get to, so the normal method of putting a disc in and letting anaconda do all the work just isn&#8217;t suitable [...]]]></description>
			<content:encoded><![CDATA[<p>On Tuesday, the latest version of Fedora came out which includes the usual round-up of new updates for several purposes, which can be read <a href="http://docs.fedoraproject.org/release-notes/f10/en_US/index.html#sn-Fedora_10_overview">http://docs.fedoraproject.org/release-notes/f10/en_US/index.html#sn-Fedora_10_overview</a></p>
<p>I use a Fedora 9 server, which I can&#8217;t get to, so the normal method of putting a disc in and letting anaconda do all the work just isn&#8217;t suitable for me, so using yum I &#8220;upgraded&#8221; by telling yum to use the Fedora 10 repos and then getting the system to update from this. This method is somewhat risky, but for this case it seemed to turn out well. Previously this method has caused funny problems with X-server, but as I don&#8217;t use any x applications (everything is just command line for me) this wasnt an issue.</p>
<p>The steps I used to set up this system was as follows.</p>
<ol>
<li>Firstly, make sure your Fedora 9 installation is as up to date as possible. This is done in the normal way, and for this, it is probabily best if you clear your cache of any repos.

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum clean all <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> yum update <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> yum clean all</pre></div></div>

<p>You will notice I clear the repo cache twice, this is to make sure that when we get it to do the upgrade, it doesnt try to use any old F9 repos.</li>
<li>Remove any extra repos other than the default Fedora ones, to minimise package conflicts even further. These files can be found in <em>/etc/yum.repos.d/</em></li>
<li>Run the following command into rpm to get fedora to believe it is Fedora 10 and then to update itself to it:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">rpm <span style="color: #660033;">-Uhv</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.mirrorservice.org<span style="color: #000000; font-weight: bold;">/</span>sites<span style="color: #000000; font-weight: bold;">/</span>download.fedora.redhat.com<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>fedora<span style="color: #000000; font-weight: bold;">/</span>linux<span style="color: #000000; font-weight: bold;">/</span>releases<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">10</span><span style="color: #000000; font-weight: bold;">/</span>Fedora<span style="color: #000000; font-weight: bold;">/</span>i386<span style="color: #000000; font-weight: bold;">/</span>os<span style="color: #000000; font-weight: bold;">/</span>Packages<span style="color: #000000; font-weight: bold;">/</span>fedora-release-<span style="color: #000000;">10</span>-<span style="color: #000000;">1</span>.noarch.rpm http:<span style="color: #000000; font-weight: bold;">//</span>www.mirrorservice.org<span style="color: #000000; font-weight: bold;">/</span>sites<span style="color: #000000; font-weight: bold;">/</span>download.fedora.redhat.com<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>fedora<span style="color: #000000; font-weight: bold;">/</span>linux<span style="color: #000000; font-weight: bold;">/</span>releases<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">10</span><span style="color: #000000; font-weight: bold;">/</span>Fedora<span style="color: #000000; font-weight: bold;">/</span>i386<span style="color: #000000; font-weight: bold;">/</span>os<span style="color: #000000; font-weight: bold;">/</span>Packages<span style="color: #000000; font-weight: bold;">/</span>fedora-release-notes-10.0.0.1.noarch.rpm</pre></div></div>

</li>
<li>Run another yum update, this time it will download a lot of packages as this will now upgrade you to Fedora 10</li>
<li>Reboot using the reboot command</li>
<li>Pray (a little)</li>
<li>Say hello to Fedora 10</li>
</ol>
<p>You should now be running a proper version of Fedora 10. Note however that using an installation disc and upgrading using anaconda is still the recommended method of upgrading, but for those that cannot do that, at least this offers an alternative.</p>
<p>Note however that due to to some changes that happen between versions, you might notice some slight bugs running a new version upgraded in this way. I have yet to see any of these probems, but that is not to say that there aren&#8217;t any. Problems that are found will have to be fixed some other way, and I cannot be held responsible for any of these. Basically, here is a method but it is unsupported so it&#8217;s at your own risk.</p>
<p>I hope these instructions will come in handy to someone at some point, but basically if you need them, they are here.</p>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2008/11/how-to-upgrade-from-fedora-9-to-10-using-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

