<?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>The HyRax Macrocosm &#187; Troubleshooting</title>
	<atom:link href="http://www.serenux.com/tag/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.serenux.com</link>
	<description>Life, the Universe and Ubuntu.</description>
	<lastBuildDate>Mon, 21 Jun 2010 10:45:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HowTo: Fix being unable to click in Flash applications in Ubuntu 64-bit</title>
		<link>http://www.serenux.com/2010/01/howto-fix-being-unable-to-click-in-flash-applications-in-ubuntu-64-bit/</link>
		<comments>http://www.serenux.com/2010/01/howto-fix-being-unable-to-click-in-flash-applications-in-ubuntu-64-bit/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 11:26:32 +0000</pubDate>
		<dc:creator>HyRax</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.serenux.com/?p=675</guid>
		<description><![CDATA[Ubuntu 9.10 (Karmic Koala) has a curious bug on the 64-bit Intel/AMD version whereby on some systems you can play Flash perfectly, but the Flash application does not recognise any mouse clicks in it. This means in sites such as YouTube, you can&#8217;t click the mouse to play and pause, or seek in a video [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.10 (Karmic Koala) has a curious bug on the 64-bit Intel/AMD version whereby on some systems you can play Flash perfectly, but the Flash application does not recognise any mouse clicks in it. This means in sites such as YouTube, you can&#8217;t click the mouse to play and pause, or seek in a video &#8211; you&#8217;re forced to use the keyboard.</p>
<p>This is a known bug with the <em>flashplugin-installer</em> package and is currently being worked on by Canonical. In the meantime, if you wish to fix the problem yourself now rather than wait for the official fix, just follow these instructions&#8230;</p>
<p><span id="more-675"></span></p>
<ol>
<li>After you have installed Flash in the usual manner, open a terminal and type in the following:
<pre><span style="color: #000080;">$ sudo gedit /usr/lib/nspluginwrapper/i386/linux/npviewer</span></pre>
</li>
<li>Once the GEdit text editor (or substitute your favourite) opens, insert the following line <em>just before the last line</em> (should appear in most installations as the fourth line out of a total of five lines):
<pre><span style="color: #000080;">export GDK_NATIVE_WINDOWS=1</span></pre>
</li>
<li>Save your changes and exit your text editor.<br />
.</li>
<li>Now restart any applications that use Flash, such as Firefox.<br />
.</li>
<li>In the case of Firefox, go and visit a page that uses Flash. You should now find that you can now click in Flash without a problem.<br />
.</li>
<li>Pat yourself on the back. You&#8217;re done.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.serenux.com/2010/01/howto-fix-being-unable-to-click-in-flash-applications-in-ubuntu-64-bit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HowTo: Remotely collaborate with another user in a terminal</title>
		<link>http://www.serenux.com/2010/01/howto-remotely-collaborate-with-another-user-in-a-terminal/</link>
		<comments>http://www.serenux.com/2010/01/howto-remotely-collaborate-with-another-user-in-a-terminal/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 00:17:07 +0000</pubDate>
		<dc:creator>HyRax</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.serenux.com/?p=669</guid>
		<description><![CDATA[You do remote tech support for clients. One client calls you up needing assistance. You SSH into their machine as usual to check out the problem. You probably also have them on the phone so you can walk them through what you are doing or ask them questions, but making long support phone calls can [...]]]></description>
			<content:encoded><![CDATA[<p>You do remote tech support for clients. One client calls you up needing assistance. You SSH into their machine as usual to check out the problem. You probably also have them on the phone so you can walk them through what you are doing or ask them questions, but making long support phone calls can be expensive if you&#8217;re doing it via a mobile phone or internationally and it&#8217;s tiresome to switch to an IM client window all the time to write comments, especially if the client is not running a graphical session and only has a text server console to look at.</p>
<p>Sometimes actions speak much louder than words, and it would be great for the client to be able to see what you are doing without cumbersome and bandwidth-hogging remote screen tools like VNC. Is there an easy way to collaborate in a terminal?</p>
<p>There certainly is&#8230;</p>
<p><span id="more-669"></span></p>
<ol>
<li>First up, login to the client&#8217;s remote machine in question using their login, eg: login to the PC at 192.168.0.27 with the username &#8220;fred&#8221;:
<pre><span style="color: #000080;">$ ssh fred@192.168.0.27</span></pre>
</li>
<li>Once logged in, we need to create a screen session. It needs a name, so I&#8217;ll call mine &#8220;blah&#8221;, but you can make it any name you want. Type in the following (note that the &#8220;-S&#8221; parameter is uppercase):
<pre><span style="color: #000080;">$ screen -S blah</span></pre>
</li>
<li>Now instruct the client to open a terminal locally and attach themselves to your screen session by typing in the following command (note that the &#8220;-x&#8221; parameter is lowercase):
<pre><span style="color: #000080;">$ screen -x blah</span></pre>
</li>
<li>You are now both looking at a common screen session. Anything that either of you type along with any command output will be automatically and immediately seen by the other person in real-time!<br />
.</li>
<li>Once you&#8217;ve finished sorting out the client&#8217;s problem, terminate the screen session with:
<pre><span style="color: #000080;">$ exit</span></pre>
</li>
<li>You and the client will be both returned to your regular local terminal sessions which you can now close with the &#8220;exit&#8221; command again.</li>
</ol>
<p>If you don&#8217;t have another machine to try this with, you can try it using two terminal windows on your own local machine. You don&#8217;t need to SSH in since you&#8217;re already logged in, just run both screen commands in their own respective windows and watch as any new information entered, including command output, appears in both terminals simultaneously.</p>
<p>You are not limited to only having two terminals sharing a screen session &#8211; you can have an unlimited number of terminals, remote or local, share one screen session.</p>
<p><em>Note that the shared screen session only works with the same user login. You cannot have two separate users share a screen, hence the need to login using the client&#8217;s username before setting up the screen session. If the client&#8217;s username does not have sudo rights, once inside the screen session, simply su to your admin login and then do the administrative work you require, all while your client watches on in amazement. Of course, be aware that the client can also start typing in commands whilst you are su&#8217;ed into your admin login as well, so don&#8217;t leave your terminal unattended.</em></p>
<p>Enjoy. <img src='http://www.serenux.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.serenux.com/2010/01/howto-remotely-collaborate-with-another-user-in-a-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Fix a missing eth0 adapter after moving Ubuntu Server from one box to another.</title>
		<link>http://www.serenux.com/2009/11/howto-fix-a-missing-eth0-adapter-after-moving-ubuntu-server-from-one-box-to-another/</link>
		<comments>http://www.serenux.com/2009/11/howto-fix-a-missing-eth0-adapter-after-moving-ubuntu-server-from-one-box-to-another/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 01:49:06 +0000</pubDate>
		<dc:creator>HyRax</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Recovery]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.serenux.com/?p=642</guid>
		<description><![CDATA[Scenario: You have a box running Ubuntu Server. Something happens to the box and you decide to move the hard-drive to another physical machine to get the server back up and running. The hardware is identical on the other machine, so there shouldn&#8217;t be any issues at all, right? The machine starts up fine, but [...]]]></description>
			<content:encoded><![CDATA[<p>Scenario: You have a box running Ubuntu Server. Something happens to the box and you decide to move the hard-drive to another physical machine to get the server back up and running. The hardware is identical on the other machine, so there shouldn&#8217;t be any issues at all, right?</p>
<p>The machine starts up fine, but when you try and hit the network, you can&#8217;t. Closer inspection using the <em>ifconfig</em> command reveals that there is no &#8220;eth0&#8243; adapter configured. Why?</p>
<p>Here&#8217;s how to fix it.</p>
<p><span id="more-642"></span></p>
<p><img title="More..." src="http://www.serenux.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" />Ubuntu Server keeps tabs on the MAC address of the configured ethernet adapter. Unlike Ubuntu Desktop, you can&#8217;t simply change network cards willy nilly &#8211; while Ubuntu Server does detect and automatically setup new cards, it won&#8217;t automatically replace any adapter already configured as eth0 with another one, so you need to tell Ubuntu Server that you no longer need the old adapter.</p>
<p>This problem can also appear if you have a virtual machine such as one from Virtualbox, and you move or copy it from one host to another without ensuring that the MAC address configured for that VM&#8217;s ethernet adapter is 100% identical to the previous one.</p>
<p>These instructions were done with Ubuntu Server 9.04 Jaunty Jackalope in mind, but should apply to just about any release.</p>
<ol>
<li>Since you can&#8217;t SSH in, you will need to login directly on the Ubuntu Server console as an appropriate user with sudo rights.<br />
.</li>
<li>Once logged in, type in the following and hit Enter:
<pre><span style="color: #000080;">$ sudo nano /etc/udev/rules.d/70-persistent-net.rules</span></pre>
</li>
<li>You are now presented with the Nano text editor and some info that looks similar to the following:
<pre><span style="color: #000080;"># This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.

# PCI device 0x8086:0x1004 (e1000)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="0a:03:27:c2:b4:eb", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"</span></pre>
</li>
<li>Delete the last two lines or simply comment out the SUBSYSTEM line on the end. This is a rule defining what MAC address should be explicitly assigned to &#8220;eth0&#8243;. Since you no longer have an ethernet card with the specified MAC address in this machine (it&#8217;s on the old PC, remember), Ubuntu Server effectively ignores your new ethernet adapter because its MAC address does not match the defined rule for &#8220;eth0&#8243;.<br />
.</li>
<li>Once you&#8217;ve made your changes, press CTRL + X and then Y and then Enter to save your changes.<br />
.</li>
<li>Now reboot your box with:
<pre><span style="color: #000080;">$ sudo reboot</span></pre>
</li>
<li>Upon reboot, Ubuntu Server will detect the &#8220;new&#8221; ethernet adapter in your PC and will automatically write a new rule into the <em>/etc/udev/rules.d/70-persistent-net.rules</em> file, thus enabling networking over eth0 for your server.<br />
.</li>
<li>To verify that the new adapter is working, type in:
<pre><span style="color: #000080;">$ ifconfig</span></pre>
<p>&#8230;and you should see eth0 now listed with your defined IP address.<br />
.</li>
<li>Test remote connectivity to the server and if all is well, then pat yourself on the back. You&#8217;re done.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.serenux.com/2009/11/howto-fix-a-missing-eth0-adapter-after-moving-ubuntu-server-from-one-box-to-another/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HowTo: Restore the Windows Master Boot Record (without using a Windows CD) using Ubuntu Karmic.</title>
		<link>http://www.serenux.com/2009/10/howto-restore-the-windows-master-boot-record-mbr-without-using-a-windows-cd-using-ubuntu-karmic/</link>
		<comments>http://www.serenux.com/2009/10/howto-restore-the-windows-master-boot-record-mbr-without-using-a-windows-cd-using-ubuntu-karmic/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 12:41:05 +0000</pubDate>
		<dc:creator>HyRax</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apt]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Recovery]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.serenux.com/?p=634</guid>
		<description><![CDATA[You know how it is &#8211; you take a client&#8217;s Windows based machine, do a dual-boot installation of Ubuntu (which replaces the Windows Master Boot Record, or MBR, with GRUB and sets up an option to boot Ubuntu or Windows) so the client can evaluate Ubuntu, but then later on for whatever reason, Ubuntu is [...]]]></description>
			<content:encoded><![CDATA[<p>You know how it is &#8211; you take a client&#8217;s Windows based machine, do a dual-boot installation of Ubuntu (which replaces the Windows Master Boot Record, or MBR, with GRUB and sets up an option to boot Ubuntu or Windows) so the client can evaluate Ubuntu, but then later on for whatever reason, Ubuntu is no longer wanted. It&#8217;s removed and you need to restore the system&#8217;s ability to natively boot Windows directly without a GRUB menu.</p>
<p>You&#8217;re probably thinking &#8220;why the hell would anyone want to do that?!&#8221;&#8230; well, the fact of the matter is you sometimes come across a client who is just too mind-set and refuses to use anything but Windows, so yes &#8211; sometimes you need to restore the Windows MBR, but how do you do that when you don&#8217;t have a Windows CD handy?</p>
<p>Well, here&#8217;s how to do it using nothing but an Ubuntu 9.10 Karmic LiveCD.</p>
<p><span id="more-634"></span>It&#8217;s a little known fact that the Windows bootloader is nothing special. In fact it contains nothing proprietary to Windows at all. All the Windows bootloader does is simply look for the partition marked as &#8220;bootable&#8221; or &#8220;active&#8221; and transfer control of the boot process to it.</p>
<p>And would you know it? The Ubuntu LiveCD has a binary image of a generic open source bootloader that does just that!</p>
<ol>
<li> Boot your soon-to-be-Windows-only machine using the Ubuntu 9.10 Karmic LiveCD. Doesn&#8217;t matter if it&#8217;s the 32-bit or 64-bit version.<br />
.</li>
<li>Once booted on the LiveCD, open a terminal by going to the Applications menu and then choose Accessories and then Terminal.<br />
.</li>
<li>Find out what the designation of the Windows drive is (generally it will be the first drive, eg: /dev/sda or /dev/hda). If you are not sure, issue the command:
<pre><span style="color: #000080;">$ sudo fdisk -l
</span></pre>
<p>&#8230;and review the output, looking for your NTFS Windows partition. Make note of the <em>drive</em> that partition resides on (not the partition itself), eg: &#8220;/dev/sda&#8221;, <span style="text-decoration: underline;">not</span> &#8220;/dev/sda1&#8243;.</p>
<p><span style="color: #000080;"> </span></li>
<li>Now type in the following (remembering to substitute the correct drive device name for your setup in place of &#8220;/dev/sda&#8221;):
<pre><span style="color: #000080;">$ sudo dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda</span></pre>
<p>&#8230;which will write the image of a standard MBR contained in the /usr/lib/syslinux directory of the LiveCD environment to the first hard-drive, overwriting GRUB. <span style="color: #ff0000;"><strong><em>WARNING: Do NOT use a partition designation, eg: &#8220;sda1&#8243; or &#8220;sda2&#8243;, etc. This will overwrite the start of that partition which will effectively destroy data. The MBR exists at the start of the drive only, so only specify &#8220;sda&#8221; with no number on the end.</em></strong></span></p>
<p><span style="color: #000080;"> </span></li>
<li>Shutdown and reboot. Windows should now start &#8220;natively&#8221; without GRUB appearing at all.<br />
.</li>
<li>Normally I&#8217;d say &#8220;pat yourself on the back&#8221; here, but it&#8217;s Windows&#8230; <img src='http://www.serenux.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.serenux.com/2009/10/howto-restore-the-windows-master-boot-record-mbr-without-using-a-windows-cd-using-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Get a Microsoft Bluetooth Notebook 5000 mouse working under Ubuntu Jaunty.</title>
		<link>http://www.serenux.com/2009/08/howto-get-a-microsoft-bluetooth-notebook-5000-mouse-working-under-ubuntu-jaunty/</link>
		<comments>http://www.serenux.com/2009/08/howto-get-a-microsoft-bluetooth-notebook-5000-mouse-working-under-ubuntu-jaunty/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 10:49:04 +0000</pubDate>
		<dc:creator>HyRax</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.serenux.com/?p=533</guid>
		<description><![CDATA[The Microsoft Bluetooth Notebook 5000 mouse is an affordable, compact mouse that worked really well under Ubuntu up until Jaunty 9.04 when the Bluetooth stack changed so drastically that the mouse would not pair or work anymore. While the Ubuntu-provided Bluetooth stack has not been updated to correct this problem yet, the Blueman Project that [...]]]></description>
			<content:encoded><![CDATA[<p>The <a title="Mini-Review: The Microsoft Bluetooth Notebook 5000 mouse" href="http://www.serenux.com/2008/12/mini-review-microsoft-bluetooth-notebook-mouse-5000/" target="_blank">Microsoft Bluetooth Notebook 5000 mouse</a> is an affordable, compact mouse that worked really well under Ubuntu up until Jaunty 9.04 when the Bluetooth stack changed so drastically that the mouse would not pair or work anymore.</p>
<p>While the Ubuntu-provided Bluetooth stack has not been updated to correct this problem yet, the Blueman Project that Ubuntu uses keeps marching on in development and the latest version of of the Bluez stack and Blueman applet finally corrects this problem.</p>
<p>Here&#8217;s how to employ it on your own setup.</p>
<p><span id="more-533"></span></p>
<p><strong><em>EDIT October 2009: I have tested and found that the Microsoft Bluetooth Notebook 5000 mouse pairs and resumes successfully with the Ubuntu 9.10 Karmic Koala Beta release without any changes or upgrades required to the Bluetooth software. This HowTo therefore only applies to Ubuntu 9.04 Jaunty Jackalope.</em></strong></p>
<ol>
<li>First we need to add the Blueman Project&#8217;s PPA to your Ubuntu Jaunty installation. Open a terminal and type in:
<pre><span style="color: #000080;">$ sudo gedit /etc/apt/sources.list.d/blueman.list</span></pre>
</li>
<li>You will be presented with a blank text editor. Type or copy &amp; paste the following lines in:
<pre><span style="color: #000080;">deb http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main</span></pre>
</li>
<li>Save your changes and exit the editor.<br />
.</li>
<li>Now update your package lists with:
<pre><span style="color: #000080;">$ sudo apt-get update</span></pre>
</li>
<li>At the end you will see a NO_PUBKEY error because your setup does not yet have the GPG key for the Blueman repository to authenticate the packages with. To fix this, import the key with:
<pre><span style="color: #000080;">$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B15AB91951DC1E2</span></pre>
</li>
<li>Update your package lists again as per Step 4 and you should find the NO_PUBKEY error is gone now.<br />
.</li>
<li>By now your system is probably prompting you that there are updates to the Bluetooth stack available to install. We may as well stay at the terminal and do the updates there:
<pre><span style="color: #000080;">$ sudo apt-get upgrade</span></pre>
</li>
<li>Once that completes, the Bluetooth stack is now up to date, but we now need to install the Blueman applet to replace the Gnome version of it:
<pre><span style="color: #000080;">$ sudo apt-get install blueman</span></pre>
<p>(this will automatically uninstall the <em>bluez-gnome</em> package as we don&#8217;t want it anymore)</li>
<li>Once that completes, logout and log back in again so that the new applet loads up to replace the old one.<br />
.</li>
<li>Now, switch the mouse into paring mode by holding down the pairing button on the base of the mouse until the LED on top of the mouse starts to alternate between red and green illumination.<br />
.</li>
<li>Now do a left-click on the Bluetooth icon in the system tray. The Bluetooth Devices window should appear. Within a few seconds of that window opening, you should see your mouse and any other nearby Bluetooth devices listed in the window.<br />
.</p>
<p><img class="aligncenter size-full wp-image-540" title="BTApplet" src="http://www.serenux.com/wp-content/uploads/2009/08/BTApplet.jpg" alt="BTApplet" width="265" height="62" /><br />
<img class="aligncenter size-full wp-image-539" title="BTDevicesNotPairedYet" src="http://www.serenux.com/wp-content/uploads/2009/08/BTDevicesNotPairedYet.jpg" alt="BTDevicesNotPairedYet" width="502" height="382" />.</li>
<li>Do a right-mouse click on the Microsoft Mouse entry and choose &#8220;Bond&#8221; (or ensure the Microsoft Mouse entry is selected and click on the &#8220;Bond&#8221; button in the toolbar).<br />
.<img class="aligncenter size-full wp-image-535" title="BTDevicesBeginBonding" src="http://www.serenux.com/wp-content/uploads/2009/08/BTDevicesBeginBonding.jpg" alt="BTDevicesBeginBonding" width="512" height="392" /><br />
.</li>
<li>You will be prompted for the PIN number of the mouse. Like most accessory items, this is just &#8220;0000&#8243;, so type that in and hit Enter, or press OK.<br />
.</p>
<p><img class="aligncenter size-full wp-image-538" title="BTDevicesEnterPIN" src="http://www.serenux.com/wp-content/uploads/2009/08/BTDevicesEnterPIN.jpg" alt="BTDevicesEnterPIN" width="388" height="251" /><br />
.</li>
<li>Once the mouse is bonded, you will see some signal coloured bars appear next to the Microsoft Mouse entry in the Bluetooth Devices window (which represent the Received Signal Strength, Link Quality and the Transmit Power Level). But you can&#8217;t use the mouse just yet.<br />
.</p>
<p><img class="aligncenter size-full wp-image-536" title="BTDevicesBondedMouse" src="http://www.serenux.com/wp-content/uploads/2009/08/BTDevicesBondedMouse.jpg" alt="BTDevicesBondedMouse" width="502" height="382" /><br />
.</li>
<li>Click on the &#8220;Trust&#8221; button in the toolbar. This will allow your mouse to reconnect without prompting you for permission when you turn it off and back on again (or when you reboot).<br />
.</li>
<li>Now do a right-mouse click on the Microsoft Mouse entry again and choose &#8220;Connect to Input Service&#8221; (or click on the &#8220;Setup&#8221; button in the toolbar and follow the Wizard). After a brief delay, you should now find that your mouse now moves the mouse pointer!<br />
.<br />
<img class="aligncenter size-full wp-image-537" title="BTDevicesConnectInputService" src="http://www.serenux.com/wp-content/uploads/2009/08/BTDevicesConnectInputService.jpg" alt="BTDevicesConnectInputService" width="512" height="392" /><br />
.</li>
<li>You can now close the Bluetooth Devices window. Pat yourself on the back. You&#8217;re done.</li>
</ol>
<p>Your mouse should automatically reconnect upon reboot, PC or Mouse power saving events (such as suspend), and if you turn on the mouse after booting up your system.</p>
<p><span style="text-decoration: line-through;">I haven&#8217;t played with the Ubuntu Karmic Alpha yet to know if a more recent version of the Bluez Bluetooth stack is included. One presumes it will be, but if not, these instructions will probably work for Karmic as well.</span></p>
<p><em>EDIT October 2009: I have tested this mouse with the Ubuntu 9.10 Karmic Koala Beta release and it pairs first time perfectly and also resumes perfectly. There will be no need to use this HowTo with Karmic.</em></p>
<p><span style="text-decoration: line-through;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.serenux.com/2009/08/howto-get-a-microsoft-bluetooth-notebook-5000-mouse-working-under-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>HowTo: Fix MythTV&#8217;s Frontend not going full-screen in Ubuntu Jaunty.</title>
		<link>http://www.serenux.com/2009/04/howto-fix-mythtvs-frontend-not-going-full-screen-in-ubuntu-jaunty/</link>
		<comments>http://www.serenux.com/2009/04/howto-fix-mythtvs-frontend-not-going-full-screen-in-ubuntu-jaunty/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 11:36:43 +0000</pubDate>
		<dc:creator>HyRax</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.serenux.com/?p=485</guid>
		<description><![CDATA[The next version of Ubuntu is here &#8211; 9.04 aka &#8220;Jaunty Jackalope&#8221;. Along with a wealth of new features comes a wealth of new minor bugs to fix. Not enough to be show-stoppers, but enough to annoy the heck out of you, and here&#8217;s a doozy. If, like most people, you have Compiz enabled and [...]]]></description>
			<content:encoded><![CDATA[<p>The next version of Ubuntu is here &#8211; 9.04 aka &#8220;Jaunty Jackalope&#8221;. Along with a wealth of new features comes a wealth of new minor bugs to fix. Not enough to be show-stoppers, but enough to annoy the heck out of you, and here&#8217;s a doozy.</p>
<p>If, like most people, you have Compiz enabled and you start the MythTV Frontend, you will notice that rather than go full-screen, Myth will start as a window, essentially, even if your settings within Myth say to go full-screen.</p>
<p>In a single-screen scenario, the MythTV window will start just underneath the upper Gnome panel and the lower Gnome panel will sit over the top of the Myth window, obscuring part of the display. Proof that it&#8217;s a window can be found by holding down the ALT key and then dragging the MythTV display around with your mouse.</p>
<p>If you&#8217;re like me and use two displays with Myth being run on the second screen, you will see a gap at the top of the screen that is the same height as the upper Gnome panel and you will see your wallpaper showing through there, as shown in the illustration below.</p>
<p style="text-align: center;"><a title="Click for full size" href="http://www.serenux.com/~hyrax/snaps/MythTVJauntyCompizGap.jpg" target="_blank"><img title="Gap in the MythTV display" src="http://www.serenux.com/~hyrax/snaps/MythTVJauntyCompizGap_thumb.jpg" alt="Click for full size" /></a><br />
Click for full size (520K)</p>
<p>Here&#8217;s how to fix this problem.</p>
<p><em><strong>EDIT June 2010: This problem still plagues Ubuntu 9.10 and 10.04, and  this fix will work for those releases as well.</strong></em></p>
<p><span id="more-485"></span></p>
<p>The simplest fix is to disable Compiz altogether and MythTV will suddenly go full-screen, but that&#8217;s not really a solution &#8211; you want to keep your eye-candy! So follow the next few steps instead:</p>
<ol>
<li>Go to System-&gt;Preferences-&gt;CompizConfig Settings Manager. If you do not have this option in your Preferences, then you need to add it. Quickly jump into a terminal and type in at the $ prompt:
<pre><span style="color: #000080;">$ sudo apt-get install compizconfig-settings-manager</span></pre>
<p>&#8230;and hit Enter. Once installed, go back into the Preferences menu and bring it up.</li>
<li>Scroll down until you get to the &#8220;Utility&#8221; section and then click on &#8220;Workarounds&#8221;. It should alredy be selected as enabled, but if not, also make sure the checkbox next to it is enabled too.
<p style="text-align: center;"><a title="Click for full size" href="http://www.serenux.com/~hyrax/snaps/CompizWorkaroundSettings1.jpg" target="_blank"><img title="Compiz Workarounds" src="http://www.serenux.com/~hyrax/snaps/CompizWorkaroundSettings1_thumb.jpg" alt="Click for full size" /></a><br />
Click for full size (81K)<br />
.</p>
</li>
<li>The window changes to show you the Workaround options. The very first option is &#8220;Legacy Fullscreen Support&#8221;. This is unchecked by default. Click on the checkbox so that it IS checked, and then click on the Back button, then close the window.
<p style="text-align: center;"><a title="Click for full size" href="http://www.serenux.com/~hyrax/snaps/CompizWorkaroundSettings2.jpg" target="_blank"><img title="Compiz Workarounds" src="http://www.serenux.com/~hyrax/snaps/CompizWorkaroundSettings2_thumb.jpg" alt="Click for full size" /></a><br />
Click for full size (71K)<br />
.</p>
</li>
<li>Quit the MythTV Frontend if you had it open already and then restart it. You will now find that the gap has disappeared, and that the MythTV display is now appearing full-screen properly instead of just being a window.<br />
.</li>
<li>Pat yourself on the back.</li>
</ol>
<p>Happy viewing! <img src='http://www.serenux.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>Please note: This workaround is just that &#8211; a workaround. One minor problem that arises with it is that you may get occasional screen &#8220;flashing&#8221; or a flash of the background wallpaper appearing when a DBus message is displayed, or if you scroll a window or terminal on the same or other screen in a multi-screen setup. This does not occur often, however, and so may not bother you at all! The bug has been reported, and no doubt will be fixed in due course. When it is fixed, this workaround should be reversed.<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.serenux.com/2009/04/howto-fix-mythtvs-frontend-not-going-full-screen-in-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>HowTo: Uninstall software that makes Ubuntu&#8217;s boot process fail</title>
		<link>http://www.serenux.com/2009/02/howto-uninstall-software-that-makes-ubuntus-boot-process-fail/</link>
		<comments>http://www.serenux.com/2009/02/howto-uninstall-software-that-makes-ubuntus-boot-process-fail/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 03:34:16 +0000</pubDate>
		<dc:creator>HyRax</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Apt]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.serenux.com/?p=438</guid>
		<description><![CDATA[Whilst rebuilding a friend&#8217;s Medion laptop, in my attempt to get the Wireless LAN adapter working, I set about trying to use ndiswrapper and the Windows drivers. Unfortunately upon rebooting, the system failed to boot, always locking up when the boot process tried to load the Windows driver. It was so bad that I wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Getting sound to work on a Medion laptop" href="http://www.serenux.com/?p=435" target="_blank">Whilst rebuilding a friend&#8217;s Medion laptop</a>, in my attempt to get the Wireless LAN adapter working, I set about trying to use ndiswrapper and the Windows drivers. Unfortunately upon rebooting, the system failed to boot, always locking up when the boot process tried to load the Windows driver. It was so bad that I wasn&#8217;t even able to boot to a recovery prompt because it still attempts to load the hardware drivers before dropping you into a root shell.</p>
<p>The solution was simple &#8211; get rid of ndiswrapper and that will prevent the offending Windows driver loading which I can then delete afterwards, but how do you do this when you can&#8217;t even boot to a terminal?</p>
<p>With the assistance of an Ubuntu LiveCD (on USB stick in this case), I was able to remove ndiswrapper without needing to do a complete re-install of the system. Here&#8217;s how to do it.</p>
<p><span id="more-438"></span></p>
<ol>
<li>Shutdown your system, insert your Ubuntu LiveCD and turn on your system.<br />
.</li>
<li>Allow the system to boot to the LiveCD desktop and then open a terminal.<br />
.</li>
<li>Determine what your system&#8217;s root partition is called by getting a list of available drives and partitions with:
<pre><span style="color: #000080;">$ sudo fdisk -l</span></pre>
</li>
<li>In my case, this Medion lappy had Windows installed and a couple of other partitions too. The root Linux partition ultimately resided on sda8, so I need to mount this somewhere. First I need a mountpoint:
<pre><span style="color: #000080;">$ mkdir /dev/shm/medion</span></pre>
<p>&#8230;this creates a directory in the RAM disk called &#8220;medion&#8221; (but you can call it whatever you want).<br />
.</li>
<li>Now mount the partition to the mountpoint with:
<pre><span style="color: #000080;">$ sudo mount /dev/sda8 /dev/shm/medion</span></pre>
</li>
<li>Check that we can access the mounted drive with:
<pre><span style="color: #000080;">$ ls -l /dev/shm/medion</span></pre>
</li>
<li>If it contains the root filesystem of your lappy&#8217;s Ubuntu install, then you&#8217;ve done well so far. Now we need to change the system&#8217;s root filesystem from the LiveCD over to the hard-drive&#8217;s root filesystem so we can work on it. Type in:
<pre><span style="color: #000080;">$ sudo chroot /dev/shm/medion</span></pre>
</li>
<li>This will temporarily make the current session&#8217;s root filesystem the one that is on your hard-drive, as though we&#8217;d actually booted from it. From here, it&#8217;s now a simple case of removing the ndiswrapper application that was causing all my problems (notice that we are at a root prompt designated by the hash symbol):
<pre><span style="color: #000080;"># apt-get remove ndiswrapper-common</span></pre>
</li>
<li>A few warning messages popped up advising that it couldn&#8217;t find the log to write to, but that&#8217;s OK &#8211; the software still gets removed, and thus will prevent the Windows driver from killing the boot process. Once Apt had finished doing its thing, just type in:
<pre><span style="color: #000080;"># exit</span></pre>
<p>&#8230;and the root filesystem will revert back to the LiveCD&#8217;s root filesystem.<br />
.</li>
<li>Shutdown and reboot as normal without the LiveCD, and viola &#8211; the system boots without hanging this time!</li>
</ol>
<p>As you can see, the ability to change root filesystem can be very useful in trouble-shooting a non-booting installation but also has other uses too, one of the most common being creating custom LiveCD&#8217;s by modifying the squashfs filesystem on the LiveCD and burning to a new disc &#8211; thus allowing you to add or remove components from the default Ubuntu LiveCD environment.</p>
<div class='wp_likes' id='wp_likes_post-438'><a class='like' href="javascript:wp_likes.like(438);" title='' ><img src="http://www.serenux.com/wp-content/plugins/wp-likes/images/like.gif" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(438);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.serenux.com/2009/02/howto-uninstall-software-that-makes-ubuntus-boot-process-fail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HowTo: Get SigmaTel STAC 9200 chipset audio working in Ubuntu Intrepid</title>
		<link>http://www.serenux.com/2009/02/howto-get-sigmatel-stac-9200-chipset-audio-working-in-ubuntu-intrepid/</link>
		<comments>http://www.serenux.com/2009/02/howto-get-sigmatel-stac-9200-chipset-audio-working-in-ubuntu-intrepid/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 03:04:39 +0000</pubDate>
		<dc:creator>HyRax</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Intrepid]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.serenux.com/?p=435</guid>
		<description><![CDATA[I was asked to rebuild a friend&#8217;s old Medion laptop &#8211; you know, those ones Aldi used to sell for peanuts. It&#8217;s an AMD Turion64 based machine with NVidia GeForce Go 6100 gfx and SigmaTel STAC 9200 &#8220;High Definition&#8221; audio and a 1280&#215;800 display. I have to admit it&#8217;s not a bad little machine. Anyway, [...]]]></description>
			<content:encoded><![CDATA[<p>I was asked to rebuild a friend&#8217;s old Medion laptop &#8211; you know, those ones Aldi used to sell for peanuts. It&#8217;s an AMD Turion64 based machine with NVidia GeForce Go 6100 gfx and SigmaTel STAC 9200 &#8220;High Definition&#8221; audio and a 1280&#215;800 display. I have to admit it&#8217;s not a bad little machine.</p>
<p>Anyway, the default installation of Ubuntu Intrepid picks up everything except the Fn keys, wireless LAN adapter and the audio. The wireless LAN adapter has proven to be a bit of a challenge, so if I suss it out, I&#8217;ll write up about it later. Fn keys I&#8217;m not really fussed about (and neither is the laptop&#8217;s owner), but we needed the audio.</p>
<p><span id="more-435"></span>The SigmaTel STAC 9200 has a dotted history of frustration among Linux users in general, but thankfully it <em>was</em> fixed in Kernel 2.6.27-7 and Alsa 1.0.15. Unfortunately a vanilla installation of Ubuntu it still is unable to autodetect the hardware 100% properly (it will find it and name it, but all you get is silence), so you have to make one tiny manual adjustment before sound will work properly.</p>
<ol>
<li>Open up a terminal and type the following at the $ prompt:
<pre><span style="color: #000080;">$ sudo gedit /etc/modprobe.d/alsa-base</span></pre>
</li>
<li>This opens up the file in the GEdit text editor. Scroll to the end of the file, hit Enter to make a new line and add the following:
<pre><span style="color: #000080;">options snd-hda-intel model=gateway</span></pre>
</li>
<li>Save your changes and close the editor.<br />
.</li>
<li>Now reboot. When Ubuntu comes back, you will have working audio!</li>
</ol>
<p><em>Note: Reader Mouhcine has suggested that if &#8220;model=gateway&#8221; does not work for you in step 2, try using &#8220;model=gateway-m4&#8243; which may give you more success in Ubuntu Jaunty.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.serenux.com/2009/02/howto-get-sigmatel-stac-9200-chipset-audio-working-in-ubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>HowTo: Eliminate the Green Bar on video playback in Totem (and other media players)</title>
		<link>http://www.serenux.com/2008/12/howto-eliminate-the-green-bar-on-video-playback-in-totem-and-other-media-players/</link>
		<comments>http://www.serenux.com/2008/12/howto-eliminate-the-green-bar-on-video-playback-in-totem-and-other-media-players/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 23:01:48 +0000</pubDate>
		<dc:creator>HyRax</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[GStreamer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Totem]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.serenux.com/?p=256</guid>
		<description><![CDATA[Some people, including myself, have experienced an annoying issue whereby some videos you playback, particularly those encoded with the Xvid codec, have an apparent corruption of video represented by a thick Green Bar(TM) somewhere on the image. Generally the colours are askew as well and sometimes sections of the image are blurred. You might assume [...]]]></description>
			<content:encoded><![CDATA[<p>Some people, including myself, have experienced an annoying issue whereby some videos you playback, particularly those encoded with the Xvid codec, have an apparent corruption of video represented by a thick Green Bar(TM) somewhere on the image. Generally the colours are askew as well and sometimes sections of the image are blurred. You might assume that the original video is corrupt in some way, but this is not the case as the video will typically run fine through media players on other platforms.</p>
<p><span id="more-256"></span>The Green Bar(TM) and general video corruption looks similar to this:</p>
<p><img class="aligncenter size-full wp-image-260" title="Totem featuring the Green Bar(TM)" src="http://www.serenux.com/wp-content/uploads/2008/12/totem_greenbar.jpg" alt="Totem featuring the Green Bar(TM)" width="502" height="355" /></p>
<p>The issue is that the XVideo extension of X Windows (aka <em>Xv</em>) is having trouble dealing with the decoded video data when using your video card to scale the video to fit the window. There is a fix, however, at a minor cost of some CPU time &#8211; instead of getting your video card to do the scaling, get the CPU to do it instead.</p>
<ol>
<li>Press ALT+F2 to bring up the Run Application dialog (or just open a terminal) and type in <em>gstreamer-properties</em> and hit Enter.
<p><img class="aligncenter size-full wp-image-259" title="Run the GStreamer Properties app" src="http://www.serenux.com/wp-content/uploads/2008/12/gstreamersettings_runapp.jpg" alt="Run the GStreamer Properties app" width="580" height="188" />.</li>
<li>You will be presented with the GStreamer properties app. Click on the <em>Video</em> tab and you will see the following:
<p><img class="aligncenter size-full wp-image-262" title="GStreamer's default settings" src="http://www.serenux.com/wp-content/uploads/2008/12/gstreamersettings_default.jpg" alt="GStreamer's default settings" width="418" height="436" />.</li>
<li>Change the <strong>Default Output Plugin</strong> from <em>Autodetect</em> to <em>X Window System (No Xv)</em> and then close the application.
<p><img class="aligncenter size-full wp-image-258" title="Modify the GStreamer settings to &quot;NoXV&quot;" src="http://www.serenux.com/wp-content/uploads/2008/12/gstreamersettings_noxv.jpg" alt="Modify the GStreamer settings to &quot;NoXV&quot;" width="418" height="436" />.</li>
<li>Now re-run your video file through Totem and the Green Bar(TM) should now be gone. Scaling of the video to fit the window is now being done by the CPU. The impact should be negligible. Should you experience playback slowdown with other videos that never had the Green Bar(TM) issue previously, you should go back into GStreamer&#8217;s properties and re-enable Xv as required.
<p><img class="aligncenter size-full wp-image-261" title="Totem no longer featuring the Green Bar(TM)" src="http://www.serenux.com/wp-content/uploads/2008/12/totem_greenbar_fixed.jpg" alt="Totem no longer featuring the Green Bar(TM)" width="502" height="355" />.</li>
<li>Retrieve popcorn and enjoy movie.</li>
</ol>
<div class='wp_likes' id='wp_likes_post-256'><a class='like' href="javascript:wp_likes.like(256);" title='' ><img src="http://www.serenux.com/wp-content/plugins/wp-likes/images/like.gif" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(256);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.serenux.com/2008/12/howto-eliminate-the-green-bar-on-video-playback-in-totem-and-other-media-players/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Fix strange font appearance in Vuze (Azureus)</title>
		<link>http://www.serenux.com/2008/11/howto-fix-strange-font-appearance-in-vuze-azureus/</link>
		<comments>http://www.serenux.com/2008/11/howto-fix-strange-font-appearance-in-vuze-azureus/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 08:29:08 +0000</pubDate>
		<dc:creator>HyRax</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Azureus]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Vuze]]></category>

		<guid isPermaLink="false">http://www.serenux.com/?p=116</guid>
		<description><![CDATA[For those of you who use the Vuze BitTorrent client (formerly known as Azureus), you may have come across this interesting quirk whereby most of the menus, tabs and other key texts within the client window change to an unintelligible font as follows: This is caused by the client losing its language settings. You&#8217;re looking [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who use the Vuze BitTorrent client (formerly known as Azureus), you may have come across this interesting quirk whereby most of the menus, tabs and other key texts within the client window change to an unintelligible font as follows:</p>
<p><a href="http://www.serenux.com/wp-content/uploads/2008/11/weirdfontsvuze.jpg"><img class="aligncenter size-full wp-image-117" title="Weird fonts in Vuze" src="http://www.serenux.com/wp-content/uploads/2008/11/weirdfontsvuze.jpg" alt="" width="500" height="124" /></a></p>
<p>This is caused by the client losing its language settings. You&#8217;re looking at the Armenian language. To fix this, simply:</p>
<ol>
<li>Go to the fifth menu (which is the Tools menu).</li>
<li>Select Configuration Wizard from the menu and a window appears.</li>
<li>Change the language to the language you prefer, eg: English, and all of a sudden all windows will suddenly appear correctly again.</li>
<li>Click Cancel to close the window (there&#8217;s no need to go through the entire configuration wizard).</li>
</ol>
<p>Problem solved!</p>
<div class='wp_likes' id='wp_likes_post-116'><a class='like' href="javascript:wp_likes.like(116);" title='' ><img src="http://www.serenux.com/wp-content/plugins/wp-likes/images/like.gif" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(116);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.serenux.com/2008/11/howto-fix-strange-font-appearance-in-vuze-azureus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
