<?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>Linux2Go</title>
	<atom:link href="http://blog.warma.dk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.warma.dk</link>
	<description>The blog of Soren Hansen (not the golfer)</description>
	<lastBuildDate>Mon, 19 Jul 2010 05:07:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OpenStack is open for business</title>
		<link>http://blog.warma.dk/2010/07/19/openstack-is-open-for-business/</link>
		<comments>http://blog.warma.dk/2010/07/19/openstack-is-open-for-business/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 05:00:03 +0000</pubDate>
		<dc:creator>Soren</dc:creator>
				<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[planetopenstack]]></category>
		<category><![CDATA[PlanetUbuntu]]></category>

		<guid isPermaLink="false">http://blog.warma.dk/?p=573</guid>
		<description><![CDATA[Moments ago Rackspace announced the OpenStack project. Not only is this awesome news in and of itself, it also means that I can finally blog about it  
The Rackspace&#8217;s IaaS offering consists of two parts: Cloud Servers and Cloud Files. Incidentally, OpenStack (so far, at least) has two main components to it: A &#8220;compute&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Moments ago Rackspace <a href="http://www.rackspace.com/information/mediacenter/release.php?id=8489">announced</a> the OpenStack project. Not only is this awesome news in and of itself, it also means that I can finally blog about it <img src='http://blog.warma.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The Rackspace&#8217;s IaaS offering consists of two parts: Cloud Servers and Cloud Files. Incidentally, OpenStack (so far, at least) has two main components to it: A &#8220;compute&#8221; compenent called &#8220;Nova&#8221; and a &#8220;storage&#8221; component called &#8220;Swift&#8221;. Swift is the software that runs Rackspace&#8217;s Cloud Files today. Nova was initially developed by NASA and is not currently in use at Rackspace, but will eventually replace the existing Cloud Servers platform.</p>
<p>Last week, we held a design summit in Austin, TX, USA, with a bunch of people from companies all around the world who all showed up to see what we were up to and to help out by giving requirements, designing the architecture or write patches. The amount of interest was astounding!</p>
<p>I&#8217;m sure others will be blogging at length about all that stuff, so I&#8217;d like to touch upon some of the ways in which Nova differs from the alternatives out there. I&#8217;ll leave it to someone else to talk about Swift.</p>
<ul>
<li>Nova is written in Python and uses Twisted.</li>
<li>Nova is completely open source. There&#8217;s no secret sauce. We won&#8217;t ever limit functionality or performance so that we can sell you an enterprise edition. It&#8217;s all released under the Apache license, so it&#8217;s conceivable that some company might write proprietary, for-pay extensions, but it won&#8217;t be coming from us. Ever. This is true for Swift as well, by the way.</li>
<li>Nova currently uses Redis for its key-value store.</li>
<li>Nova can use either LDAP or its key-value store for its user database.</li>
<li>Nova currently uses AMQP for messaging, which is the only mechanism with which the different components of Nova communicate.</li>
<li>The physical hosts that will run the virtual machines all have a component of Nova running on them. It takes care of setting up disk space and other parts of the virtual machine preparation.</li>
<li>It supports the EC2 query API.</li>
<li>The Rackspace API is in the works. I expect this will be the basis for the &#8220;canonical&#8221; API of Nova in the future, but any number of API&#8217;s could be supported.</li>
</ul>
<p>I cannot explain how excited I am about this. Let me know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warma.dk/2010/07/19/openstack-is-open-for-business/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Hudson and VMBuilder</title>
		<link>http://blog.warma.dk/2010/05/31/hudson-and-vmbuilder/</link>
		<comments>http://blog.warma.dk/2010/05/31/hudson-and-vmbuilder/#comments</comments>
		<pubDate>Mon, 31 May 2010 12:20:26 +0000</pubDate>
		<dc:creator>Soren</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[PlanetUbuntu]]></category>
		<category><![CDATA[vmbuilder]]></category>

		<guid isPermaLink="false">http://blog.warma.dk/?p=553</guid>
		<description><![CDATA[Unhappy with the current state of VMBuilder, I recently decided to take a look at Hudson, hoping it can help improve quality going forward. Hudson is a &#8220;continuous integration&#8221; tool. This means that it&#8217;s a tool you use to apply quality control continuously rather than only either when you&#8217;re feeling bored or when a release [...]]]></description>
			<content:encoded><![CDATA[<p>Unhappy with the current state of VMBuilder, I recently decided to take a look at <a href="http://www.hudson-ci.org">Hudson</a>, hoping it can help improve quality going forward. Hudson is a &#8220;continuous integration&#8221; tool. This means that it&#8217;s a tool you use to apply quality control continuously rather than only either when you&#8217;re feeling bored or when a release is imminent.</p>
<p>I&#8217;ve set up Hudson with a number of jobs:</p>
<ul>
<li>One monitors the <a href="https://launchpad.net/~ubuntu-virt/vmbuilder/0.12">the VMBuilder trunk bzr branch</a>. Whenever something changes there, it downloads it, runs pylint on it, runs the unit tests (pylint and unit tests setup with help from <a href="http://www.rhonabwy.com/wp/2009/11/04/setting-up-a-python-ci-server-with-hudson/">a blog post by Joe Heck</a>), and rolls a tarball. Finally it triggers the next job..</li>
<li>..which builds an Ubuntu source package out of it, and triggers the next job..</li>
<li>..which signs and uploads it to the VMBuilder PPA that I <a href="http://blog.warma.dk/2010/05/27/vmbuilder-in-lucid-lots-of-fail/">recently blogged about.</a>.</li>
<li>Last, but certainly not least, I&#8217;ve set up the very first completely automated, end to end VMBuilder test. It grabs the freshest tarball from Hudson, copies it to a reasonably beefy server, builds a VM, boots it up and upon succesful boot, it reports back that it all worked, and Hudson is happy. It doesn&#8217;t exercise all the various plugins of VMBuilder (not even close), but it&#8217;s a start!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.warma.dk/2010/05/31/hudson-and-vmbuilder/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMBuilder in Lucid == lots of fail</title>
		<link>http://blog.warma.dk/2010/05/27/vmbuilder-in-lucid-lots-of-fail/</link>
		<comments>http://blog.warma.dk/2010/05/27/vmbuilder-in-lucid-lots-of-fail/#comments</comments>
		<pubDate>Thu, 27 May 2010 13:10:18 +0000</pubDate>
		<dc:creator>Soren</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[PlanetUbuntu]]></category>
		<category><![CDATA[vmbuilder]]></category>

		<guid isPermaLink="false">http://blog.warma.dk/?p=531</guid>
		<description><![CDATA[Let it be no secret that I&#8217;m unhappy with the state of VMBuilder in Lucid (and in general for that matter). Way too many regressions crept in and I didn&#8217;t have time to fix them all. I still expect to do an SRU for all of this, but every time I try to attack the [...]]]></description>
			<content:encoded><![CDATA[<p>Let it be no secret that I&#8217;m unhappy with the state of VMBuilder in Lucid (and in general for that matter). Way too many regressions crept in and I didn&#8217;t have time to fix them all. I still expect to do an SRU for all of this, but every time I try to attack the bureaucracy involved in this, I fail. I need to find a few consecutive hours to throw at this very soon.</p>
<p>Anyways, in an effort to make testing easier, I&#8217;ve set up a <a href="http://launchpad.net/~vmbuilder/+archive/daily">PPA for VMBuilder</a>.</p>
<p>I&#8217;ve set up a <a href="http://www.rackspacecloud.com/cloud_hosting_products/servers">cloud server</a> that monitors <a href="https://edge.launchpad.net/~ubuntu-virt/vmbuilder/0.12">the VMBuilder trunk bzr branch</a>. If there&#8217;s been a new commit, it rolls a tarball, builds a source package out of it, and uploads it to that ppa. That way, adventurous users can grab packages from there and test things out before they go into an SRU. To do this, you simply run this command:</p>
<blockquote><p>sudo add-apt-repository ppa:vmbuilder/daily</p></blockquote>
<p>I&#8217;m also working on a setup that will automatically test these packages. The idea is to fire up another cloud server, make it install a fresh VMBuilder from that ppa, perform a bunch of tests and report back. To do this, I&#8217;m injecting an upstart job into the instance that</p>
<ol>
<li>adds the ppa,</li>
<li>installs vmbuilder,</li>
<li>builds a VM, which (using the firstboot option) will call back into the host when it has booted succesfully,</li>
<li>sets up a listener waiting for this callback,</li>
<li>waits for set amount of time for this callback.</li>
</ol>
<p>If I get a response in a timely manner, I assume all is well. If not, it&#8217;ll notify me somehow.</p>
<p>The idea is to make it run a whole bunch of builds to attempt to exercise as much of the code base as possible.</p>
<p>I&#8217;ll try to make a habit of blogging about the progress on this as I know a lot of people are aggravated by the current state of affairs and this way, they can see that <em>something</em> is happening.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warma.dk/2010/05/27/vmbuilder-in-lucid-lots-of-fail/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Cloud computing &#8211; Same old song?</title>
		<link>http://blog.warma.dk/2010/05/03/cloud-computing-same-old-song/</link>
		<comments>http://blog.warma.dk/2010/05/03/cloud-computing-same-old-song/#comments</comments>
		<pubDate>Mon, 03 May 2010 12:45:04 +0000</pubDate>
		<dc:creator>Soren</dc:creator>
				<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[PlanetUbuntu]]></category>

		<guid isPermaLink="false">http://blog.warma.dk/?p=519</guid>
		<description><![CDATA[I recently ended up in a conversation with a guy who turned out also to work in IT. When I mentioned I worked on cloud computing, he started talking about how it was just the same old song. Before I had a chance to reply, we were interrupted, but I haven&#8217;t really been able to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently ended up in a conversation with a guy who turned out also to work in IT. When I mentioned I worked on cloud computing, he started talking about how it was just the same old song. Before I had a chance to reply, we were interrupted, but I haven&#8217;t really been able to push this aside, and I&#8217;d like to address this point of view, as it&#8217;s probably held by others as well.</p>
<p>He said that he found cloud computing to be &#8220;old wine in new bottles&#8221;. His arguments were almost exclusively about how outsourcing is a bad idea. The rest of the time he spent pointing out that for all the time he&#8217;d had an Amazon S3 account (I think he said 2-3 years) he hadn&#8217;t noticed a price reduction in spite of the price of self-hosted storage is ever decreasing.</p>
<p>Cloud computing certainly shares some characteristics with outsourcing. You are running services on someone else&#8217;s hardware, in their infrastucture, leaving a big chunk of responsibility with this provider. This is also true for cloud computing. It&#8217;s also true that you&#8217;re paying a premium for the hardware compared to what it would have cost if you had it in your own data center. The difference between CAPEX and OPEX seemed to be lost on him, along with the fact that you&#8217;re also freeing human ressources to work on more interesting things, but none of this is really the point.</p>
<p>Apart from sharing the benefits (and drawbacks!) of outsourcing, cloud computing offers a new level and type of dynamism and availability. If you&#8217;re just going to take your Exchange server (his example) or whatnot and put it on a statically allocated cloud server, then yes, it&#8217;s the same old outsourcing song. If you, however, design your service so that it can scale horizontally, the dynamism of cloud computing will let you scale both up and down to address changes in demand. This way you save money when your service is idling, yet you can scale up quickly to respond to rising demand. More ressources are (supposedly) always available and right at your fingertips. They&#8217;re a simple API call away. Leveraged properly, it&#8217;s very likely that you could not only save money running the same service in the cloud, but also be able to deal with fluctuations in service demand much better than you could in your own data center or in an old school outsourcing scenario.</p>
<p>As for his other point, about the prices never decreasing in spite of the cost of hosting these things yourself decreases over time.. That&#8217;s a good point. He thought that that was how the these providers were really expecting to make money. I wouldn&#8217;t go that far at all, though. What makes cloud computing a viable business is by and large the economy of scale. Hosting lots and lots and lots of virtual servers or petabyte upon petabyte of data is lots cheaper /per unit/ than hosting a few servers and a few terabytes of data, but I have to agree that it does seem that the price per GB of stored data should be decreasing over time in response to the decreasing cost of storage on the market.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warma.dk/2010/05/03/cloud-computing-same-old-song/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>&#8220;I got redirected here from linux2go.dk.. What gives?&#8221;</title>
		<link>http://blog.warma.dk/2010/04/06/i-got-redirected-here-from-linux2go-dk-what-gives/</link>
		<comments>http://blog.warma.dk/2010/04/06/i-got-redirected-here-from-linux2go-dk-what-gives/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 05:45:06 +0000</pubDate>
		<dc:creator>Soren</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Linux2Go]]></category>

		<guid isPermaLink="false">http://blog.warma.dk/?p=493</guid>
		<description><![CDATA[
I got fed up with the old site. It was unfocused, unprofessional, not very  pretty, out-of-date.. Frankly, I was feeling embarassed about it.
I took it offline  completely a couple of weeks ago, expecting to  redo it altogether.   While thinking about its future and trying to  write a few things for [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>I got fed up with the old site. It was unfocused, unprofessional, not very  pretty, out-of-date.. Frankly, I was feeling embarassed about it.</p>
<p>I took it offline  completely a couple of weeks ago, expecting to  redo it altogether.   While thinking about its future and trying to  write a few things for the  new web site, I found it more and more  awkward to pretend that my  company and I were separate entitites.  There’s only me in the company.  It’s always been that way. I’ve had a  few people I’ve known that I could  rely on if I got too busy or somehow  ended up with assignments with  requirements I couldn’t meet, and at some point in the future there  might be more people in the  company, but for the time  being, it’s just me. Realising  this and not pretending or attempting to  create the illusion that it’s  something it’s not makes this whole  thing more straightforward.</p>
<p>So, instead of spending a lot of time writing content for a new  website, I’ll try to see if a simple blog will serve me well. Welcome.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.warma.dk/2010/04/06/i-got-redirected-here-from-linux2go-dk-what-gives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching to Wordpress</title>
		<link>http://blog.warma.dk/2010/04/02/switching-to-wordpress/</link>
		<comments>http://blog.warma.dk/2010/04/02/switching-to-wordpress/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 02:36:11 +0000</pubDate>
		<dc:creator>Soren</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://blog.warma.dk/?p=368</guid>
		<description><![CDATA[For years now, my blog has been powered by my own blogging engine. I wrote my own because I wanted to not have to run PHP on my web server,  and it was a handy way to get familiar with Django. However, I now work for a company that, among many other things, offers [...]]]></description>
			<content:encoded><![CDATA[<p>For years now, my blog has been powered by my own blogging engine. I wrote my own because I wanted to not have to run PHP on my web server,  and it was a handy way to get familiar with <a title="Django" href="http://www.djangoproject.com/" target="_blank">Django</a>. However, I now work for <a title="Rackspace Hosting" href="http://www.rackspace.com/" target="_blank">a company</a> that, among many other things, offers <a title="Rackspace Cloud Sites" href="http://www.rackspacecloud.com/cloud_hosting_products/sites" target="_blank">web hosting</a>, so it seems like a good idea to be dogfooding that, and having one less spare time project to work on is always a win. On top of that, <a title="Wordpress" href="http://www.wordpress.org" target="_blank">Wordpress</a> seems like a pretty awesome system with an extensive ecosystem of plugins, a stack of client applications, etc. This post, for instance was written almost entirely on my phone in the wicked cool <a title="Wordpress for Android" href="http://android.wordpress.org/" target="_blank">Wordpress application for Android</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warma.dk/2010/04/02/switching-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not an April fool&#8217;s joke</title>
		<link>http://blog.warma.dk/2010/04/01/not-an-april-fools-joke/</link>
		<comments>http://blog.warma.dk/2010/04/01/not-an-april-fools-joke/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 18:29:43 +0000</pubDate>
		<dc:creator>Soren</dc:creator>
				<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[PlanetUbuntu]]></category>

		<guid isPermaLink="false">http://blog.warma.dk.php5-8.dfw1-2.websitetestlink.com./?p=5</guid>
		<description><![CDATA[Today marks the beginning of my second month working for Rackspace.
I&#8217;ve realised I haven&#8217;t actually blogged about my leaving Canonical, so this post doubles as an announcement about that, I suppose.
A lot of thought was put into that decision. Ubuntu is an awesome project to work on and Canonical was a fun and interesting &#8220;place&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Today marks the beginning of my second month working for Rackspace.</p>
<p>I&#8217;ve realised I haven&#8217;t actually blogged about my leaving Canonical, so this post doubles as an announcement about that, I suppose.</p>
<p>A lot of thought was put into that decision. Ubuntu is an awesome project to work on and Canonical was a fun and interesting &#8220;place&#8221; to work, but &#8220;all good things must come to an end&#8221; so I decided to &#8220;quit while I was ahead&#8221;. Come up with more clichées if you feel like it. The short story is that I just wasn&#8217;t having much fun anymore.</p>
<p>Rackspace came along as an interesting option. I&#8217;ve known about them since forever, and they are doing very interesting stuff in the cloud computing area, so it seemed like a natural progression. I had a few interviews and after we overcame some initial difficulties (they&#8217;re not that used to having people from Denmark work for them) I started my new job working on Cloud Sites on March 1st.</p>
<p>This does not mean that I&#8217;m going to stop working on Ubuntu, though. It&#8217;ll just be on my own time and working on a narrower set of things than I have for a while. I also hope to be at UDS (I&#8217;ve applied for sponsorship) so that I can meet all my awesome, old colleagues.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warma.dk/2010/04/01/not-an-april-fools-joke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated regression testing of server packages</title>
		<link>http://blog.warma.dk/2010/01/06/automated-regression-testing-of-server-packages/</link>
		<comments>http://blog.warma.dk/2010/01/06/automated-regression-testing-of-server-packages/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 11:36:06 +0000</pubDate>
		<dc:creator>Soren</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://warma.dk/blog/article/101/</guid>
		<description><![CDATA[Just a quick FYI: I&#8217;ve set up some magic to automatically rebuild a set of server packages every day to see if their regression test suites still pass. The current list of source packages:

libvirt]]></description>
			<content:encoded><![CDATA[<p>Just a quick FYI: I&#8217;ve set up some magic to automatically rebuild a set of server packages every day to see if their regression test suites still pass. The current list of source packages:</p>
<ul>
<li>libvirt</li
<li>postgresql-8.3</li>
<li>postgresql-8.4</li>
<li>mysql-dfsg-5.0</li>
<li>mysql-dfsg-5.1</li>
<li>openldap</li>
<li>php5</li>
</ul>
<p>If there are other server packages that run their test suites at build time, please let me know so that I can add them to this list.</p>
<p>They packages are uploaded to <a href="https://edge.launchpad.net/~ubuntu-server-autotest/+archive/regression-test">the ubuntu-server-autotest/regression-test PPA</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warma.dk/2010/01/06/automated-regression-testing-of-server-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Ubuntu Server *could* be</title>
		<link>http://blog.warma.dk/2009/03/20/what-ubuntu-server-could-be/</link>
		<comments>http://blog.warma.dk/2009/03/20/what-ubuntu-server-could-be/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 19:11:50 +0000</pubDate>
		<dc:creator>Soren</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://warma.dk/blog/article/98/</guid>
		<description><![CDATA[I&#8217;m glad Thierry started this discussion. About six months ago when we were first beginning to talk about what to do in Jaunty, I sat down and wrote a bunch of notes that I meant to turn into a blog post, but it never made it farther than an e-mail to a few people, but [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m glad Thierry started this <a href="http://fnords.wordpress.com/2009/03/20/what-i-want-ubuntu-server-to-be/">discussion</a>. About six months ago when we were first beginning to talk about what to do in Jaunty, I sat down and wrote a bunch of notes that I meant to turn into a blog post, but it never made it farther than an e-mail to a few people, but now that we&#8217;re sharing visions, I thought I&#8217;d post it.</p>
<p style="margin: 20px; padding: 20px; border: dotted;">Disclaimer: These are simply notes I wrote for myself. They&#8217;re not the outcome of a discussion, it&#8217;s not a blessed strategy.. They&#8217;re just my notes.</p>
<h3>What is our profile? What offsets us from the others?</h3>
<p>If I&#8217;m brutally honest, I must admit that when I explain Ubuntu server<br />
to people, it very often ends up something like: &#8220;Debian with a sane,<br />
predictable release schedule. We take a snapshot of Debian at some<br />
point, and apply some polish and tender loving, and we ship it.&#8221; (Note:<br />
I wrote these notes 6 months ago, and this part is not quite true anymore,<br />
but let&#8217;s just forget that for a little bit.)</p>
<p>Sure, we also add a few gadgets, gizmos, and widgets, but the type of<br />
user who gets won over by that sort of thing alone is probably not the<br />
kind of user we&#8217;re really interested in (in part because they&#8217;re<br />
transient&#8230; If another distro comes up with another gizmo they suddenly<br />
can&#8217;t live without, they&#8217;ll be out of here in no time).</p>
<p>We need some kind of profile. We need to do something differently from<br />
others.  Offer a different concept. Right now, we&#8217;re trying to the others<br />
at their game. I&#8217;m not saying it can&#8217;t be done, but it&#8217;s a veritable<br />
David vs. Goliath.</p>
<p>Debian provides us with a technically strong, dependable base, but<br />
Debian is a solution to a problem we&#8217;re not trying to solve.</p>
<p>Ubuntu on the desktop took off with a bang with the Warty Warthog<br />
release.. It was an almost instant success.  Why?  Because it solved the<br />
problems everyone was facing:</p>
<ul>
<li>Easy to install
<ul>
<li>The install process was boiled down to as few questions as we<br />
        could possibly get away with, in part by leaving out a lot of<br />
        advanced options.</li>
</ul>
</li>
<li>Lots of common hardware supported
<ul>
<li>Even restricted drivers. The idea was that a software stack<br />
        consisting of all free software with a single binary blob to<br />
        enable a wifi card or a graphics adapter is better than a software<br />
        stack of all non-free software. For most users, these were (and<br />
        are still) the only two viable choices.</li>
</ul>
</li>
<li>A wide selection of software was pre-installed and ready to go.
<ul>
<li>All you needed to do was look around in the menus and you found<br />
        the software you needed to get most of your work done. No need to<br />
        look on the internet for &#8220;what software do you use instead of<br />
        Word/Internet Explorer/MSN Messenger/Outlook on Linux?&#8221;
    </li>
</ul>
</li>
</ul>
<p>Essentially, it was all about &#8220;making the best of free software<br />
available&#8221;.</p>
<p>Now, is &#8220;making it available&#8221; still a problem on servers? Yes! Sure,<br />
there&#8217;s lots of stuff we can&#8217;t do with an Ubuntu Server, but what if we<br />
focus on what you *can* do, and make that very, very available in a way<br />
that&#8217;s true to our UNIX heritage?</p>
<p>What would that require?
<ul>
<li>Easy to install
<ul>
<li>What are the common stumbling points for the installation process?
<ul>
<li>Example: Partitioning is difficult. You usually only get the one<br />
            chance to get it right, and if it&#8217;s your first linux system, you<br />
            won&#8217;t have a clue.
        </li>
</ul>
</li>
</ul>
<li>How can we fix them?
<ul>
<li>Example: Do their partitioning for them?
<ul>
<li>In ways that don&#8217;t limit our choices later on?
<ul>
<li>Example: Always make the disk a raid member where the raid set only<br />
                has that one member. That way, it&#8217;s easier to add another<br />
                member later.
            </li>
<li>Example: Always do LVM. Provide tools to easily move parts of the<br />
                filesystem to a newly created logical volume (creating the lv<br />
                and mkfs it in the process).
            </li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>Lots of common hardware supported.
<ul>
<li>What server class hardware out there is unsupported?</li>
<li>Do we need to create a restricted driver set for servers?</li>
</ul>
</li>
<li> A wide selection of software pre-installed and ready to go.
<ul>
<li>Perhaps not actually pre-installing them, but making sure that<br />
        people are using &#8220;the right selection&#8221; of software some other way,<br />
        perhas by means of:</p>
<ul>
<li>Better documentation
<ul>
<li>I&#8217;ve never read a book about Linux system administration and not<br />
                thought that they were doing it all wrong. This is symptomatic:<br />
                IMO, we&#8217;re quite good at pointing out when people are doing things<br />
                wrong, but we fail to go out and define the One True Way[tm] to do<br />
                things. Personally, I&#8217;m afraid I&#8217;ll make a mistake and people will<br />
                wind up at a dead end, because there&#8217;s something, I&#8217;ve<br />
                overlooked.
            </li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>Much better integration
<ul>
<li>Again, this stems from our failure to go out and define the One<br />
        True Way[tm] of setting up our services and integrate them. This<br />
        is something we inherited from Debian. I believe it needs to stop<br />
        right now.  Take dovecot, for instance.. I don&#8217;t expect any half<br />
        serious deployment of dovecot to use the userdb and passdb<br />
        backends that its configured to use by default, yet we leave the<br />
        defaults that way. Why? Because Debian does it. Why do they do it?<br />
        Because they&#8217;re trying to solve a different problem than we are.<br />
        They want to provide a platform that unbiased does everything for<br />
        the relatively few people who know how to drive it. This is noble enough, but<br />
        to dovecot, it means that it&#8217;s only as enterprise ready as the<br />
        sysadmin can manage to set it up.  We need to define what an<br />
        Ubuntu based enterprise environment looks like and offer that in a<br />
        packaged form for easy deployment. The benefits are numerous:</p>
<ul>
<li>Knowing that a company uses an Ubuntu based network<br />
            infrastructure currently tells you nothing. Defining these best<br />
            practices will provide a baseline, that&#8217;s recognisable by Ubuntu<br />
            admins everywhere.
        </li>
<li>Hiring is easier (for companies looking for Ubuntu sysadmins).<br />
            If an admin has Ubuntu experience there&#8217;s now a chance that<br />
            he&#8217;ll actually be able to apply his knowledge directly.
        </li>
<li>Support is much easier when you can actually make assumptions<br />
            about what people are using as their directory server, and how<br />
            everything speaks together, because *we* defined it.
        </li>
<li>It paves the way for an Ubuntu System Administration<br />
            certification.
        </li>
</ul>
</li>
<li>Etc.
    </li>
</ul>
</li>
</ul>
<p>What we should offer is:</li>
<ul>
<li>Enterprise readiness out of the box.</li>
<ul>
<li>Well defined interfaces (contracts, if you will) between components.
<ul>
<li>Example: If we were to decide that Ubuntu Server uses an ldap<br />
            backend for storing mail aliases, we&#8217;d clearly document the exact<br />
            query that would be run to fetch that info. If a user for<br />
            whatever reason needed to extend the ldap schema, he&#8217;s allowed to do<br />
            so and can expect everything to keep working as long as that query<br />
            gives the same result.  Likewise, the LDAP DIT will also be<br />
            clearly documented, so that the user is allowed to add custom<br />
            frontends.
        </li>
<li>These contracts follow our freeze process. I think beta freeze<br />
            would be an appropriate time to lock these down.
        </li>
</ul>
</li>
<li>Simple tools (akin to the ones we already have) to manage these<br />
        things.  Home users or small businesses shouldn&#8217;t suffer because we<br />
        decided to change the way things work.</p>
<ul>
<li>E.g. if we decide to install an LDAP server and use that from nss<br />
            and pam instead of passwd/shadow on each and every Ubuntu Server<br />
            installation, adduser and such should keep working as it always<br />
            has).
        </li>
</ul>
</li>
</ul>
</li>
</ul>
<p>Sorry if it&#8217;s a bit of a mess, but as you know, perfect is the enemy of good enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warma.dk/2009/03/20/what-ubuntu-server-could-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gtk-vnc and virt-viewer mozilla plugins</title>
		<link>http://blog.warma.dk/2009/03/20/gtk-vnc-and-virt-viewer-mozilla-plugins/</link>
		<comments>http://blog.warma.dk/2009/03/20/gtk-vnc-and-virt-viewer-mozilla-plugins/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 07:59:00 +0000</pubDate>
		<dc:creator>Soren</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://warma.dk/blog/article/95/</guid>
		<description><![CDATA[Another cool thing that&#8217;s new in Jaunty that I&#8217;ve never gotten around to bloggin about is the fact that the virt-viewer and gtk-vnc packages in Ubuntu now provide mozilla-virt-viewer and mozilla-gtk-vnc, respectively.
This means you can now put something like 

  &#60;embed type="application/x-gtk-vnc"
    width="800"
    height="600"
    host="127.0.0.1" [...]]]></description>
			<content:encoded><![CDATA[<p>Another cool thing that&#8217;s new in Jaunty that I&#8217;ve never gotten around to bloggin about is the fact that the virt-viewer and gtk-vnc packages in Ubuntu now provide mozilla-virt-viewer and mozilla-gtk-vnc, respectively.</p>
<p>This means you can now put something like <code>
<pre>
  &lt;embed type="application/x-gtk-vnc"
    width="800"
    height="600"
    host="127.0.0.1" port="5900">
  &lt;/embed>
</pre>
<p></code> or this:<br />
<code>
<pre>
  &lt;embed type="application/x-virt-viewer"
    width="800"
    height="600"
    uri="qemu:///system" name="something">
  &lt;/embed>
</pre>
<p></code> in a web page and have access to virtual machines or other VNC servers directly in your browser.</p>
<p>I have a feeling this will spark some rather interesting web based management tools once it becomes more ubiquitous.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warma.dk/2009/03/20/gtk-vnc-and-virt-viewer-mozilla-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
