<?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>Pablo Endres&#039; Blog &#187; ubuntu</title>
	<atom:link href="http://www.pabloendres.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pabloendres.com</link>
	<description></description>
	<lastBuildDate>Sun, 22 Jan 2012 19:20:15 +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>Empathy and MSN</title>
		<link>http://www.pabloendres.com/2010/10/22/empathy-and-msn/</link>
		<comments>http://www.pabloendres.com/2010/10/22/empathy-and-msn/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 19:00:23 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[empathy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=159</guid>
		<description><![CDATA[I&#8217;ve had some problems recently (the last couple of weeks) with Empathy on Ubuntu 10.04. All my MSN accounts just started giving my an &#8220;Authentication Failed&#8221;. After checking with pidgin, which I use for other accounts, that my credentials were still working I found a post in the Ubuntu Forums that gave me a good [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had some problems recently (the last couple of weeks) with <a href="http://live.gnome.org/Empathy">Empathy</a> on Ubuntu 10.04.  All my MSN accounts just started giving my an &#8220;Authentication Failed&#8221;.</p>
<p>After checking with pidgin, which I use for other accounts, that my credentials were still working I found a <a href="http://ubuntuforums.org/showthread.php?t=1303424&amp;highlight=empathy+msn&amp;page=3">post</a> in the Ubuntu Forums that gave me a good solution:</p>
<blockquote><p>$ sudo aptitude remove telepathy-butterfly<br />
&#8211; Make sure you have telepathy-haze installed, if not<br />
$ sudo aptitude install telepathy-haze<br />
&#8211; Delete the accounts and recreate them with the new plugin</p></blockquote>
<p>I&#8217;m not sure why this happened, but at least it&#8217;s working again.<br />
Hope this helps someone else out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2010/10/22/empathy-and-msn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lucid Lynx and Constantine multiboot</title>
		<link>http://www.pabloendres.com/2010/05/18/lucid-lynx-and-constantine-multiboot/</link>
		<comments>http://www.pabloendres.com/2010/05/18/lucid-lynx-and-constantine-multiboot/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:16:36 +0000</pubDate>
		<dc:creator>Pablo Endres</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 12]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[grub-2]]></category>
		<category><![CDATA[multiboot]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.pabloendres.com/?p=150</guid>
		<description><![CDATA[As most of you know I&#8217;m a Fedora user, well started out some time ago as a Redhat user until they decided to have to spins: Redhat (stable for the enterprise) and Fedora (bleeding edge for the community). Back to the point, my main distro is Fedora but I like to give other distributions a [...]]]></description>
			<content:encoded><![CDATA[<p>As most of you know I&#8217;m a Fedora user, well started out some time ago as a Redhat user until they decided to have to spins: Redhat (stable for the enterprise) and Fedora (bleeding edge for the community).  Back to the point, my main distro is Fedora but I like to give other distributions a spin to find the pros and cons.</p>
<p>I decided to install the new and shiny Ubuntu 10.04 &#8220;Lucid Lynx&#8221;, but there is no way I want to affect my main partitions!! Why should I this is Linux after all, it can boot from a secondary partition I can even put the bootloader at the beginning of the partition to make it totally independent!! Having done that already with Backtrack 4, Ubuntu 9.10 (karmic) and CentOS 5.x it should be as easy as 1 &#8211; 2 &#8211; 3 (Or simple as&#8230; got Jackson 5 ringing in my ear right now).</p>
<p>So the solution I had in mind was just to add a new partition with parted, install there and add the following lines to the /etc/grub.conf in my Fedora partition:</p>
<blockquote><p>title Ubuntu 9.10 (Karmic)<br />
rootnoverify (hd0,6)<br />
chainloader +1</p></blockquote>
<p>The problem is that Ubuntu 10.04 ships with grub-2 (technically speaking 1.98) and it just doesn&#8217;t work the same way.  After a couple of re-installs and hours later I came out with <a href="http://www.dedoimedo.com/computers/ubuntu-lucid.html">this blog</a> with a really detailed review of the distribution and with the solution I needed:</p>
<blockquote><p>title Ubuntu 10.04 (Lucid Lynx)<br />
root (hd0,4)<br />
kernel /boot/grub/core.img<br />
savedefault<br />
boot</p></blockquote>
<p>Just to make sure your a attacking the right error, this is was I was getting: Error 13 invalid or unsupported executable format</p>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pabloendres.com/2010/05/18/lucid-lynx-and-constantine-multiboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

