<?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"
	>

<channel>
	<title>Col's Tech Stuff</title>
	<atom:link href="http://www.lildude.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lildude.co.uk</link>
	<description>Solaris, Unix, Linux, PHP, Webdev, etc; It's all discussed here</description>
	<pubDate>Thu, 25 Jun 2009 15:45:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Installing the Recommended Patch Cluster With Zones Parallel Patching</title>
		<link>http://www.lildude.co.uk/installing-the-recommended-patch-cluster-with-zones-parallel-patching/</link>
		<comments>http://www.lildude.co.uk/installing-the-recommended-patch-cluster-with-zones-parallel-patching/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 15:45:42 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[parallel]]></category>

		<category><![CDATA[patching]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[zones]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=453</guid>
		<description><![CDATA[As promised on Friday, I&#8217;ve taken the plunge and tested applying the latest patch cluster to a fresh Solaris 10u5 installation running 10 zones using the new zones parallel patching feature.
To speed things up and to try and prevent any problems I performed the following steps:

Jumpstarted the OS (SUNWCuser cluster)
Applied patches 125555-04 and 119254-66 (gives [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://www.lildude.co.uk/solaris-zones-parallel-patching/">promised on Friday</a>, I&#8217;ve taken the plunge and tested applying the latest patch cluster to a fresh Solaris 10u5 installation running 10 zones using the new zones parallel patching feature.</p>
<p>To speed things up and to try and prevent any problems I performed the following steps:</p>
<ol>
<li>Jumpstarted the OS (SUNWCuser cluster)</li>
<li>Applied patches 125555-04 and 119254-66 (gives us the parallel functionality)</li>
<li>Created a basic sparse-root zone without any networking</li>
<li>Cloned the zone 9 more times</li>
<li>Create an alternate BE using live upgrade so I had two identical boot environments</li>
</ol>
<p>Once I had the machine setup, I booted into single user mode (so all zones will be in the &#8220;installed&#8221; state) and set off the first cluster installation using the default options (ie no parallel application).</p>
<p>I then rebooted into single user mode on the alternate boot environment, set num_proc to 10 and applied the patch cluster again.</p>
<p>How&#8217;s this for a significant difference in time:</p>
<p></p>
	<p>Read the rest of <a href="http://www.lildude.co.uk/installing-the-recommended-patch-cluster-with-zones-parallel-patching/">Installing the Recommended Patch Cluster With Zones Parallel Patching</a> (92 words)</p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/installing-the-recommended-patch-cluster-with-zones-parallel-patching/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/installing-the-recommended-patch-cluster-with-zones-parallel-patching/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HOWTO: Use xclipboard With Gnome</title>
		<link>http://www.lildude.co.uk/howto-use-xclipboard-with-gnome/</link>
		<comments>http://www.lildude.co.uk/howto-use-xclipboard-with-gnome/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 10:27:45 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[HOWTO]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Gnome]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[OpenSolaris]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[xclipboard]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=454</guid>
		<description><![CDATA[I work with a couple of guys who are quite stuck in their ways and are quite reliant on old tools, one of which is xclipboard(1).
Unfortunately, Gnome comes with it&#8217;s own clipboard manager, so when you try to run xclipboard, you get the following:
$ xclipboard
Error: another clipboard is already running
$
Of course, ps(1M) will show no [...]]]></description>
			<content:encoded><![CDATA[<p>I work with a couple of guys who are quite stuck in their ways and are quite reliant on old tools, one of which is xclipboard(1).</p>
<p>Unfortunately, Gnome comes with it&#8217;s own clipboard manager, so when you try to run xclipboard, you get the following:</p>
<div class="terminal">$ xclipboard<br />
Error: another clipboard is already running<br />
$</div>
<p>Of course, ps(1M) will show no clipboard related processes running.  This is because the functionality is performed by Gnome itself, I believe, as part of the functionality of gnome-settings-daemon.</p>
<p>One of my colleagues gave me the challenge of getting xclipboard working on Gnome on OpenSolaris/Nevada, ie Gnome 2.6, and I found it quite easy to do in the end.  </p>
<p>The trick is to tell Gnome not to perform this functionality anymore as follows:</p>
<p></p>
	<p>Read the rest of <a href="http://www.lildude.co.uk/howto-use-xclipboard-with-gnome/">HOWTO: Use xclipboard With Gnome</a> (149 words)</p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/howto-use-xclipboard-with-gnome/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/howto-use-xclipboard-with-gnome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solaris Zones Parallel Patching</title>
		<link>http://www.lildude.co.uk/solaris-zones-parallel-patching/</link>
		<comments>http://www.lildude.co.uk/solaris-zones-parallel-patching/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 15:35:21 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[parallel]]></category>

		<category><![CDATA[patching]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[zones]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=452</guid>
		<description><![CDATA[If you&#8217;re running a fair few non-global zones on Solaris 10, you&#8217;ll know full well how painfully slow the patching process is.  Well, I&#8217;m please to say &#8220;not any more&#8221;.
The Zones Parallel Patching feature was officially released on Tuesday and is contained in the latest Solaris 10 patch utilities patch, 119254-66 (SPARC) and 119255-66 [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running a fair few non-global zones on Solaris 10, you&#8217;ll know full well how painfully slow the patching process is.  Well, I&#8217;m please to say &#8220;not any more&#8221;.</p>
<p>The Zones Parallel Patching feature was officially released on Tuesday and is contained in the latest Solaris 10 patch utilities patch, <a href="http://sunsolve.sun.com/search/document.do?assetkey=1-21-119254-66-1">119254-66</a> (SPARC) and <a href="http://sunsolve.sun.com/search/document.do?assetkey=1-21-119255-66-1">119255-66</a> (x86).</p>
<p>Getting the functionality is simple: just apply the patch as you would any other patch.  Taking advantage of it is a different thing.</p>
<p>By default the behaviour is as before: <strong>NO</strong> parallel patching takes place. But it&#8217;s easily changed by setting &#8220;<code>num_proc</code>&#8221; to the number of non-global zones to be patched in parallel in the <code>/etc/patch/pdo.conf</code> file.</p>
<p>Prior to this feature, each non-global zone was patched sequentially. With this feature invoked, the global zone continues to be patched first, but then the non-global zones can be patched in parallel, leading to significant performance gains in patching operations on zones systems.</p>
<p>While the performance gain is dependent on a number of factors, including the number of non-global zones, the number of on-line CPUs, the speed of the system, the I/O configuration of the system, etc., a significant performance gain (up to 300% has been reported) can be expected for patching the non-global zones.</p>
<p></p>
	<p>Read the rest of <a href="http://www.lildude.co.uk/solaris-zones-parallel-patching/">Solaris Zones Parallel Patching</a> (781 words)</p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/solaris-zones-parallel-patching/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/solaris-zones-parallel-patching/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Key to Live Upgrade Success</title>
		<link>http://www.lildude.co.uk/the-key-to-live-upgrade-success/</link>
		<comments>http://www.lildude.co.uk/the-key-to-live-upgrade-success/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 16:28:26 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Live Upgrade]]></category>

		<category><![CDATA[patches]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=451</guid>
		<description><![CDATA[I think one of the best features of Solaris is the Live Upgrade mechanism.  This really useful feature can be used for upgrading and patching with very little impact on the server.  This means you can patch or upgrade your production system, whilst it&#8217;s still in production, and only schedule a short outage [...]]]></description>
			<content:encoded><![CDATA[<p>I think one of the best features of Solaris is the Live Upgrade mechanism.  This really useful feature can be used for upgrading and patching with very little impact on the server.  This means you can patch or upgrade your production system, whilst it&#8217;s still in production, and only schedule a short outage for the reboot needed to activate the new patched/upgraded environment.  Live upgrade also has the added benefit that you can roll back to a known good boot environment in the event something goes wrong. </p>
<p>Sadly, it&#8217;s not always a bed of roses when it comes to using live upgrade as things change with patches and new bugs are discovered and fixed, however most problems can be easily avoided with a little bit of pre-planning.</p>
<p></p>
	<p>Read the rest of <a href="http://www.lildude.co.uk/the-key-to-live-upgrade-success/">The Key to Live Upgrade Success</a> (353 words)</p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/the-key-to-live-upgrade-success/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/the-key-to-live-upgrade-success/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenSolaris 2009.06 Has Been Released</title>
		<link>http://www.lildude.co.uk/opensolaris-200906-has-been-released/</link>
		<comments>http://www.lildude.co.uk/opensolaris-200906-has-been-released/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 16:08:11 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[2009.06]]></category>

		<category><![CDATA[OpenSolaris]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=448</guid>
		<description><![CDATA[I was a little early this morning with my post about upgrading as technically OpenSolaris 2009.06 hadn&#8217;t been released.  Well it has now.  Check out the official release announcement for a different &#8220;What&#8217;s New and links to the various downloads. 
Oh yes, and SPARC support is now officially included too.
	
	
	Copyright &#169; 2009 for [...]]]></description>
			<content:encoded><![CDATA[<p>I was a little early this morning with <a href="http://www.lildude.co.uk/updating-to-opensolaris-200906/">my post about upgrading</a> as technically OpenSolaris 2009.06 hadn&#8217;t been released.  Well it has now.  Check out the <a href="http://www.opensolaris.org/jive/thread.jspa?threadID=104266&#038;tstart=0">official release announcement</a> for a different &#8220;<a href="http://www.opensolaris.com/learn/features/whats-new/200906/">What&#8217;s New</a> and links to the various downloads. </p>
<p>Oh yes, and SPARC support is now officially included too.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/opensolaris-200906-has-been-released/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/opensolaris-200906-has-been-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Links for 12 May 2009 - 1 Jun 2009</title>
		<link>http://www.lildude.co.uk/links-for-12-may-2009-1-jun-2009/</link>
		<comments>http://www.lildude.co.uk/links-for-12-may-2009-1-jun-2009/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 12:00:27 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<category><![CDATA[2009.06]]></category>

		<category><![CDATA[application]]></category>

		<category><![CDATA[appstore]]></category>

		<category><![CDATA[bittorrent]]></category>

		<category><![CDATA[DDoS]]></category>

		<category><![CDATA[fine]]></category>

		<category><![CDATA[JASS]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[OpenSolaris]]></category>

		<category><![CDATA[parallel]]></category>

		<category><![CDATA[patching]]></category>

		<category><![CDATA[priatebay]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[solaris10]]></category>

		<category><![CDATA[Sun]]></category>

		<category><![CDATA[techie]]></category>

		<category><![CDATA[zones]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=442</guid>
		<description><![CDATA[Links of interest for 12 May 2009 - 1 Jun 2009:

Sun Security Toolkit at OpenSolaris.org - The SST (aka JASS) is now open source (under CDDL) and available for OpenSolaris too.
Parallel Patching for Solaris 10 - Chris Armes&#8217;s Weblog - This is a godsend if you&#39;ve got a system with a lot of zones that [...]]]></description>
			<content:encoded><![CDATA[<p>Links of interest for 12 May 2009 - 1 Jun 2009:</p>
<ul>
<li><a href="http://opensolaris.org/os/project/sst/">Sun Security Toolkit at OpenSolaris.org</a> - The SST (aka JASS) is now open source (under CDDL) and available for OpenSolaris too.</li>
<li><a href="http://blogs.sun.com/chrisarmes/entry/parallel_patching_for_solaris_10">Parallel Patching for Solaris 10 - Chris Armes&#8217;s Weblog</a> - This is a godsend if you&#39;ve got a system with a lot of zones that needs patching.  You can expect patch for patchadd for this sometime in June so you can get parallel patching before S10u8</li>
<li><a href="http://wikis.sun.com/download/attachments/102400619/community1-whats-new.pdf">What&#8217;s New in OpenSolaris 2009.06</a> - The presentation slides used by Peter Dennis at Community One</li>
<li><a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9133299">Sun seeks to build world&#8217;s biggest App Store around Java</a> - Now this would be brilliant if Sun manages to pull it off.  It may start off being Windows only to start off with, but as it&#39;s Java, there&#39;s no good reason it can&#39;t become available for OS X, Linux or even OpenSolaris.</li>
<li><a href="http://www.blogpirate.org/2009/05/10/pirate-bay-founder-crafts-distributed-denial-of-dollars-attack/">Pirate Bay Founder Devises DDo$ Attack</a> - What a genius idea.</li>
</ul>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/links-for-12-may-2009-1-jun-2009/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/links-for-12-may-2009-1-jun-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Updating to OpenSolaris 2009.06</title>
		<link>http://www.lildude.co.uk/updating-to-opensolaris-200906/</link>
		<comments>http://www.lildude.co.uk/updating-to-opensolaris-200906/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 09:02:47 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[2008.11]]></category>

		<category><![CDATA[2009.06]]></category>

		<category><![CDATA[OpenSolaris]]></category>

		<category><![CDATA[update]]></category>

		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=447</guid>
		<description><![CDATA[The pkg repositories have now been updated to included the 2009.06 pkgs (What&#8217;s New preso - PDF).  There is no need to perform a clean install, you can just use the Update Manager GUI to update your OpenSolaris 2008.11 release to 2009.06.  
There is one teeny weeny issue that you may encounter - [...]]]></description>
			<content:encoded><![CDATA[<p>The pkg repositories have now been updated to included the 2009.06 pkgs (<a href="http://wikis.sun.com/download/attachments/102400619/community1-whats-new.pdf">What&#8217;s New preso</a> - PDF).  There is no need to perform a clean install, you can just use the Update Manager GUI to update your OpenSolaris 2008.11 release to 2009.06.  </p>
<p>There is one teeny weeny issue that you may encounter - the Update Manager GUI may tell you that there are no new pkgs available.  Sadly, the solution isn&#8217;t clear or intuitive from the GUI: you need to update the SUNWipkg pkg first.  The CLI is clearer about this and tells you that you need to update this pkg when you attempt to upgrade using &#8220;pfexec pkg image-update&#8221;.</p>
<p>So to update via the GUI, quickly fire up a terminal and run:</p>
<p><code>$ pfexec pkg install SUNWipkg</code></p>
<p>This will update the package tool and once complete, you can then return to the Update Manager GUI to perform the upgrade.</p>
<p>Thanks to the beauty of ZFS and OpenSolaris&#8217;s upgrade procedure, a new boot environment will be created, updated and made the default BE (only if the upgrade is successful).  Your old boot environment will still be available if you want to go back at a later stage.</p>
<p>I&#8217;ve you&#8217;ve been using the dev repositories, you&#8217;re not likely to hit this issue now as you would have hit it in the past already.  I believe this issue is now resolved too.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/updating-to-opensolaris-200906/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/updating-to-opensolaris-200906/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chmod Without Execute Permissions</title>
		<link>http://www.lildude.co.uk/chmod-without-execute-permissions/</link>
		<comments>http://www.lildude.co.uk/chmod-without-execute-permissions/#comments</comments>
		<pubDate>Fri, 29 May 2009 09:45:16 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Shorts]]></category>

		<category><![CDATA[chmod]]></category>

		<category><![CDATA[command]]></category>

		<category><![CDATA[error]]></category>

		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=446</guid>
		<description><![CDATA[This one made us laugh today: someone made a silly mistake and removed execute permissions from chmod(1M).  Oooops.
Thankfully, it was on Solaris so it&#8217;s easy enough to rectify thanks to &#8220;pkgchk -f&#8221;.
	
	
	Copyright &#169; 2009 for Col's Tech Stuff (Permalink)]]></description>
			<content:encoded><![CDATA[<p>This one made us laugh today: someone made a silly mistake and removed execute permissions from chmod(1M).  Oooops.</p>
<p>Thankfully, it was on Solaris so it&#8217;s easy enough to rectify thanks to &#8220;pkgchk -f&#8221;.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/chmod-without-execute-permissions/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/chmod-without-execute-permissions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HB-Cumulus 1.3</title>
		<link>http://www.lildude.co.uk/hb-cumulus-13/</link>
		<comments>http://www.lildude.co.uk/hb-cumulus-13/#comments</comments>
		<pubDate>Sun, 24 May 2009 09:30:30 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[habari]]></category>

		<category><![CDATA[HB-Cumulus]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=445</guid>
		<description><![CDATA[I&#8217;ve just pushed out a new revision of HB-Cumulus.  This isn&#8217;t a major update, rather another maintenance update in which I&#8217;ve:

Updated tagcloud.swf to that provided with WP-Cumulus 1.20, which includes the following relevant fixes:
	&#8220;Fixed the mouse pointer not changing to a hand when hovering tags.&#8221;
	&#8220;Adds Turkish language support to the Flash movie.&#8221;
Like the WP-Cumulus [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just pushed out a new revision of <a href="http://www.lildude.co.uk/projects/hb-cumulus">HB-Cumulus</a>.  This isn&#8217;t a major update, rather another maintenance update in which I&#8217;ve:</p>
<ul>
<li>Updated tagcloud.swf to that provided with WP-Cumulus 1.20, which includes the following relevant fixes:<br />
	<em>&#8220;Fixed the mouse pointer not changing to a hand when hovering tags.&#8221;</em><br />
	<em>&#8220;Adds Turkish language support to the Flash movie.&#8221;</em></li>
<li>Like the WP-Cumulus plugin, I&#8217;ve also added a &#8220;Compatibility&#8221; option.  When this is enabled, the plugin will not use the SWFObject Javascript to embed the Flash.</li>
</ul>
<p>You can get the latest revision from the <a href="http://www.lildude.co.uk/projects/hb-cumulus">HB-Cumulus project page</a>.</p>
<p>As this is a new release, I&#8217;ve closed comments on the <a href="http://www.lildude.co.uk/hb-cumulus-12/">1.2 post</a>.  If you encounter any problems, please ensure you update to rev 1.3 and if the problem still exists, leave a comment here.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/hb-cumulus-13/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/hb-cumulus-13/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Sun Name Will Remain</title>
		<link>http://www.lildude.co.uk/the-sun-name-will-remain/</link>
		<comments>http://www.lildude.co.uk/the-sun-name-will-remain/#comments</comments>
		<pubDate>Wed, 13 May 2009 09:22:00 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[In The News]]></category>

		<category><![CDATA[merger]]></category>

		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[proxy]]></category>

		<category><![CDATA[subsidiary]]></category>

		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=443</guid>
		<description><![CDATA[Finally the &#8220;behind the scenes&#8221; details of Sun&#8217;s little dating game (ie hawking itself off) have been made public in the proxy statement Sun is required to file as part of the acquisition.
The Register gives a summarized explanation of the shenanigans if you don&#8217;t want to read through the whoooole looooong proxy report.
One thing that [...]]]></description>
			<content:encoded><![CDATA[<p>Finally the &#8220;behind the scenes&#8221; details of Sun&#8217;s little dating game (ie hawking itself off) have been made public in the <a href="http://www.sec.gov/Archives/edgar/data/709519/000119312509107681/dprem14a.htm">proxy statement</a> Sun is required to file as part of the acquisition.</p>
<p>The Register gives a <a href="http://www.theregister.co.uk/2009/05/12/suns_three_suitors/">summarized explanation of the shenanigans</a> if you don&#8217;t want to read through the whoooole looooong proxy report.</p>
<p>One thing that is encouraging about this disclosure is Oracle will effectively become Sun&#8217;s sugar daddy as the following <a href="http://www.sec.gov/Archives/edgar/data/709519/000119312509107681/dprem14a.htm#toc42384_1">question and answer</a> states:</p>
<blockquote><p><strong>Q: 	What is the transaction?</strong></p>
<p>A: 	Sun and Oracle have entered into a definitive agreement pursuant to which, subject to the terms and conditions of the merger agreement, Oracle will acquire Sun through the merger of a wholly-owned subsidiary of Oracle with and into Sun. Sun will be the surviving corporation (which we refer to as the surviving corporation) in the merger and will continue as a wholly-owned subsidiary of Oracle.  </p></blockquote>
<p>This is also encouraging and I hope it remains this way indefinitely.  This should allow Sun to continue innovating like it has for all these years, but now with a firm hand holding onto the purse strings (and hopefully having a hand in getting rid of some of the cruft in Sun&#8217;s upper management).</p>
<p>I suspected this would be the case as the Sun name and brand is still very valuable and powerful and Oracle can now use both brands to it&#8217;s full advantage.  Time will tell how well this works.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/the-sun-name-will-remain/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/the-sun-name-will-remain/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Habari 0.6.1 Released</title>
		<link>http://www.lildude.co.uk/habari-061-released/</link>
		<comments>http://www.lildude.co.uk/habari-061-released/#comments</comments>
		<pubDate>Tue, 12 May 2009 07:41:46 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Habari]]></category>

		<category><![CDATA[Shorts]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=441</guid>
		<description><![CDATA[Habari 0.6.1 has just been released. It&#8217;s only a minor update, but does include some relatively significant fixes, including the &#8220;re-introduction&#8221; of Postgres support (it wasn&#8217;t really removed before, just not updated.  It is now).
	
	
	Copyright &#169; 2009 for Col's Tech Stuff (Permalink)]]></description>
			<content:encoded><![CDATA[<p><a href="http://habariproject.org/en/habari-061-released">Habari 0.6.1</a> has just been released. It&#8217;s only a minor update, but does include some relatively significant fixes, including the &#8220;re-introduction&#8221; of Postgres support (it wasn&#8217;t really removed before, just not updated.  It is now).</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/habari-061-released/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/habari-061-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oracle Won&#8217;t Abandon SPARC, Says Ellison</title>
		<link>http://www.lildude.co.uk/oracle-wont-abandon-sparc-says-ellison/</link>
		<comments>http://www.lildude.co.uk/oracle-wont-abandon-sparc-says-ellison/#comments</comments>
		<pubDate>Fri, 08 May 2009 09:04:31 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[SPARC]]></category>

		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=440</guid>
		<description><![CDATA[In an interview (PDF) just posted on the Oracle site, Larry Ellison confirms his commitment to SPARC&#8230;

Once we own Sun we’re going to increase the investment in SPARC. We think designing our own chips is very, very important. Even Apple is designing its own chips these days.  Right now, SPARC chips do some things [...]]]></description>
			<content:encoded><![CDATA[<p>In an <a href="http://www.oracle.com/sun/lje-oracle-sun-faq.pdf">interview</a> (PDF) just posted on the Oracle site, Larry Ellison confirms his commitment to SPARC&#8230;</p>
<blockquote><p>
Once we own Sun we’re going to increase the investment in SPARC. We think designing our own chips is very, very important. Even Apple is designing its own chips these days.  Right now, SPARC chips do some things better than Intel chips and vice-versa. For example, SPARC is much more energy efficient than Intel while delivering the same performance on a per socket basis. This is not just a green issue, it’s an economic issue. Today, database centers are paying as much for electricity to run their computers as they pay to buy their computers.  SPARC machines are much less expensive to run than Intel machines. </p></blockquote>
<p>This is really encouraging for both Sun employees and Sun customers.  I suspect we may be seeing <a href="http://www.theregister.co.uk/2009/01/28/rock_sparcs_on_track/">Rock</a> coming to fruition after all, and Oracle&#8217;s software will run like a dream on it.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/oracle-wont-abandon-sparc-says-ellison/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/oracle-wont-abandon-sparc-says-ellison/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SS7000 Simulator On Virtualbox</title>
		<link>http://www.lildude.co.uk/ss7000-simulator-on-virtualbox/</link>
		<comments>http://www.lildude.co.uk/ss7000-simulator-on-virtualbox/#comments</comments>
		<pubDate>Thu, 07 May 2009 09:32:40 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[openstorage]]></category>

		<category><![CDATA[simulator]]></category>

		<category><![CDATA[SS7000]]></category>

		<category><![CDATA[Storage]]></category>

		<category><![CDATA[Sun]]></category>

		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=439</guid>
		<description><![CDATA[The Sun Storage 7000 simulator has just been updated to reflect the changes introduced in the 2009.Q2.0.0 release of the &#8220;firmware&#8221; and at the same time a Virtualbox image of the simulator has been released (get it here)
I&#8217;ve been waiting for this for a while as I don&#8217;t have VMWare and didn&#8217;t really want to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://colinseymour.smugmug.com/photos/530421479_okWXP-XL.jpg"><img src="http://colinseymour.smugmug.com/photos/530421479_okWXP-200x200.jpg" alt="SS7000 Simulator Running in Virtualbox" class="alignleft" /></a>The <a href="http://blogs.sun.com/ahl/entry/fishworks_vm">Sun Storage 7000 simulator</a> has just been updated to reflect the changes introduced in the 2009.Q2.0.0 release of the &#8220;firmware&#8221; and at the same time a <a href="http://www.virtualbox.org/">Virtualbox</a> image of the simulator has been released (<a href="http://www.sun.com/storage/disk_systems/unified_storage/resources.jsp">get it here</a>)</p>
<p>I&#8217;ve been waiting for this for a while as I don&#8217;t have VMWare and didn&#8217;t really want to go that route considering <a href="http://www.virtualbox.org">Virtualbox</a> is just as good, if not better (I have to say that <img src='http://www.lildude.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ).  Anyway, thanks to Virtualbox&#8217;s new ability to support OVF and host-only networking (as of 2.2.2), a simulator image for Virtualbox is possible.</p>
<p>I&#8217;ve not played with it much, yet, but the simulated setup of the appliance is amazingly simple.  It&#8217;s no wonder it&#8217;s the &#8220;<a href="http://www.theregister.co.uk/2009/05/05/sun_amber_road/">faster ever ramping product in Sun&#8217;s storage product portfolio</a>&#8220;.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/ss7000-simulator-on-virtualbox/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/ss7000-simulator-on-virtualbox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Links for 6 Apr 2009 - 3 May 2009</title>
		<link>http://www.lildude.co.uk/links-for-6-apr-2009-3-may-2009/</link>
		<comments>http://www.lildude.co.uk/links-for-6-apr-2009-3-may-2009/#comments</comments>
		<pubDate>Sun, 03 May 2009 11:00:28 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<category><![CDATA[amazon]]></category>

		<category><![CDATA[backup]]></category>

		<category><![CDATA[Bay]]></category>

		<category><![CDATA[bittorrent]]></category>

		<category><![CDATA[encryption]]></category>

		<category><![CDATA[Gnome]]></category>

		<category><![CDATA[HOWTO]]></category>

		<category><![CDATA[law]]></category>

		<category><![CDATA[live]]></category>

		<category><![CDATA[OpenSolaris]]></category>

		<category><![CDATA[Pirate]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[s3]]></category>

		<category><![CDATA[snapshot]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[techie]]></category>

		<category><![CDATA[timeslider]]></category>

		<category><![CDATA[torrent]]></category>

		<category><![CDATA[unix]]></category>

		<category><![CDATA[usb]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=429</guid>
		<description><![CDATA[Links of interest for 6 Apr 2009 - 3 May 2009:

New Time Slider features coming up in OpenSolaris 2009.06 - Some useful and impressive changes are coming to TimeSlider.  Time Slider is definitely starting to eclipse OS X&#8217;s Time Machine in over-all functionality, and in my opinion, usefulness.
ZFS Encrypted Backup to S3 - Now [...]]]></description>
			<content:encoded><![CDATA[<p>Links of interest for 6 Apr 2009 - 3 May 2009:</p>
<ul>
<li><a href="http://blogs.sun.com/erwann/entry/new_time_slider_features_in">New Time Slider features coming up in OpenSolaris 2009.06</a> - Some useful and impressive changes are coming to TimeSlider.  Time Slider is definitely starting to eclipse OS X&#8217;s Time Machine in over-all functionality, and in my opinion, usefulness.</li>
<li><a href="http://kenai.com/projects/zfs-backup-to-s3/pages/Home">ZFS Encrypted Backup to S3</a> - Now you can backup your ZFS filesystems directly to Amazon S3 or the Sun Cloud Storage.  No GUI yet, but give it time and I reckon TimeSlider will have this functionality working perfectly.</li>
<li><a href="http://devzone.sites.pid0.org/OpenSolaris/opensolaris-liveusb-creator">OpenSolaris Live USB Creator (Windows/.NET) &lrm;(PID0.ORG DevZone)&lrm;</a> - Finally, a Live USB creator for our friends on Windows.</li>
<li><a href="http://arstechnica.com/tech-policy/news/2009/04/the-pirate-bay-verdict-guilty-with-jail-time.ars">The Pirate Bay verdict: guilty, with jail time</a> - Round 1: PB 0 - Courts 1.  It&#8217;ll be interesting to see how this evolves over time.  It&#8217;ll also be interesting to see how the BitTorrent protocol will change or if a new more de-centralised protocol will emerge from this.</li>
<li><a href="http://www.ibm.com/developerworks/aix/tutorials/au-apptracing/index.html?ca=dgr-lnxw07UNIX-TraceS_TACT=105AGX59S_CMP=grsitelnxw07">Solutions for tracing UNIX applications</a> - Quite a good and lengthy article on tracing applications on UNIX.  I think a bit more detail and emphasis could have been put in DTrace, but given this is an IBM article and AIX/Linux don&#8217;t have DTrace, it&#8217;s understandable why they haven&#8217;t.</li>
</ul>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/links-for-6-apr-2009-3-may-2009/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/links-for-6-apr-2009-3-may-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solaris 10 5/09 Available for Download</title>
		<link>http://www.lildude.co.uk/solaris-10-509-available-for-download/</link>
		<comments>http://www.lildude.co.uk/solaris-10-509-available-for-download/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 08:52:10 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Shorts]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Solaris 10 5/09]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=438</guid>
		<description><![CDATA[Oooooo, this one slipped out onto the public download servers a little early.  It&#8217;s still April, but Solaris 10 5/09 is now available for download.
	
	
	Copyright &#169; 2009 for Col's Tech Stuff (Permalink)]]></description>
			<content:encoded><![CDATA[<p>Oooooo, this one slipped out onto the public download servers a little early.  It&#8217;s still April, but <a href="http://www.sun.com/software/solaris/get.jsp">Solaris 10 5/09 is now available for download</a>.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/solaris-10-509-available-for-download/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/solaris-10-509-available-for-download/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 9.04 &#8220;Jaunty Jackalope&#8221; Now Available</title>
		<link>http://www.lildude.co.uk/ubuntu-904-jaunty-jackalope-now-available/</link>
		<comments>http://www.lildude.co.uk/ubuntu-904-jaunty-jackalope-now-available/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 16:01:40 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[9.04]]></category>

		<category><![CDATA[Jaunty Jackalope]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=437</guid>
		<description><![CDATA[Whilst I&#8217;m primarily a Solaris/OpenSolaris man, I do like to keep myself in touch with the Linux world - partly out of necessity and partly out of curiosity. I run Ubuntu (sticking with my African roots and because it&#8217;s the best distro I&#8217;ve used) on my very very very old laptop (need) and also within [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst I&#8217;m primarily a <a href="http://www.sun.com/software/solaris/">Solaris</a>/<a href="http://www.opensolaris.com">OpenSolaris</a> man, I do like to keep myself in touch with the Linux world - partly out of necessity and partly out of curiosity. I run <a href="http://www.ubuntu.com">Ubuntu</a> (sticking with my African roots and because it&#8217;s the best distro I&#8217;ve used) on my very very very old laptop (need) and also within <a href="http://www.virtualbox.org">VirtualBox</a> on my Mac (curiosity).</p>
<p>Well, it&#8217;s that time of year again: it&#8217;s time to update to the latest and greatest as Jaunty Jackalope is now ready for all to <a href="http://www.ubuntu.com/getubuntu/download">download</a>, install and enjoy.</p>
<p>Along with the usual latest and greatest features, I&#8217;m particularly interested in seeing if a) the <a href="http://www.ubuntu.com/getubuntu/download-netbook">Ubuntu Netbook Remix</a> edition actually installs on my aging laptop (it&#8217;s not a netbook) and b) how well it runs if it does - I currently use Xubuntu as Gnome is a bit sluggish on the old girl, and I don&#8217;t like KDE.</p>
<p>I&#8217;ll keep you posted on how it goes.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/ubuntu-904-jaunty-jackalope-now-available/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/ubuntu-904-jaunty-jackalope-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Larry Ellison to Become My New Big Boss</title>
		<link>http://www.lildude.co.uk/larry-ellison-to-become-my-new-big-boss/</link>
		<comments>http://www.lildude.co.uk/larry-ellison-to-become-my-new-big-boss/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 15:03:47 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[In The News]]></category>

		<category><![CDATA[acquisition]]></category>

		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[Sun-Microsystems]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=434</guid>
		<description><![CDATA[If all goes well, it looks like Larry Ellison is soon to become my new Big Boss following the news that Oracle has agreed to buy Sun Microsystems for the sum of $9.50 a share (I got this email too). 
I must say I&#8217;m a lot more comfortable with the idea of Oracle, a software [...]]]></description>
			<content:encoded><![CDATA[<p>If all goes well, it looks like Larry Ellison is soon to become my new Big Boss following the news that <a href="http://www.oracle.com">Oracle</a> has <a href="http://online.wsj.com/article/SB124022726514434703.html">agreed to buy</a> <a href="http://www.sun.com">Sun Microsystems</a> for the sum of $9.50 a share (I got <a href="http://eclipse.sys-con.com/node/926256">this email</a> too). </p>
<p>I must say I&#8217;m a lot more comfortable with the idea of Oracle, a software company, acquiring Sun than I was with the idea IBM.  I&#8217;ve never liked the way IBM does business - maybe this is a hand-me-down from my father who used to work for ICL many years ago.</p>
<p>Anyway, Oracle has quite a reputation for integrating acquisitions quickly so it&#8217;ll be interesting to see how quickly this gets through all the legal ramifications and for Sun to become Oracle (or Sunacle?) in day-to-day business.  It&#8217;ll also be interesting to see what they do with Sun&#8217;s land assets.  Whilst I like my current office in Camberley, the trip to Reading where Oracle UK HQ is, is a much easier drive.</p>
<p>It&#8217;ll also be very interesting to see the direction Oracle takes things like Java, Solaris/OpenSolaris and Sun&#8217;s hardware line.  Only time will tell.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/larry-ellison-to-become-my-new-big-boss/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/larry-ellison-to-become-my-new-big-boss/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ultra 20 Graphics Card Not Seen OpenSolaris snv_108 and Later</title>
		<link>http://www.lildude.co.uk/ultra-20-graphics-card-not-seen-opensolaris-snv_108-and-later/</link>
		<comments>http://www.lildude.co.uk/ultra-20-graphics-card-not-seen-opensolaris-snv_108-and-later/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 11:12:58 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[BIOS]]></category>

		<category><![CDATA[graphics]]></category>

		<category><![CDATA[Nvidia]]></category>

		<category><![CDATA[OpenSolaris]]></category>

		<category><![CDATA[Ultra 20]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=432</guid>
		<description><![CDATA[Following a recent update to snv_108, I could no longer get any graphics output on my Ultra 20 M2 and subsequent updates weren&#8217;t helping either.  For some reason the graphics card (onboard nVidia Quadro FX 560) was not being seen correctly by the OS and the only indication of a problem was the following [...]]]></description>
			<content:encoded><![CDATA[<p>Following a recent update to snv_108, I could no longer get any graphics output on my <a href="http://www.sun.com/desktop/workstation/ultra20/">Ultra 20 M2</a> and subsequent updates weren&#8217;t helping either.  For some reason the graphics card (onboard nVidia Quadro FX 560) was not being seen correctly by the OS and the only indication of a problem was the following in the <code>/var/log/Xorg.log.0</code>:<br />
</p>
	<p>Read the rest of <a href="http://www.lildude.co.uk/ultra-20-graphics-card-not-seen-opensolaris-snv_108-and-later/">Ultra 20 Graphics Card Not Seen OpenSolaris snv_108 and Later</a> (479 words)</p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/ultra-20-graphics-card-not-seen-opensolaris-snv_108-and-later/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/ultra-20-graphics-card-not-seen-opensolaris-snv_108-and-later/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HOWTO: Update Ultra 20 BIOS From a USB Stick</title>
		<link>http://www.lildude.co.uk/howto-update-ultra-20-bios-from-a-usb-stick/</link>
		<comments>http://www.lildude.co.uk/howto-update-ultra-20-bios-from-a-usb-stick/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 11:01:28 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[BIOS]]></category>

		<category><![CDATA[OpenSolaris]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[Ultra 20]]></category>

		<category><![CDATA[update]]></category>

		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=431</guid>
		<description><![CDATA[Updating the firmware on an Ultra 20 is a really simple matter: download the &#8220;Tools and Drivers&#8221; ISO image, burn it to DVD (as it&#8217;s about 1.3GB), boot from the DVD and select option 2 to perform the update. 
However, it very quickly becomes way more complicated if you don&#8217;t have a DVD burner or [...]]]></description>
			<content:encoded><![CDATA[<p>Updating the firmware on an <a href="http://www.sun.com/desktop/workstation/ultra20/">Ultra 20</a> is a really simple matter: <a href="http://www.sun.com/desktop/workstation/ultra20/downloads.html">download</a> the &#8220;Tools and Drivers&#8221; ISO image, burn it to DVD (as it&#8217;s about 1.3GB), boot from the DVD and select option 2 to perform the update. </p>
<p>However, it very quickly becomes way more complicated if you don&#8217;t have a DVD burner or spare DVD-R, or even a DVD drive.  So what other option do you have? Boot CD?  Yes, but its way too complicated for the time and effort. Boot Network? Ditto.  Boot USB? Bingo!!! </p>
<p></p>
	<p>Read the rest of <a href="http://www.lildude.co.uk/howto-update-ultra-20-bios-from-a-usb-stick/">HOWTO: Update Ultra 20 BIOS From a USB Stick</a> (284 words)</p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/howto-update-ultra-20-bios-from-a-usb-stick/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/howto-update-ultra-20-bios-from-a-usb-stick/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSH Attacks Going Strong</title>
		<link>http://www.lildude.co.uk/ssh-attacks-going-strong/</link>
		<comments>http://www.lildude.co.uk/ssh-attacks-going-strong/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 07:59:48 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[botnet]]></category>

		<category><![CDATA[bruteforce]]></category>

		<category><![CDATA[hack]]></category>

		<category><![CDATA[ISC]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=430</guid>
		<description><![CDATA[From the diary of ISC yesterday:
While I&#8217;m aware that ISC readers probably don&#8217;t have to be told, let&#8217;s nevertheless try again to get the word out: If you are running any SSH server open to the Internet, and your usernames and passwords aren&#8217;t at least 8 characters or so, your box is either owned by [...]]]></description>
			<content:encoded><![CDATA[<p>From the <a href="http://isc.sans.org/diary.html?storyid=6214">diary of ISC yesterday</a>:</p>
<blockquote><p>While I&#8217;m aware that ISC readers probably don&#8217;t have to be told, let&#8217;s nevertheless try again to get the word out: If you are running any SSH server open to the Internet, and your usernames and passwords aren&#8217;t at least 8 characters or so, your box is either owned by now, or about to be. It doesn&#8217;t matter one bit what sort of device it is - those who run these scans have proven to be equally apt at taking over a Cisco router as they are at subverting an iMac.</p></blockquote>
<p>My own router records led me to believe there has been a marked increase in SSH bruteforce attempts quite some time ago, so I&#8217;ve disabled all internet facing SSH and only enable it, with very limited IP address access, if and when I need it.</p>
<p>If you&#8217;re allowing SSH access to your network, it&#8217;s definitely time you considered how secure it really is, and if you really need it.  Botnets are getting bigger and quicker and may soon own you if you&#8217;re not careful.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/ssh-attacks-going-strong/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/ssh-attacks-going-strong/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Habari 0.6 Now Available</title>
		<link>http://www.lildude.co.uk/habari-06-now-available/</link>
		<comments>http://www.lildude.co.uk/habari-06-now-available/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 08:53:16 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Habari]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[upgrade]]></category>

		<category><![CDATA[Wordpress alternative]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=428</guid>
		<description><![CDATA[The latest stable build of Habari was pushed out the doors last night and is now available for download. 
There have quite a significant number of changes and improvements on the previous stable release (0.5.2) which are documented as follows in the release notes:

	Read the rest of Habari 0.6 Now Available (406 words)
	
	Copyright &#169; 2009 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.lildude.co.uk/blog/wp-content/uploads/2008/09/habarilogo.png" alt="Habari Logo" title="Habari Logo" width="56" height="75" class="alignleft" />The latest stable build of Habari was <a href="https://habariproject.org/en/habari-06-released">pushed out the doors last night</a> and is now available for <a href="http://dist.habariproject.org/habari-0.6.zip">download</a>. </p>
<p>There have quite a significant number of changes and improvements on the previous stable release (0.5.2) which are documented as follows in the <a href="http://wiki.habariproject.org/en/Releases/0.6">release notes</a>:</p>
<p></p>
	<p>Read the rest of <a href="http://www.lildude.co.uk/habari-06-now-available/">Habari 0.6 Now Available</a> (406 words)</p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/habari-06-now-available/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/habari-06-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Links for 25 Mar 2009 - 2 Apr 2009</title>
		<link>http://www.lildude.co.uk/links-for-25-mar-2009-2-apr-2009/</link>
		<comments>http://www.lildude.co.uk/links-for-25-mar-2009-2-apr-2009/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 07:00:05 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<category><![CDATA[2009.06]]></category>

		<category><![CDATA[acrobat]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[chroot]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[OpenSolaris]]></category>

		<category><![CDATA[parallel]]></category>

		<category><![CDATA[patching]]></category>

		<category><![CDATA[pdf]]></category>

		<category><![CDATA[pkg]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[solaris10]]></category>

		<category><![CDATA[ssh]]></category>

		<category><![CDATA[Sun]]></category>

		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[techie]]></category>

		<category><![CDATA[Toshiba]]></category>

		<category><![CDATA[x86]]></category>

		<category><![CDATA[zones]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=426</guid>
		<description><![CDATA[Links of interest for 25 Mar 2009 - 2 Apr 2009:

Toshiba OpenSolaris Laptops - You can now get your hands on the much touted Opensolaris Toshiba laptops.  Sadly, it#039;s US only at the mo with UK availability expected sometime in May 2009.  I guess I#039;ll have to wait a bit, but it#039;ll be [...]]]></description>
			<content:encoded><![CDATA[<p>Links of interest for 25 Mar 2009 - 2 Apr 2009:</p>
<ul>
<li><a href="http://www.opensolaris.com/toshibanotebook/">Toshiba OpenSolaris Laptops</a> - You can now get your hands on the much touted Opensolaris Toshiba laptops.  Sadly, it#039;s US only at the mo with UK availability expected sometime in May 2009.  I guess I#039;ll have to wait a bit, but it#039;ll be good to start hearing the reviews to see how these things run.</li>
<li><a href="http://blogs.sun.com/JeffV/entry/patching_zones_goes_zoom">Accelerated Patching of Zoned Systems</a> - Woohooo!!!! Patching of systems with zones is about to get a lot quicker.  Jeff provides some good data here just to whet your appetite in anticipation of the quot;Zones Parallel Patchingquot; (ZPP) patch.</li>
<li><a href="http://blogs.sun.com/jmr/entry/packagemanager_for_2009_06">PackageManager for 2009.06</a> - Some good improvements coming to the pkg manager in the next release of OpenSolaris.</li>
<li><a href="http://blogs.sun.com/janp/entry/the_code_chrootdirectory_code_option">The ChrootDirectory option resynced to SunSSH</a> - After a lot of demanding, SunSSH has finally got the OpenSSH chrootdirectory functionality as of snv_112.  Not sure if this will be backported though.  Time will tell.</li>
<li><a href="http://get.adobe.com/uk/reader/">Adobe Acrobat Reader 9.1 Now Available for Solaris 10 x86</a> - It took long enough.  Now Adobe just need to get some parity between the SPARC and x86 releases.</li>
</ul>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/links-for-25-mar-2009-2-apr-2009/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/links-for-25-mar-2009-2-apr-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sun Modular Data Centre In Simulated Earthquake</title>
		<link>http://www.lildude.co.uk/sun-modular-data-centre-in-simulated-earthquake/</link>
		<comments>http://www.lildude.co.uk/sun-modular-data-centre-in-simulated-earthquake/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 15:40:26 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Blackbox]]></category>

		<category><![CDATA[earthquake]]></category>

		<category><![CDATA[simulated]]></category>

		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=427</guid>
		<description><![CDATA[Hot on the heels of the news that the The Internet Archive has chosen to deploy one of Sun&#8217;s Modular Data Centres (aka Project Blackbox) comes this video showing how it stands up to a simulated 6.7 earthquake.  


Now this is pretty impressive. Of course something else is very impressive too: Slashdot is actually [...]]]></description>
			<content:encoded><![CDATA[<p>Hot on the heels of the news that the <a href="http://www.archive.org/">The Internet Archive</a> has <a href="http://www.sun.com/featured-articles/2009-0325/feature/index.jsp">chosen</a> to deploy one of <a href="http://www.sun.com/products/sunmd/">Sun&#8217;s Modular Data Centres</a> (aka Project Blackbox) comes this video showing how it stands up to a simulated 6.7 earthquake.  </p>
<div class="center">
<object id="flashObj" width="486" height="322" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9/1640183659?isVid=1&#038;publisherID=1460825906" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=1667900590&#038;playerID=1640183659&#038;domain=embed&#038;" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://c.brightcove.com/services/viewer/federated_f9/1640183659?isVid=1&#038;publisherID=1460825906" bgcolor="#FFFFFF" flashVars="videoId=1667900590&#038;playerID=1640183659&#038;domain=embed&#038;" base="http://admin.brightcove.com" name="flashObj" width="486" height="322" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" swLiveConnect="true" allowScriptAccess="always" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object></div>
<p>Now this is pretty impressive. Of course something else is very impressive too: <a href="http://slashdot.org/">Slashdot</a> is actually coming to the party and actually had this <a href="http://hardware.slashdot.org/article.pl?sid=09/03/26/1448216">video embedded in one of it&#8217;s posts</a>.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/sun-modular-data-centre-in-simulated-earthquake/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/sun-modular-data-centre-in-simulated-earthquake/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Links for 15 Mar 2009 - 24 Mar 2009</title>
		<link>http://www.lildude.co.uk/links-for-15-mar-2009-24-mar-2009/</link>
		<comments>http://www.lildude.co.uk/links-for-15-mar-2009-24-mar-2009/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 11:00:09 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<category><![CDATA[7410]]></category>

		<category><![CDATA[analytics]]></category>

		<category><![CDATA[benchmark]]></category>

		<category><![CDATA[Blackbox]]></category>

		<category><![CDATA[dtrace]]></category>

		<category><![CDATA[fun]]></category>

		<category><![CDATA[history]]></category>

		<category><![CDATA[HPC]]></category>

		<category><![CDATA[IBM]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[performance]]></category>

		<category><![CDATA[rumour]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[SouthAfrica]]></category>

		<category><![CDATA[Storage]]></category>

		<category><![CDATA[Sun]]></category>

		<category><![CDATA[supercomputer]]></category>

		<category><![CDATA[techie]]></category>

		<category><![CDATA[TPC]]></category>

		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=418</guid>
		<description><![CDATA[Links of interest for 15 Mar 2009 - 24 Mar 2009:

Internet Archive to unveil massive Wayback Machine data center - Oooo, and it#039;s in a Sun Modular Datacentre (aka Project Blackbox) running Solaris 10 and ZFS.
The &#8216;IBM buys Sun&#8217; story &#124; Paul Murphy &#124; ZDNet.com - Interesting point of view on what#039;s happening with these [...]]]></description>
			<content:encoded><![CDATA[<p>Links of interest for 15 Mar 2009 - 24 Mar 2009:</p>
<ul>
<li><a href="http://www.computerworld.com/action/article.do?command=viewArticleBasicarticleId=9130081">Internet Archive to unveil massive Wayback Machine data center</a> - Oooo, and it#039;s in a Sun Modular Datacentre (aka Project Blackbox) running Solaris 10 and ZFS.</li>
<li><a href="http://blogs.zdnet.com/Murphy/?p=1555">The &#8216;IBM buys Sun&#8217; story | Paul Murphy | ZDNet.com</a> - Interesting point of view on what#039;s happening with these rumours. The last paragraph in this article could be the deal breaker though.</li>
<li><a href="http://blogs.sun.com/brendan/entry/heat_map_analytics">Heat Map Analytics</a> - Brendan Gregg and Bryan Cantril have far too much free time.  The end of this article has a interesting bit about writing a program that generates artificial workload that allows them to print words in 8 point text Analytics of the Sun Storage 7000 series arrays</li>
<li><a href="http://www.businesswire.com/portal/site/google/?ndmViewId=news_viewnewsId=20090316005460newsLang=en">Sun to Deploy South Africa&#8217;s Largest Supercomputer at the Centre for High Performance Computing</a> - It#039;s quite comforting to hear Sun being selected in my home country.  When I was living in SA, Sun was an almost unheard of entity. Good to see things are changing.</li>
<li><a href="http://www.forrester.com/Research/Document/Excerpt/0,7211,53871,00.html">TPC Benchmarks Don&#8217;t Matter Anymore by Noel Yuhanna - Forrester Research</a> - Welcome to the party. Sun have been saying this for years.</li>
</ul>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/links-for-15-mar-2009-24-mar-2009/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/links-for-15-mar-2009-24-mar-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HOWTO: Install Habari on Mac OS X Leopard, From Scratch</title>
		<link>http://www.lildude.co.uk/howto-install-habari-on-mac-os-x-leopard-from-scratch/</link>
		<comments>http://www.lildude.co.uk/howto-install-habari-on-mac-os-x-leopard-from-scratch/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 07:47:47 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[HOWTO]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[habari]]></category>

		<category><![CDATA[leopard]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[osx]]></category>

		<category><![CDATA[PDO]]></category>

		<category><![CDATA[pdo_mysql]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=423</guid>
		<description><![CDATA[Installing Habari isn&#8217;t really that complicated, however getting OS X up and running ready for the installation requires a bit of work.
Mac OS X 10.5 (aka Leopard) conveniently comes with Apache 2 and PHP 5, so most of the work in setting up a MAMP server has already been done for you.   Sure [...]]]></description>
			<content:encoded><![CDATA[<p>Installing <a href="http://habariproject.org/">Habari</a> isn&#8217;t really that complicated, however getting OS X up and running ready for the installation requires a bit of work.</p>
<p>Mac OS X 10.5 (aka Leopard) conveniently comes with Apache 2 and PHP 5, so most of the work in setting up a <a href="http://en.wikipedia.org/wiki/MAMP">MAMP</a> server has already been done for you.   Sure there are other ways to get a MAMP setup: you can build Apache, MySQL and PHP from sources, you can use <a href="http://www.macports.org/">MacPorts</a> or you can use pre-built packages like <a href="http://www.mamp.info">MAMP</a> or <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a>.  </p>
<p>I prefer to use as much of what is supplied with the OS as possible as there&#8217;s no point having duplicate applications on a system.  It also makes keeping them up-to-date much easier - it becomes Apple&#8217;s job, not mine.</p>
<p>Anyway, in order to get all the way through this article there are a couple of requirements:</p>
<p>1.  You have <a href="http://developer.apple.com/technology/xcode.html">XCode</a> installed<br />
2.  You&#8217;re fairly comfortable in using the command line. </p>
<p>This last requirement isn&#8217;t strictly true as I will provide all the commands you need to run anyway.</p>
<p>The rest of this post assumes you&#8217;ve not configured PHP, Apache or MySQL on OS X at all yet.  If you have, don&#8217;t worry, I&#8217;m sure you&#8217;ll be able to easily pick things up.</p>
<p><strong>NOTE</strong>: There is one caveat with this approach: Apple&#8217;s updates may require you to redo any one of the steps below as it may replace files you&#8217;ve modified or provide newer incompatible versions of software.</p>
<p><strong>Update</strong>:  You can find details on installing gd on OS X as a universal binary for 32-bit and 64-bit <a href="http://osx.topicdesk.com/content/view/135/41/">here</a>.</p>
<p></p>
	<p>Read the rest of <a href="http://www.lildude.co.uk/howto-install-habari-on-mac-os-x-leopard-from-scratch/">HOWTO: Install Habari on Mac OS X Leopard, From Scratch</a> (1,435 words)</p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/howto-install-habari-on-mac-os-x-leopard-from-scratch/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/howto-install-habari-on-mac-os-x-leopard-from-scratch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ZSH Prompt Colours in OpenSolaris snv_109 and Later</title>
		<link>http://www.lildude.co.uk/zsh-prompt-colours-in-opensolaris-snv_109-and-later/</link>
		<comments>http://www.lildude.co.uk/zsh-prompt-colours-in-opensolaris-snv_109-and-later/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 07:12:39 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[colour]]></category>

		<category><![CDATA[customization]]></category>

		<category><![CDATA[OpenSolaris]]></category>

		<category><![CDATA[prompt]]></category>

		<category><![CDATA[shell]]></category>

		<category><![CDATA[snv_109]]></category>

		<category><![CDATA[zsh]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=422</guid>
		<description><![CDATA[I&#8217;ve just updated my system to the latest OpenSolaris release (snv_109) and suddenly my ZSH prompt has lost all it&#8217;s colours (I use them to clearly distinguish between me and the root user - I&#8217;m also a bit of a customisation freak  ).
A little bit of research soon revealed that OpenSolaris snv_109 and later [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just updated my system to the latest <a href="http://www.opensolaris.com">OpenSolaris</a> release (snv_109) and suddenly my ZSH prompt has lost all it&#8217;s colours (I use them to clearly distinguish between me and the root user - I&#8217;m also a bit of a customisation freak <img src='http://www.lildude.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ).</p>
<p>A little bit of research soon revealed that OpenSolaris snv_109 and later now ships with ZSH 4.3.9 in which they changed the prompt colouring scheme, and for the better too as it&#8217;s far easier to understand.</p>
<p></p>
	<p>Read the rest of <a href="http://www.lildude.co.uk/zsh-prompt-colours-in-opensolaris-snv_109-and-later/">ZSH Prompt Colours in OpenSolaris snv_109 and Later</a> (201 words)</p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/zsh-prompt-colours-in-opensolaris-snv_109-and-later/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/zsh-prompt-colours-in-opensolaris-snv_109-and-later/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jonathan Schwartz Lets You Know How Sun Ticks</title>
		<link>http://www.lildude.co.uk/jonathan-schwartz-lets-you-know-how-sun-ticks/</link>
		<comments>http://www.lildude.co.uk/jonathan-schwartz-lets-you-know-how-sun-ticks/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 12:30:57 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[future]]></category>

		<category><![CDATA[profit]]></category>

		<category><![CDATA[Sun-Microsystems]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=417</guid>
		<description><![CDATA[4 great posts from Sun&#8217;s CEO, Jonathan Schwartz, that bring you up to speed very quickly on where the company is heading and how it intends on making money in the future.  Each post includes a video that very closely mirrors the words written in the post.

Understanding Sun in Three Easy Steps (1 of [...]]]></description>
			<content:encoded><![CDATA[<p>4 great posts from Sun&#8217;s CEO, Jonathan Schwartz, that bring you up to speed very quickly on where the company is heading and how it intends on making money in the future.  Each post includes a video that very closely mirrors the words written in the post.</p>
<ul>
<li><a href="http://blogs.sun.com/jonathan/entry/three_things_on_sun_in">Understanding Sun in Three Easy Steps (1 of 4)</a></li>
<li><a href="http://blogs.sun.com/jonathan/entry/step_one_adoption">Technology Adoption (2 of 4)</a> (this one inadvertently drove more traffic to one of my other posts <img src='http://www.lildude.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</li>
<li><a href="http://blogs.sun.com/jonathan/entry/commercial_innovation_3_of_4">Sun&#8217;s Network Innovations (3 of 4)</a></li>
<li><a href="http://blogs.sun.com/jonathan/entry/unified_computing">Sun&#8217;s Cloud (4 of 4)</a></li>
</ul>
<p>I think this is great work by Jonathan.  It&#8217;s good to see companies being open with their customers to let them know where they&#8217;re going and how they plan on getting there, though still no news on the <a href="http://www.lildude.co.uk/ibm-in-talks-to-buy-sun-huh/">IBM shopping rumours</a> <img src='http://www.lildude.co.uk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /></p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/jonathan-schwartz-lets-you-know-how-sun-ticks/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/jonathan-schwartz-lets-you-know-how-sun-ticks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IBM In Talks to Buy Sun - Huh?</title>
		<link>http://www.lildude.co.uk/ibm-in-talks-to-buy-sun-huh/</link>
		<comments>http://www.lildude.co.uk/ibm-in-talks-to-buy-sun-huh/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 09:38:22 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[In The News]]></category>

		<category><![CDATA[acquisition]]></category>

		<category><![CDATA[IBM]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[Sun-Microsystems]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=420</guid>
		<description><![CDATA[I was just checking the Sun share price this morning and nearly had a heart-attack.  I noticed the share price had jumped significantly in pre-market trading:

I glanced across to the sidebar in Google finance and it&#8217;s awash with stories about IBM being in talks to buy Sun Microsystems.  They all reference the same [...]]]></description>
			<content:encoded><![CDATA[<p>I was just checking the Sun share price this morning and nearly had a heart-attack.  I noticed the share price had jumped significantly in pre-market trading:</p>
<p><img src="http://www.lildude.co.uk/blog/wp-content/uploads/2009/03/javajumps.jpg" alt="JAVA Jumps 50% in Pre-Market Trading" title="JAVA Jumps 50% in Pre-Market Trading" width="356" height="136" class="center" /></p>
<p>I glanced across to the sidebar in Google finance and it&#8217;s awash with stories about IBM being in talks to buy <a href="http://www.sun.com">Sun Microsystems</a>.  They all reference the same Wall Street Journal article - <a href="http://online.wsj.com/article/SB123735970806267921.html">IBM in Talks to Buy Sun in Bid to Add to Web Heft</a>.  To say I&#8217;m surprised is an understatement of note. </p>
<p></p>
	<p>Read the rest of <a href="http://www.lildude.co.uk/ibm-in-talks-to-buy-sun-huh/">IBM In Talks to Buy Sun - Huh?</a> (258 words)</p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/ibm-in-talks-to-buy-sun-huh/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/ibm-in-talks-to-buy-sun-huh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Links for 13 Feb 2009 - 10 Mar 2009</title>
		<link>http://www.lildude.co.uk/links-for-13-feb-2009-10-mar-2009/</link>
		<comments>http://www.lildude.co.uk/links-for-13-feb-2009-10-mar-2009/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 15:00:11 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<category><![CDATA[grid]]></category>

		<category><![CDATA[hosting]]></category>

		<category><![CDATA[HP]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[mediatemple]]></category>

		<category><![CDATA[networking]]></category>

		<category><![CDATA[OpenSolaris]]></category>

		<category><![CDATA[shutdown]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[solaris10]]></category>

		<category><![CDATA[Storage]]></category>

		<category><![CDATA[Sun]]></category>

		<category><![CDATA[techie]]></category>

		<category><![CDATA[terabit]]></category>

		<category><![CDATA[update]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=405</guid>
		<description><![CDATA[Links of interest for 13 Feb 2009 - 10 Mar 2009:

Speeding to a Halt - Wow!!! OpenSolaris shutdown taken from about 41 seconds to a mere 7.  Brilliant work here by Dan Price.
Anatomy of Storage on the GRID - First Joyent, now MediaTemple. It&#8217;s great to see large, popular ISPs moving across to OpenSolaris [...]]]></description>
			<content:encoded><![CDATA[<p>Links of interest for 13 Feb 2009 - 10 Mar 2009:</p>
<ul>
<li><a href="http://blogs.sun.com/dp/entry/speeding_to_a_halt">Speeding to a Halt</a> - Wow!!! OpenSolaris shutdown taken from about 41 seconds to a mere 7.  Brilliant work here by Dan Price.</li>
<li><a href="http://weblog.mediatemple.net/weblog/2009/03/06/anatomy-of-storage-on-the-grid/">Anatomy of Storage on the GRID</a> - First Joyent, now MediaTemple. It&#8217;s great to see large, popular ISPs moving across to OpenSolaris and ZFS to power their grid, hosting and storage offerings.</li>
<li><a href="http://blogs.sun.com/jonathan/entry/hp_joins_solaris_community_live">HP Joins Solaris Community (Live Free or Die)</a> - This is brilliant news, for Sun and all those HP customers running Solaris (and I know of some big banks on this list).  Now I can&#8217;t name a single large-scale corporate computer vendor who hasn&#8217;t joined the Solaris OEM market. Lets hope this turns into some good returns for Sun.</li>
<li><a href="http://mail.opensolaris.org/pipermail/opensolaris-announce/2009-February/002043.html">OpenSolaris Build 107 for x86/x64/SPARC now available.</a> - Build 107 now available in the dev repository. Be sure to read this release mail before updating as there are several known issues.</li>
<li><a href="http://arstechnica.com/science/news/2009/02/terabit-ethernet-becomes-a-photonic-possibility.ars">Terabit Ethernet becomes a photonic possibility</a> - Now imagine having your broadband connection running at these speeds.</li>
</ul>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/links-for-13-feb-2009-10-mar-2009/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/links-for-13-feb-2009-10-mar-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenSolaris snv_108 on VirtualBox</title>
		<link>http://www.lildude.co.uk/opensolaris-snv_108-on-virtualbox/</link>
		<comments>http://www.lildude.co.uk/opensolaris-snv_108-on-virtualbox/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 17:52:07 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[GUI]]></category>

		<category><![CDATA[OpenSolaris]]></category>

		<category><![CDATA[snv_108]]></category>

		<category><![CDATA[VirtualBox]]></category>

		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.lildude.co.uk/?p=411</guid>
		<description><![CDATA[The OpenSolaris/dev repository was updated yesterday to reflect the changes in snv_108 for both x86/x64 and SPARC platforms (announcement).
I updated my VirtualBox instance this morning, which went without a hitch until it came to rebooting.  The OS rebooted without any problems, however it didn&#8217;t seem to get beyond the &#8220;loading&#8221; screen that appears just [...]]]></description>
			<content:encoded><![CDATA[<p>The OpenSolaris/dev repository was updated yesterday to reflect the changes in snv_108 for both x86/x64 and SPARC platforms (<a href="http://mail.opensolaris.org/pipermail/opensolaris-announce/2009-February/002055.html">announcement</a>).</p>
<p>I updated my VirtualBox instance this morning, which went without a hitch until it came to rebooting.  The OS rebooted without any problems, however it didn&#8217;t seem to get beyond the &#8220;loading&#8221; screen that appears just after Grub. It would however boot quite successfully into multi-user mode when in text-mode.  I poked and prodded and for the life of me, I couldn&#8217;t find any problems, so I went back to the announcement email and I found the cause of my problems there:</p>
<blockquote><p>Known issues for users running OpenSolaris as a VirtualBox guest<br />
===============================================================<br />
The Xorg driver included with the VirtualBox Guest Additions is incompatible with the 1.5.3 version of<br />
the Xorg server included in this build.  VirtualBox users should remove the VirtualBox guest additions<br />
prior to updating to this build.</p></blockquote>
<p>Sure enough, removing the guest additions pkg resolved the issue. OpenSolaris now loads the graphical interface within VirtualBox without any issues.  </p>
<p>Sadly, I don&#8217;t have all the functionality the guest additions provide, but it&#8217;s at least it&#8217;s usable now.  I imagine VirtualBox will be updated soon to include support for this rev of Xorg.</p>
	<p></p>
	<hr noshade style="margin:0;height:1px" />
	<p><small>Copyright &copy; 2009 for <a href="http://www.lildude.co.uk">Col's Tech Stuff</a> (<a href="http://www.lildude.co.uk/opensolaris-snv_108-on-virtualbox/">Permalink</a>)</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.lildude.co.uk/opensolaris-snv_108-on-virtualbox/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
