<?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>Raskas' blog &#187; Ubuntu</title>
	<atom:link href="http://www.raskas.be/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raskas.be/blog</link>
	<description>Everything is possible... You only have to find out how.</description>
	<lastBuildDate>Wed, 22 Jun 2011 15:14:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Intrepid Ibex</title>
		<link>http://www.raskas.be/blog/2008/11/07/ubuntu-intrepid-ibex/</link>
		<comments>http://www.raskas.be/blog/2008/11/07/ubuntu-intrepid-ibex/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:44:00 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[lvm]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/?p=86</guid>
		<description><![CDATA[Last week a new version was released of Ubuntu, 8.10 aka Intrepid Ibex. It&#8217;s already installed on my laptop and it&#8217;s looking nice!
The installer still doesn&#8217;t support LVM. To be able to install Ubuntu on my LVM partitions I had to follow the steps described in one of my previous posts.
Previously I installed the i386 [...]]]></description>
			<content:encoded><![CDATA[<p>Last week a new version was released of Ubuntu, 8.10 aka Intrepid Ibex. It&#8217;s already installed on my laptop and it&#8217;s looking nice!</p>
<p>The installer still doesn&#8217;t support LVM. To be able to install Ubuntu on my LVM partitions I had to follow <a href="http://www.raskas.be/blog/2008/07/18/installing-ubuntu/" target="_blank">the steps described in one of my previous posts</a>.</p>
<p>Previously I installed the i386 bit version of distributions on my laptop although it is a x86_64 system. But this time I went for the amd64 version.</p>
<p>You can check if you really have a 64bit processor by checking if there is a &#8220;lm&#8221; flag for your processor: <code><br />
$ cat /proc/cpuinfo | grep lm </code></p>
<p>Using the 64bit version gave some problems, but they are all fixed now:</p>
<p><strong>thunderbird-lightning</strong></p>
<p>The lightning plugin you can download from the add-ons site of thunderbird is the i386 version which doesn&#8217;t work with a x86_64 thunderbird. Ubuntu provides a lightning package but this contains some old version. Luckily you can find the x86_64 xpi here: http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.9/contrib/linux-x86_64/</p>
<p><strong>sun javaws</strong></p>
<p>The sun javaws isn&#8217;t available for x86_64. The openJDK version is available but not all java applications work with that Java WebStart. You can manually install the i386 version of sun-java6-bin: <code><br />
sudo apt-get install ia32-sun-java6-bin</code><br />
You can now find the working javaws in following directory: /usr/lib/jvm/ia32-java-6-sun-1.6.0.10/bin/javaws</p>
<p>BTW &#8230; Fedora 10 will be released in 18 days</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2008/11/07/ubuntu-intrepid-ibex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu</title>
		<link>http://www.raskas.be/blog/2008/07/18/installing-ubuntu/</link>
		<comments>http://www.raskas.be/blog/2008/07/18/installing-ubuntu/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 19:44:15 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux SysAdmin]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lvm]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/?p=84</guid>
		<description><![CDATA[This week I reinstalled one of my Fedora machines with an Ubuntu 8.04. Not that I don&#8217;t like Fedora anymore but just because I want something new.
One of the big annoyancies I noticed during the installation was that it didn&#8217;t recognize my lvm partitions. And I really need that, as my home and root partition [...]]]></description>
			<content:encoded><![CDATA[<p>This week I reinstalled one of my Fedora machines with an Ubuntu 8.04. Not that I don&#8217;t like Fedora anymore but just because I want something new.</p>
<p>One of the big annoyancies I noticed during the installation was that it didn&#8217;t recognize my lvm partitions. And I really need that, as my home and root partition are on lvm and I didn&#8217;t want to repartition my complete drive.</p>
<p>Luckily I found some explanation for lvm support during the installation. This is the summary of the actions you need to perform.</p>
<p>Become the root user:<br />
<strong>ubuntu@ubuntu:~$ sudo -i</strong></p>
<p>Load the dm-mod module:<strong><br />
root@ubuntu:~# modprobe dm-mod</strong></p>
<p>Install the lvm2 package on the live system:<strong><br />
root@ubuntu:~# apt-get install lvm2</strong></p>
<p>Activate the logical volumes of your volumegroup<strong><br />
root@ubuntu:~# lvchange -a y &lt;volgroup name&gt;</strong></p>
<p>At this moment you can perform a normal installation, your existing logical volumes will be recognized and can be used during installation.<br />
After the complete installation process you have to install lvm support for you new installation.</p>
<p>Mount the partitions of your new installation:<br />
<strong>root@ubuntu:~# mount /dev/volgroup/root /mnt</strong><br />
<strong>root@ubuntu:~# mount /dev/sda1 /mnt/boot<br />
</strong><strong>root@ubuntu:~# mount -o bind /dev /mnt/dev</strong></p>
<p>Chroot into your new installation:<br />
<strong>root@ubuntu:~# chroot /mnt</strong></p>
<p>Install the lvm2 package:<br />
<strong>root@ubuntu:~# apt-get install lvm2</strong></p>
<p>You can now exit your chroot environment and reboot your machine. If everything is OK, you can boot your fresh ubuntu installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2008/07/18/installing-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fedora upgrade</title>
		<link>http://www.raskas.be/blog/2008/04/07/fedora-upgrade/</link>
		<comments>http://www.raskas.be/blog/2008/04/07/fedora-upgrade/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 15:50:19 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/?p=80</guid>
		<description><![CDATA[Fedora 9 will be released this month, this means that Fedora 7 will be end-of-live within 2 months (1 month after the release of Fedora 9 to be exact).
As one of my desktops was still running Fedora 7 it was time to upgrade to the current stable Fedora, Fedora 8.
On the Fedora wiki you can [...]]]></description>
			<content:encoded><![CDATA[<p>Fedora 9 will be released this month, this means that Fedora 7 will be end-of-live within 2 months (1 month after the release of Fedora 9 to be exact).</p>
<p>As one of my desktops was still running Fedora 7 it was time to upgrade to the current stable Fedora, Fedora 8.</p>
<p>On the Fedora wiki you can find a list of instructions to upgrade your machine using yum. It will list the general actions but also the execptions for each upgrade.<br />
You can find these instructions here: <a href="http://fedoraproject.org/wiki/YumUpgradeFaq" target="_blank">http://fedoraproject.org/wiki/YumUpgradeFaq</a></p>
<p>The upgrade went very smooth, but isn&#8217;t recommended for non-technical users as it all happens on the command line.<br />
For those non-technical users a graphical user interface which guides you through the complete process would be very handy (Ubuntu has it already, don&#8217;t know if it is available in Fedora 8/9).<br />
I prefer the upgrade with yum as I want to know what my machine is doing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2008/04/07/fedora-upgrade/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

