<?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>Mimor &#187; Bug</title>
	<atom:link href="http://mimor.be/category/linux/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://mimor.be</link>
	<description>Almost weekend!</description>
	<lastBuildDate>Wed, 18 Jan 2012 10:50:47 +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>Nasty little OpenSSH Bug</title>
		<link>http://mimor.be/2011/nasty-little-openssh-bug/</link>
		<comments>http://mimor.be/2011/nasty-little-openssh-bug/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 14:31:48 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[openSSH]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=782</guid>
		<description><![CDATA[So I&#8217;ve been using my Targa NT9231 as a home sever (Running Ubuntu 10.10 server edition) for a while now. It&#8217;s been serving several purposes such as internal webserver, irssi, monitoring and tunneling/proxy server. As all wise people should do, I&#8217;ve been using OpenSSH to connect to it. Solely  connected to it from my netbook, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mimor.be/wp-content/uploads/2011/03/puffy-armed.png"><img class="alignright size-full wp-image-848" title="puffy-armed" src="http://mimor.be/wp-content/uploads/2011/03/puffy-armed.png" alt="" width="200" height="170" /></a>So I&#8217;ve been using my Targa NT9231 as a home sever (Running Ubuntu 10.10 server edition) for a while now.<br />
It&#8217;s been serving several purposes such as internal webserver, irssi, monitoring and tunneling/proxy server.</p>
<p>As all wise people should do, I&#8217;ve been using OpenSSH to connect to it.<br />
Solely  connected to it from my netbook, as my desktop Ubuntu computer died after the purchase of a new ATI (curse you) Graphics card.<br />
But now, I managed to revive my desktop (yay!) and wanted to log in on my server.<br />
Setted up the key and wanted to transfer it to my authorized hosts file&#8230; but that gave me a bloody error:</p>
<blockquote><p>Permission denied (publickey).</p></blockquote>
<p>So I started to digg around and checked filepermissions, ssh_config file etc&#8230; But all seemed ok.<br />
But then I found this <a title="ssh Agent admitted failure to sign using the key on big endian machines" href="https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/201786" target="_blank">little nasty openSSH Bug</a> on launchpad.</p>
<p>Simply running &#8220;<a title="ssh-add" href="http://linuxmafia.com/pub/os2/stahl-ssh/snafu-mirror/ssh-add.html" target="_blank">ssh-add</a>&#8221; on the client fixed the problem!</p>
<blockquote><p><strong>Ssh-add</strong> adds identities to the authentication agent, <strong>ssh</strong>-<strong>agent.</strong> When run without arguments, it adds the file <tt>%HOME%/.ssh/identity</tt>. Alternative file names can be given on the command line. If any file requires a passphrase, <strong>ssh-add</strong> asks for the passphrase from the user.</p></blockquote>
<p>I&#8217;m not sure how this could&#8217;ve helped, but hey, its a workaround that actually works <img src='http://mimor.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2011/nasty-little-openssh-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Server on VirtualBox returns error This kernel requires the following features not present on the cpu: 0:6</title>
		<link>http://mimor.be/2009/ubuntu-server-onn-virtualbox-returns-error-this-kernel-requires-the-following-features-not-presnet-on-the-cpu-06/</link>
		<comments>http://mimor.be/2009/ubuntu-server-onn-virtualbox-returns-error-this-kernel-requires-the-following-features-not-presnet-on-the-cpu-06/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 15:20:36 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Virtualbox]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=425</guid>
		<description><![CDATA[I installed Ubuntu Server 8.04 inside a VirtualBox (v 2.4.1_OSE) virtual machine. The installation went smooth, but when I wanted to boot into my Ubuntu Server, it returned the following error right after GRUB: This kernel requires the following features not present on the cpu: 0:6 Unable to boot &#8211; please use a kernel appropriate [...]]]></description>
			<content:encoded><![CDATA[<p>I installed Ubuntu Server 8.04 inside a VirtualBox (v 2.4.1_OSE) virtual machine.<br />
The installation went smooth, but when I wanted to boot into my Ubuntu Server, it returned the following error right after GRUB:</p>
<blockquote><p>This kernel requires the following features not present on the cpu: 0:6<br />
Unable to boot &#8211; please use a kernel appropriate for your CPU</p></blockquote>
<p>Screenshot or it didn&#8217;t happen?</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-429" style="border: 1px solid black;" title="Ubuntu Server onn VirtualBox returns error" src="http://mimor.be/wp-content/uploads/2009/08/Ubuntu-Server-onn-VirtualBox-returns-error.jpg" alt="Ubuntu Server on VirtualBox returns error" width="600" height="160" /></p>
<h3 style="text-align: left;">How to solve:</h3>
<p style="text-align: left;">This can be easily resolved by enabling the PAE/NX option in the virtual machine&#8217;s settings.<br />
This will expose the <acronym title="Physical Address Extension">PAE</acronym> of your CPU to the virtual machine.</p>
<p style="text-align: left;">Just:</p>
<ol>
<li>go to the homescreen of Virtualbox</li>
<li>select your virtual machine</li>
<li>click the &#8216;settings&#8217; button on top of the screen</li>
<li>click the tab &#8216;Advanced&#8217;</li>
<li>check the box next to &#8216;PAE/NX&#8217;</li>
</ol>
<p style="text-align: left;">Like in this screenshot:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-435" style="border: 1px solid black;" title="Enable PAE/NX in VirtualBox" src="http://mimor.be/wp-content/uploads/2009/08/Screenshot-testserver-Settings-1.jpg" alt="Screenshot-testserver - Settings-1" width="600" height="503" /></p>
<p>Now, you can fire up your virtual machine again, and it will start up without this error.</p>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2009/ubuntu-server-onn-virtualbox-returns-error-this-kernel-requires-the-following-features-not-presnet-on-the-cpu-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keypad not working in Ubuntu 9.04</title>
		<link>http://mimor.be/2009/keypad-not-working-in-ubuntu-9-04/</link>
		<comments>http://mimor.be/2009/keypad-not-working-in-ubuntu-9-04/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 17:35:05 +0000</pubDate>
		<dc:creator>Mimor</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Bug]]></category>

		<guid isPermaLink="false">http://mimor.be/?p=268</guid>
		<description><![CDATA[After I installed Ubuntu 9.04 (Jaunty) I noted that my keypad didn&#8217;t work anymore. I never searched to fix this bug as I&#8217;m not using it that often. (The top-row number are far more efficient to use) My first laptop (dell latitude d820) made me learn how to work without the numeric part. Afterwards, this [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-269" style="border: 1px solid black;" title="numkeyjpg" src="http://mimor.be/wp-content/uploads/2009/08/numkeyjpg.png" alt="numkeyjpg" width="200" height="150" />After I installed Ubuntu 9.04 (Jaunty) I noted that my keypad didn&#8217;t work anymore.<br />
I never searched to fix this bug as I&#8217;m not using it that often. (The top-row number are far more efficient to use)<br />
My first laptop (dell latitude d820) made me learn how to work without the numeric part. Afterwards, this was not such a bad thing. Typing without using the keypad makes typing much quicker. You should give it a try some day!</p>
<p>But now my girlfriend wanted to use my computer to do some internet banking, which uses quite a lot of numeric digits to get authorized, and thus I have to fix it.<br />
It seems like this is a problem in X.org.<br />
This bug has already been registered on Launchpad with the number <a title="Bug #197589 on lauchpad" href="https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/197589" target="_blank">#197589</a>.<br />
The quick work around is disabling the &#8220;Pointer can be controlled using the keypad&#8221;-option in your keyboard settings.<br />
Or just disable it by hitting &#8220;Ctrl + Alt + Num Lock&#8221;<br />
There, that solved the problem&#8230; not that hard, but handy to know <img src='http://mimor.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mimor.be/2009/keypad-not-working-in-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

