<?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>E.J. Sexton</title>
	<atom:link href="http://www.ejsexton.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ejsexton.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 27 May 2010 04:42:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ack! My Ubuntu Upgrade hung!!</title>
		<link>http://www.ejsexton.com/2010/05/ack-my-ubuntu-upgrade-hung/</link>
		<comments>http://www.ejsexton.com/2010/05/ack-my-ubuntu-upgrade-hung/#comments</comments>
		<pubDate>Thu, 27 May 2010 04:38:39 +0000</pubDate>
		<dc:creator>E.J. Sexton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ejsexton.com/?p=17</guid>
		<description><![CDATA[How to recover from a hung Ubuntu Upgrade process, *maybe*.]]></description>
			<content:encoded><![CDATA[<p>I about had a heart attack just now. My Ubuntu Upgrade completely froze up on me as I was upgrading from Karmic Koala to Lucid Lynx.</p>
<p>I think I was able to recover, though, by running the following commands:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">--configure</span> <span style="color: #660033;">-a</span>
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #660033;">-f</span> <span style="color: #c20cb9; font-weight: bold;">install</span>
shutdown <span style="color: #660033;">-r</span> now</pre></td></tr></table></div>

<p>It came back up and appears to be working. I&#8217;m going to keep my fingers crossed, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ejsexton.com/2010/05/ack-my-ubuntu-upgrade-hung/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Ubuntu Server</title>
		<link>http://www.ejsexton.com/2010/05/upgrading-ubuntu-server/</link>
		<comments>http://www.ejsexton.com/2010/05/upgrading-ubuntu-server/#comments</comments>
		<pubDate>Thu, 27 May 2010 04:25:02 +0000</pubDate>
		<dc:creator>E.J. Sexton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ejsexton.com/?p=14</guid>
		<description><![CDATA[Time to upgrade that old ubuntu web server!]]></description>
			<content:encoded><![CDATA[<p>I checked my old Ubuntu web server box and it turns out that I&#8217;m still using Intrepid Ibex. I&#8217;m three version&#8217;s behind! Here&#8217;s how to upgrade your Ubuntu Server:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> upgrade
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> update-manager-core
do-release-upgrade</pre></td></tr></table></div>

<p>Thanks to <a href="http://hostingfu.com/article/ubuntu-server-upgrade-8-04-hardy-heron" title="Ubuntu Server Upgrade to 8.04 Hardy Heron" target="_blank">HostingFu.com</a> for the instructions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ejsexton.com/2010/05/upgrading-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
