<?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>Rudkin On Linux, Mac and Tech &#187; Operating Systems</title>
	<atom:link href="http://rudkin.me.uk/category/operating-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://rudkin.me.uk</link>
	<description>Paul Rudkin&#039;s trials and tribulations with Linux, Mac and technology in general</description>
	<lastBuildDate>Thu, 06 Oct 2011 03:33:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding apt-add-repository to Ubuntu Server 10.04 LTS</title>
		<link>http://rudkin.me.uk/2011/03/24/adding-apt-add-repository-to-ubuntu-server-10-04-lts/</link>
		<comments>http://rudkin.me.uk/2011/03/24/adding-apt-add-repository-to-ubuntu-server-10-04-lts/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 13:09:31 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[PPA]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=122</guid>
		<description><![CDATA[I recent versions of Ubuntu a handy little utility call apt-add-repository was created to make it easier and more friendly to add Launchpad PPAs to your Ubuntu installation. I recently discovered that this utility is not installed by default on the Ubuntu Server Edition (certainly this is the case for Ubuntu Server 10.04 LTS). To [...]]]></description>
			<content:encoded><![CDATA[<p>I recent versions of Ubuntu a handy little utility call apt-add-repository was created to make it easier and more friendly to add Launchpad PPAs to your Ubuntu installation.  I recently discovered that this utility is not installed by default on the Ubuntu Server Edition (certainly this is the case for Ubuntu Server 10.04 LTS).</p>
<p>To add this useful utility, just run the following command from the command line or your server:-</p>
<pre>sudo apt-get install python-software-properties</pre>
<p>Once installed you will be able to add the Launchpad PPA of your choice as follows:-</p>
<pre>sudo apt-add-repository ppa:nameofppa</pre>
<p>You can add a PPA manually, but I find this a lot easier to remember!</p>
]]></content:encoded>
			<wfw:commentRss>http://rudkin.me.uk/2011/03/24/adding-apt-add-repository-to-ubuntu-server-10-04-lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get your Intel GM965/GL960 working with Compiz on Ubuntu Jaunty Jackalope</title>
		<link>http://rudkin.me.uk/2009/04/22/how-to-get-your-intel-gm965gl960-working-with-compiz-on-ubuntu-jaunty-jackalope/</link>
		<comments>http://rudkin.me.uk/2009/04/22/how-to-get-your-intel-gm965gl960-working-with-compiz-on-ubuntu-jaunty-jackalope/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 12:07:37 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[1525n]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[GL960]]></category>
		<category><![CDATA[GM965]]></category>
		<category><![CDATA[Graphics Controller]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Jackalope]]></category>
		<category><![CDATA[Jaunty]]></category>

		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=73</guid>
		<description><![CDATA[For the last couple of weeks I have been running the 64bit beta version of Ubuntu Jaunty Jackalope which will be released on 23rd April. The computer I am using is a Dell 1525n which has an Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller. After my initial install of Jaunty Jackalope beta all was well, [...]]]></description>
			<content:encoded><![CDATA[<p>For the last couple of weeks I have been running the 64bit beta  version of Ubuntu Jaunty Jackalope which will be released on 23rd April.</p>
<p>The computer I am using is a Dell 1525n which has an Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller.  After my initial install of Jaunty Jackalope beta all was well, the graphics card was detected and Compiz enabled.   This however was short lived as some days later I applied some updates and Compiz could no longer be enabled.</p>
<p>On investigation I discovered that Compiz had &#8216;blacklisted&#8217; my video card.   I have yet to find out why because Compiz has worked without complaint on every version of Ubuntu since Gutsy Gibbon.</p>
<p>I was initially gutted and planned to downgrade to Intrepid, but not to be defeated I did some searching and found out that you can force Compiz to skip the black list checks.  To do this you need to create the following file:-</p>
<blockquote><p><code>~/.config/compiz/compiz-manager</code></p></blockquote>
<p>and add the following line:-</p>
<blockquote><p><code>SKIP_CHECKS=yes</code></p></blockquote>
<p>After this I was then able to enable Compiz and continue working as I have done for the last year or so.   So far I have not seen any issues, so it is still a mystery as to why the GM965/GL960 was blacklisted.</p>
<p>I hope this helps somebody!</p>
]]></content:encoded>
			<wfw:commentRss>http://rudkin.me.uk/2009/04/22/how-to-get-your-intel-gm965gl960-working-with-compiz-on-ubuntu-jaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>My first Drobo App &#8211; webfs (a.k.a webfsd)</title>
		<link>http://rudkin.me.uk/2009/03/22/my-first-drobo-app-webfs-aka-webfsd/</link>
		<comments>http://rudkin.me.uk/2009/03/22/my-first-drobo-app-webfs-aka-webfsd/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 14:26:46 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[drobo]]></category>
		<category><![CDATA[droboapp]]></category>
		<category><![CDATA[droboshare]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[webfs]]></category>
		<category><![CDATA[webfsd]]></category>

		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=41</guid>
		<description><![CDATA[Having recently acquired a DroboShare I have been experimenting with the various applications that are currently available and install. What I felt was missing from the collection was Gerd Knorr&#8217;s webfsd. This is a simple and very lightweight http server for serving static content. This would provide me with web access to the contents of [...]]]></description>
			<content:encoded><![CDATA[<p>Having recently acquired a DroboShare I have been experimenting with the various applications that are currently available and install.  What I felt was missing from the collection was <a href="http://linux.bytesex.org/misc/webfs.html">Gerd Knorr&#8217;s webfsd</a>.  This is a simple and very lightweight http server for serving static content. This would provide me with web access to the contents of my Drobo from any web browser, including Safari on my iPhone.</p>
<p>The question I had was how on earth do I go about doing this? Although Drobo provide an SDK with the information on how to do this, what I needed was a step by step guide to give me a push in the right direction.  Fortunately I came across <a href="http://intellidick.com/wordpress/tag/kubuntu/">this blog post</a> which takes you through the steps of compiling <a href="http://www.mediatomb.cc">MediaTomb</a>.  This was exactly what I needed.  I am familiar with compiling applications for my Ubuntu system, what I wasn&#8217;t familiar with was cross compiling &#8211; I didn&#8217;t know where to start!</p>
<p>I was a little nervous about doing all of this on my main system, so I created a virtual machine of Ubuntu Intrepid 8.10 using <a href="http://www.virtualbox.org">VirtualBox</a>.  I followed the instructions to the letter up until the compilation of the libraries, I then substituted the webfsd compilation, and the result is now available for download at the <a href="http://www.drobospace.com/download/13539/webfsd-a-fast-simple-http-file-server/">DroboSpace Developer Community</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rudkin.me.uk/2009/03/22/my-first-drobo-app-webfs-aka-webfsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;quotacheck&#8217; bug on Ubuntu 8.04 running in a XEN VPS</title>
		<link>http://rudkin.me.uk/2009/03/14/quotacheck-bug-on-ubuntu-804-running-in-a-xen-vps/</link>
		<comments>http://rudkin.me.uk/2009/03/14/quotacheck-bug-on-ubuntu-804-running-in-a-xen-vps/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 12:47:19 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[quotacheck]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualmin]]></category>

		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=34</guid>
		<description><![CDATA[Well I am not sure if this bug is general accross the Ubuntu 8.04 family, but I have a Xen based VPS running Virtualmin and recently stumbled accross an issue with the quota calculations.   You can follow the thread posted in the Virtualmin bug tracker but the basic problem was that I got the following [...]]]></description>
			<content:encoded><![CDATA[<p>Well I am not sure if this bug is general accross the Ubuntu 8.04 family, but I have a <a href="http://www.xen.org/">Xen</a> based VPS running <a href="http://www.virtualmin.com">Virtualmin</a> and recently stumbled accross an issue with the quota calculations.   You can follow the thread posted in the <a href="http://www.virtualmin.com/index.php?option=com_flyspray&amp;do=details&amp;task_id=5462">Virtualmin bug tracker</a> but the basic problem was that I got the following errors:-</p>
<blockquote><p>
<code>root@ycits01:/# quotacheck -u -g -f -m /<br />
quotacheck: Cannot create new quotafile //aquota.user.new: File exists<br />
quotacheck: Cannot initialise IO on new quotafile: File exists<br />
quotacheck: Cannot create new quotafile //aquota.group.new: File exists<br />
quotacheck: Cannot initialise IO on new quotafile: File exists</code>
</p></blockquote>
<p>The solution was to run the following:-</p>
<blockquote><p>
<code>mv /aquota.user.new /aquota.user.broken<br />
mv /aquota.group.new /aquota.group.broken<br />
quotacheck -u -g -f -m /</code>
</p></blockquote>
<p>So I hope this is of use to somebody, now all I need to do is find out where I should report the bug!</p>
]]></content:encoded>
			<wfw:commentRss>http://rudkin.me.uk/2009/03/14/quotacheck-bug-on-ubuntu-804-running-in-a-xen-vps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compiling Firefly Media Server under Ubuntu 8.04 LTS (Hardy Heron)</title>
		<link>http://rudkin.me.uk/2008/07/27/compiling-firefly-media-server-under-ubuntu-804-lts-hardy-heron/</link>
		<comments>http://rudkin.me.uk/2008/07/27/compiling-firefly-media-server-under-ubuntu-804-lts-hardy-heron/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 10:05:23 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[Compiling]]></category>
		<category><![CDATA[Firefly]]></category>
		<category><![CDATA[Gutsy]]></category>
		<category><![CDATA[Media Server]]></category>
		<category><![CDATA[Pinnacle]]></category>
		<category><![CDATA[Roku]]></category>
		<category><![CDATA[Rokulabs]]></category>
		<category><![CDATA[Soundbridge]]></category>
		<category><![CDATA[Source]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.rudkin.me.uk/?p=16</guid>
		<description><![CDATA[I just thought I should create an entry to let everybody know that my previos post Compiling Firefly Media Server under Ubuntu 7.10 (Gutsy Gibbon) also applies to Ubuntu 8.04 (Hardy Heron).]]></description>
			<content:encoded><![CDATA[<p>I just thought I should create an entry to let everybody know that my previos post <a title="Permanent Link to Compiling Firefly Media Server under Ubuntu 7.10 (Gutsy Gibbon)" rel="bookmark" href="../2007/12/22/compiling-firefly-media-server-in-ubuntu-710-gutsy-gibbon/">Compiling Firefly Media Server under Ubuntu 7.10 (Gutsy Gibbon)</a> also applies to Ubuntu 8.04 (Hardy Heron).</p>
]]></content:encoded>
			<wfw:commentRss>http://rudkin.me.uk/2008/07/27/compiling-firefly-media-server-under-ubuntu-804-lts-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

