<?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>Make A Website With Traffic &#187; Ubuntu</title>
	<atom:link href="http://www.make-a-website-with-traffic.com/category/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.make-a-website-with-traffic.com</link>
	<description>How to make a SEO Website and Promote it!</description>
	<lastBuildDate>Mon, 02 Jan 2012 22:41:59 +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>Upgrading From Ubuntu Hardy Heron To Karmic Koala</title>
		<link>http://www.make-a-website-with-traffic.com/2009/11/upgrading-from-ubuntu-hardy-heron-to-karmic-koala.html</link>
		<comments>http://www.make-a-website-with-traffic.com/2009/11/upgrading-from-ubuntu-hardy-heron-to-karmic-koala.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 21:17:51 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.make-a-website-with-traffic.com/?p=155</guid>
		<description><![CDATA[Despite running into issues from time to time, I am a big fan of Ubuntu Linux! I started out with Ubuntu version 7.04 (Feisty Fawn) and made my way up to Hardy Heron (8.04). Then I stuck with Hardy Heron until after Intrepid Ibex (8.10) and Jaunty Jackalope (9.04) were released. Hardy Heron was a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-167" style="border: 0pt none; margin: 0px 8px 5px 0px;" title="Ubuntu Linux" src="http://www.make-a-website-with-traffic.com/wp-content/uploads/2009/11/ubuntu-logo-only.jpg" alt="Ubuntu Linux" width="51" height="52" /></p>
<p><strong>Despite running into issues from time to time, I am a big fan of Ubuntu Linux!</strong></p>
<p>I started out with Ubuntu version 7.04 (Feisty Fawn) and made my way up to Hardy Heron (8.04). Then I stuck with Hardy Heron until after Intrepid Ibex (8.10) and Jaunty Jackalope (9.04) were released. Hardy Heron was a LTS (long term support) release and I liked that it was so stable.</p>
<p>Then Ubuntu Karmic Koala was released on Oct 29, 2009 and I decided it was time to upgrade.</p>
<p><span id="more-155"></span>Since Hardy Heron was a LTS edition, Ubuntu&#8217;s update manager never notified me when Intrepid Ibex or Jaunty Jackalope was released, and it also would not have done so for Karmic Koala. So I had to force the update manager to give me the update option.</p>
<p>I did this by pressing Alt-F2 and entering:</p>
<p style="padding-left: 30px;"><code>update-manager -d</code></p>
<p>Then the update button appeared in the update manager and the process could begin&#8230;</p>
<h3>Upgrading</h3>
<p>You cannot upgrade directly from Hardy Heron to Karmic Koala, but have to go through the versions between the two. The first upgrade was from Hardy Heron to Intrepid Ibex, and that went off without a hitch!</p>
<p>Part 2 of the upgrade was from Intrepid Ibex to Jaunty Jackalope. The upgrade itself went off fine, but when I started up Jaunty, I could not get the networking going! I needed to get connected to the internet because without that, the next part of the upgrade would be impossible!</p>
<p>Since I wasn&#8217;t planning to be a Jaunty user for very long, I didn&#8217;t really want to spend too much time trying to solve the network connection issue. So I simply booted into the previous version of the Linux kernel that was installed with Intrepid (2.6.27) and the networking was fine.</p>
<p>I could now do part 3 of the upgrade, which was upgrading from Jaunty Jackalope to Karmic Koala. The upgrade itself went fine, but then the fun started&#8230;</p>
<h3>Problems</h3>
<p>When I tried to boot into Karmic and the Caps Lock light started flashing and I had a blank screen, that was a sure sign that something was wrong! My laptop was locked up hard, and from what I could see, my only choice out of there was via the power button.</p>
<p>Since I had success with booting into version 2.6.27 of the kernel, I gave that another shot. That worked&#8230; sort of&#8230; The GUI started up, but then crashed after a few seconds and threw me out to the command prompt.</p>
<p>Long story short, and many frustrations in between, I figured out that either Karmic or Karmic&#8217;s version of the kernel, 2.6.31, did not like the proprietary driver (fglrx) of my ATI video card.</p>
<p>Then I found <a rel="nofollow" href="https://help.ubuntu.com/community/RadeonDriver" target="_blank">this great article</a> on how to remove the fglrx proprietary ATI driver and instead use the open source driver. After this, the Karmic GUI started up.</p>
<p>In the process I uninstalled Compiz / Emerald that I had running under Hardy Heron. I&#8217;m assuming that the uninstall process did not restore the default windows manager settings. With no windows manager starting up, none of the windows I opened had a border or title bar, and the windows were unmovably attached to the top lefthand side of the screen.</p>
<p>The solution, I figured out, was to make sure that the <em>metacity</em> windows manager was starting up.</p>
<p>I did this by doing the following two steps:</p>
<ol>
<li>Pressed Alt-F2 and entered <code>gconf-editor</code> in the box. Then I navigated to <code>desktop-&gt;gnome-&gt;applications-&gt;windows-manager</code> and entered <code>/usr/bin/metacity</code> for the <em>current</em> and <em>default</em> keys.</li>
<li>On the desktop menu I went to <code>System-&gt;Preferences-&gt;Startup Applications</code> and added an entry for <em>metacity</em> to start up during startup as well.</li>
</ol>
<p>These two steps did the trick for me.</p>
<p>At this point, everything seems to be fine and I am really enjoying Ubuntu Karmic Koala!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.make-a-website-with-traffic.com/2009/11/upgrading-from-ubuntu-hardy-heron-to-karmic-koala.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

