<?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>Top Down View &#187; intrepid ibex</title>
	<atom:link href="http://www.topdownview.com/tag/intrepid-ibex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.topdownview.com</link>
	<description>My View Of The World</description>
	<lastBuildDate>Fri, 11 Nov 2011 19:33:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Upgrading to Ubuntu 9.04 &#8211; things I learnt yesterday</title>
		<link>http://www.topdownview.com/2009/04/upgrading-to-ubuntu-904-things-i-learnt-today/</link>
		<comments>http://www.topdownview.com/2009/04/upgrading-to-ubuntu-904-things-i-learnt-today/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 19:54:26 +0000</pubDate>
		<dc:creator>Jon Jennings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[jaunty jackalope]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 8.10]]></category>
		<category><![CDATA[ubuntu 9.04]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.topdownview.com/?p=167</guid>
		<description><![CDATA[I never upgrade my main machine to a new Ubuntu release on day 1. It&#8217;s not really that I don&#8217;t trust the release crew to get it right, it&#8217;s more about wanting to let the storm of downloads, patches, reviews, comments and advice settle before I take the risk (however small) of being without a [...]]]></description>
			<content:encoded><![CDATA[<p>I never upgrade my main machine to a new Ubuntu release on day 1.</p>
<p>It&#8217;s not really that I don&#8217;t trust the release crew to get it right, it&#8217;s more about wanting to let the storm of downloads, patches, reviews, comments and advice settle before I take the risk (however small) of being without a machine for a day.</p>
<p>I&#8217;ll usually download and seed the torrent and I&#8217;ll happy upgrade any number of virtual machines but I&#8217;m a bit more cautious when it comes to my primary development machine.</p>
<p>So I was going rather against type yesterday when I downloaded 64-bit Ubuntu 9.04 (also known as AMD64 Jaunty Jackalope) and followed the instructions on <a href="http://www.ubuntu.com/getubuntu/upgrading">http://www.ubuntu.com/getubuntu/upgrading</a></p>
<p>The first thing an Ubuntu upgrade process asks you about is whether or not you want to include updates from the internet.</p>
<p><img class="alignnone size-full wp-image-174" title="screenshot-updates-window" src="http://www.topdownview.com/wp-content/uploads/2009/04/screenshot-updates-window.png" alt="screenshot-updates-window" width="478" height="319" /></p>
<p>I usually say &#8220;no&#8221; because I want to upgrade as fast as possible and don&#8217;t want to be tied to download speeds. I&#8217;m upgrading from the CD so the network won&#8217;t be used then, right? Upgrade shouldn&#8217;t take too long then, right?</p>
<p>So why do I see this:</p>
<p><img class="alignnone size-full wp-image-173" title="screenshot-distribution-upgrade" src="http://www.topdownview.com/wp-content/uploads/2009/04/screenshot-distribution-upgrade.png" alt="screenshot-distribution-upgrade" width="384" height="316" /></p>
<p>Why is it going to take 4 hours to upgrade my machine from a CD? And what&#8217;s with the 62.2kB/s?</p>
<p>The first time I upgraded an Ubuntu installation I assumed  I&#8217;d misread the question but it&#8217;s consistently done that on all upgrades since. Why?</p>
<p>Yesterday, during the four hours I had to muse this, I finally worked out what&#8217;s going on.</p>
<p>The release CD contains a complete core Ubuntu install with the latest version of all the packages that form that core. However when you run the package manager you see that there are over 26,000 software packages that form part of this release. They&#8217;re not all on that CD! However a specific version of each of them is associated with any given release of Ubuntu.</p>
<p>A well known example of this was OpenOffice. OpenOffice 3.0 was released just before Ubuntu 8.10 came out last year. There were a lot of people asking for it to be included in the 8.10 release but The Powers That Be decided that it was too new and untested to slip in at the last minute and Ubuntu 8.10 shipped with OpenOffice 2.4.1 instead. At no point in the following 6 months was OpenOffice rolled out as an upgrade to Ubuntu 8.10 &#8211; new features don&#8217;t get updated in existing released versions of Ubuntu, only security patches and bug fixes get sent out like that. Development of OpenOffice continues independently and, when the next version of Ubuntu is being planned, a current (or fairly current) version of OpenOffice is taken for inclusion.</p>
<p>OpenOffice is just one of many pieces of software that are controlled through the Ubuntu package manager and in a way it&#8217;s a bad example because it&#8217;s physically included on the release CD. But most of those 26,000 packages listed in the package manager are NOT on that CD. If I choose to install (say) the Netbeans development environment, the package manager has to download it from the internet. If I&#8217;m running Ubuntu 8.10 I will be given Netbeans 6.1 and it&#8217;ll stay at 6.1 (plus bug fixes and security issues) forever. However Ubuntu 9.04 contains a more recent version of Netbeans &#8211; version 6.5. So when I upgrade from Ubuntu 8.10 to 9.04, the upgrade process has to go fetch that new copy of Netbeans as it&#8217;s performing my upgrade. And it has to do this for hundreds of other packages I&#8217;ve installed which aren&#8217;t on the CD. And it has to do this at exactly the same time that thousands of other people are running the Ubuntu upgrade and doing the same thing!</p>
<p>So NOW I finally understand why my Ubuntu upgrade always has to hit the internet and I finally understand why it&#8217;s so slow. The package manager is a wonderful system and I think I can put up with a four hour upgrade given all the other wonderful things it gives me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.topdownview.com/2009/04/upgrading-to-ubuntu-904-things-i-learnt-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shiny new Linux software</title>
		<link>http://www.topdownview.com/2008/10/shiny-new-linux-software/</link>
		<comments>http://www.topdownview.com/2008/10/shiny-new-linux-software/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 23:22:42 +0000</pubDate>
		<dc:creator>Jon Jennings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual box]]></category>

		<guid isPermaLink="false">http://extrathought.wordpress.com/?p=117</guid>
		<description><![CDATA[The new Ubuntu 8.10 is coming out tomorrow. I should have been playing with it for quite a while now but I don&#8217;t have a physical machine that I wanted to dedicate to the task and the alpha releases were known not to work in Virtual Box (my virtual PC software of choice). The beta [...]]]></description>
			<content:encoded><![CDATA[<p>The new Ubuntu 8.10 is coming out tomorrow.</p>
<p>I should have been playing with it for quite a while now but I don&#8217;t have a physical machine that I wanted to dedicate to the task and the alpha releases were known not to work in Virtual Box (my virtual PC software of choice).</p>
<p>The beta release fixed that problem so I loaded it up a month ago&#8230; looks nice.</p>
<p>However the Guest Additions in Virtual Box 1.6.6 didn&#8217;t work properly with it&#8230; so I was limited to a small screen and a mouse that got &#8216;captured&#8217; by the window everytime I went and clicked in there. Not exactly encouraging me to investigate it further.</p>
<p>Simultaneously, Virtual Box got an upgrade to version 2. Major new feature: the ability to host 64-bit guests &#8211; the previous versions could only run 32-bit guests, even if your host machine was 64-bit.</p>
<p>As with any major new release, Virtual Box 2.0.0 appeared to have a couple of issues and it wasn&#8217;t clear whether the first bug-fix release, 2.0.2, had cleared them all up. I&#8217;m in the middle of two high-workload Java courses at the moment and I use a Virtual Box virtual machine for testing that my homework deploys correctly before I submit it so I couldn&#8217;t afford any downtime.. if I upgraded to version 2 it <em>had</em> to work. So of course I restrain those eager fingers and keep working with the setup that keeps working.</p>
<p>Meanwhile I&#8217;ve been keeping my virtual copy of Ubuntu 8.10 patched and up to date on a daily basis. It&#8217;s been very interesting watching all the patches come along &#8211; sometimes as many as 100MB in a single day.</p>
<p>And then they stopped. As of (I think) the end of Monday I don&#8217;t think I&#8217;ve seen any new patches. Sounds to me like they&#8217;re finished! Yes, I know release isn&#8217;t until Friday but the Release Candidate was last Friday and you don&#8217;t expect to be throwing out changes to that right up to the wire. So I think that what we&#8217;ve got now is probably the Real Deal.</p>
<p>Wooo-hooo!</p>
<p>Last night I stopped by the Virtual Box website&#8230; 2.0.4 just relea<a href="http://extrathought.files.wordpress.com/2008/10/desktop.jpg"><img class="alignright size-medium wp-image-119" title="desktop" src="http://extrathought.files.wordpress.com/2008/10/desktop.jpg?w=300" alt="" width="300" height="187" /></a>sed with more bug-fixes and support for Ubuntu 8.10. I couldn&#8217;t resist. As you can probably tell I&#8217;m writing this in 8.10 under Virtual Box right now.</p>
<p>Yes the new GIMP made it in, no the new Open Office didn&#8217;t. You don&#8217;t need me to run down all the new features &#8211; there&#8217;s lots of <a href="http://www.ubuntu.com/news/ubuntu-8.10-desktop">info</a> out there, but some items of interest include</p>
<ul>
<li>The new <strong>network manager</strong>. Hopefully I&#8217;ll find it easier to work with than the old one.</li>
<li>The <strong>guest session</strong>. Creates a new Home directory in /tmp and switches to that without logging you out &#8211; great for passing your machine to someone else when you&#8217;re still in the middle of doing something.</li>
<li>Personal <strong>encrypted directory</strong>. Sounds interesting but haven&#8217;t played with it yet.</li>
<li>New <strong>Pidgin</strong>. I&#8217;m a big Pidgin user for chat and IRC so I&#8217;m looking forward to the new version. For a time there was talk of replacing it as the default chat client in this release. One cute feature &#8211; it integrates into the user-switcher applet.</li>
<li>New <strong>Samba</strong>. I always have issues with Windows file sharing &#8211; I know it&#8217;s actually easy but it never seems to be that way for me. Hopefully this will make my life easier.</li>
<li>And of course new <strong>Gnome</strong>, <strong>X</strong> and <strong>kernels</strong>. Should all help to make this the most user-friendly and stable release yet.</li>
</ul>
<p>In some ways it&#8217;s very pleasant but in some ways it&#8217;s slightly underwhelming. And that&#8217;s a good thing. There&#8217;s no smack-you-in-the-face major change to the desktop, just lots of things that&#8217;ll make your life easier and more robust.</p>
<p>I&#8217;m really looking forward to upgrading my desktop for real&#8230; I just need to find a time when I can afford to possibly be without a computer for half a day &#8211; not that I expect that to happen&#8230; just that I&#8217;d rather err on the side of caution. And my schedule suggests that that won&#8217;t be until the beginning of December. I don&#8217;t think I can wait that long!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.topdownview.com/2008/10/shiny-new-linux-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

