<?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>Site With The Lamp &#187; lame</title>
	<atom:link href="http://www.raditha.com/blog/archives/tag/lame/feed" rel="self" type="application/rss+xml" />
	<link>http://www.raditha.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 05:26:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fedora 12 Post Install Cleanup.</title>
		<link>http://www.raditha.com/blog/archives/fedora-12-post-install-cleanup..html</link>
		<comments>http://www.raditha.com/blog/archives/fedora-12-post-install-cleanup..html#comments</comments>
		<pubDate>Sat, 21 Nov 2009 08:24:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lame]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/fedora-12-post-install-cleanup..html</guid>
		<description><![CDATA[Upgrading Fedora is easy. It&#8217;s the post upgrade clean up that kills you. As already mentioned, the move from version 11 to 12, left behind 581 packages from F11. These should ideally be removed to avoid unexpected segfaults, system crashes and inconsistent behavior. It shouldn&#8217;t happen but it does happen, if you don&#8217;t cleanup now, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Upgrading Fedora is easy. It&#8217;s the post upgrade clean up that kills you. As already mentioned, <a href="http://www.raditha.com/blog/archives/fedora-12-rant.html">the move from version 11 to 12,</a> left behind 581 packages from F11. These should ideally be removed to avoid unexpected segfaults, system crashes and inconsistent behavior. It shouldn&#8217;t happen but it does happen, if you don&#8217;t cleanup now, later you will have a hard time figuring out some programs will not start up or package updates cannot be applied.  `package-cleanup &#8211;cleandupes` is a good starting point. This command will remove the older version from the system when there are two versions of the same package. Well that&#8217;s what it&#8217;s supp<span style="color: #000000;">osed to do, but it choked:</span></p>
<p style="text-align: left; padding-left: 30px;"><span style="color: #ff0000;">service fuse does not support chkconfig<br />
error: %preun(fuse-2.7.4-3.fc11.x86_64) scriptlet failed, exit status 1</span></p>
<p style="text-align: left; padding-left: 30px;">
<p style="text-align: left;"><span style="color: #ff0000;"><span style="color: #000000;">Trying to manually remove the fuse package with yum gets you nowhere fast:</span></span></p>
<p style="text-align: left; padding-left: 30px;"><span style="color: #ff0000;">Running Transaction<br />
service fuse does not support chkconfig<br />
Error in PREUN scriptlet in rpm package fuse<br />
fuse-2.7.4-3.fc11.x86_64 was supposed to be removed but is not!</span></p>
<p style="text-align: left;">
<p style="text-align: left;"><span style="color: #ff0000;"><span style="color: #000000;">Using `rpm -e` produces the exact same error as package-cleanup (which is because package-cleanup was merely passing through the error message it received from rpm). Fortunately the &#8211;noscripts paramter to rpm can be used to force the uninstall.</span></span></p>
<p style="text-align: left; padding-left: 30px;">rpm -e &#8211;noscripts fuse-2.7.4-3.fc11.x86_64 fuse-2.8.1-1.fc11.x86_64</p>
<p style="text-align: left;">After the rpm command was executed in this manner, package-cleanup also would run to completion with out any errors. But it has a funny idea about what completion is; there are still 433  .fc11 rpms lying about. Most of these packages are from third party repos such as RPM fusion. A yum update ought to fix it and indeed the applying 684MB of updates resulted in all but 68 of the fedora 11 rpms disappearing from the system. Some of these are old kernels/kernels headers which can be removed with `package-cleanup &#8211;oldkernels` that still leaves around 60 rpms that you might have to manually uninstall and re install. You might also right the following simple command to remove them all en mass:</p>
<p style="text-align: left; padding-left: 30px;">yum remove `rpm -qa | grep fc11`</p>
<p style="text-align: left;">The only catch is that it might remove some other important packages but putting those back in might be easier than removing 60 rpms one at a time. BTW why are these rpms tagged as FC11 or FC12, with FC standing for Fedora Core when the OS itself is no longer called Fedora Core? That name hasn&#8217;t been used for ages. Now it&#8217;s just Fedora</p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;"><span style="color: #ff0000;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/fedora-12-post-install-cleanup..html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fedora 12 (Rant)</title>
		<link>http://www.raditha.com/blog/archives/fedora-12-rant.html</link>
		<comments>http://www.raditha.com/blog/archives/fedora-12-rant.html#comments</comments>
		<pubDate>Fri, 20 Nov 2009 02:45:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/fedora-12-rant.html</guid>
		<description><![CDATA[It is said that thanks to Fedora&#8217;s half yearly release cycle, you always get to use cutting edge technology. Bleeding edge would be more appropriate and it is no surprise that some RPM repositories do have a branch labeled &#8216;bleeding&#8217;.
Every Fedora upgrade introduces more problems than it solves which makes you wonder if this is [...]]]></description>
			<content:encoded><![CDATA[<p>It is said that thanks to Fedora&#8217;s half yearly release cycle, you always get to use cutting edge technology. Bleeding edge would be more appropriate and it is no surprise that some RPM repositories do have a branch labeled &#8216;bleeding&#8217;.</p>
<p>Every Fedora upgrade introduces more problems than it solves which makes you wonder if this is any different from Windows. The new features are usually not even worthy of a blog post and <a href="http://www.raditha.com/blog/archives/the-never-ending-problems-with-fedora-updates..html">an upgrade never goes smoothly</a>. So why bother? Well each time I install a new version, I sweart that I will skip the next upgrade but after six months of using a buggy OS, you get tired of it and want to get those problems fixed the new version will usually do that but introduce a new set of problems.</p>
<p>The major issue with the current version F11 is that X server keeps crashing for no apparent reason. Ctrl-Alt-backspace (annoyingly disabled in most new xorg versions, you need to enable it by editing the key mappings) will not kill the server. Ctrl-Alt F2 , F3 etc will not get you a console. Yet the machine is not dead. You can very easily SSH into it from another computer. You can even kill x from the shell but X refuses to die. Well it does die but the screen does not change. It remains steadfastly stuck on the last screen that you worked on. Even those annoying Ajax spinners are frozen for once. The only fix is to go all the way down to runlevel one and then do an init 5 from there. But who has the patience of all that stuff? I usually just hit the reboot button.</p>
<p>So my desktop, which once upon a long ago would run continuously for weeks at a time, now needs to be restarted several times a day. One sad day, X crashed thrice. Surely even m$ can do better than that?</p>
<p>If that&#8217;s not bad enough the update makes things worse. X wouldn&#8217;t start at all. There is absolutely nothing in the Xorg.log file either but it would start up when you type startx from the shell! explain that!!</p>
<p>I suspect the reason has lots to do with F11 and F12 RPMS getting mixed up. Each Fedora installation leaves an unbelievable number of packages from the previous version lying around. This version has left 581 F11 rpms behind. The worst was when the first 64bit version came out. There were so many 32bit RPMs left behind that almost nothing would  run, even the boot process got stuck.</p>
<p>In the past I got <a href="http://www.raditha.com/blog/archives/001423.html">so fed up with fedora</a> that I even tried Ubuntu and Debian only to find that they are <a href="http://www.raditha.com/blog/archives/001458.html">even more annoying</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/fedora-12-rant.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How not to sell computers running linux (part 2).</title>
		<link>http://www.raditha.com/blog/archives/how-not-to-sell-computers-running-linux-part-2..html</link>
		<comments>http://www.raditha.com/blog/archives/how-not-to-sell-computers-running-linux-part-2..html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 10:24:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[etc]]></category>
		<category><![CDATA[lame]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/how-not-to-sell-computers-running-linux-part-2..html</guid>
		<description><![CDATA[Having successfully persuaded one of my friends to buy an Ezy SlimTop, which is an Intel Atom based computer that runs with Linux, I recommended it to another friend. When she tried to buy one they were out of stock. This was less than a week after the product was launched so we can safely [...]]]></description>
			<content:encoded><![CDATA[<p>Having successfully persuaded one of my friends to buy an <em>Ezy SlimTop</em>, which is an Intel Atom based computer that runs with Linux, I recommended it to another friend. When she tried to buy one they were out of stock. This was less than a week after the product was launched so we can safely assume that it has been selling like hot cakes. A couple of days later my friend did get hold of one.</p>
<p>After successfully copying her old files the first thing she tried was to start Thunderbird to check mail. Where the heck is Thunderbird on this thing? Well it&#8217;s not there. Ezy Slim Top ships with a customized version of Ubuntu. I have never been a fan of Ubuntu but surely the Thunderbird package is included in the Ubuntu DVD? why couldn&#8217;t those Moron&#8217;s install it? I told my friend all she needed to do was to download the tarball, expand it, look for a file called thunderbird or mozilla-thunderbird or something similar and just click on it, it will run. No dice. She says nothing happens! She was adamant that she did everything right. I was getting rather irritated with her but finally asked her to send it over for me to have a look. What happens when I click on the thunderbird binary? nothing!</p>
<p>Thunderbired fails silently but when your run it from the command line a set of errors about missing stdc++ libraries show up. The obvious thing to do is to install Thunderbird with apt-get. That will result in all the dependencies being installed. But for that you need the root password. Or do you? Well on Ubuntu you can do without the root password. They encourage using sudo instead of a root login. Sudo will prompt you for a password but what you need to enter is <em>your own password</em>. Right so what is the default user&#8217;s password? no one knows! </p>
<p>This Slim Top is configured to login automatically with the default user account (named ezy) and that default user&#8217;s password is not included anywhere you cannot look it up from the website cause they don&#8217;t have a website. The day the product was launched, their site just said &#8216;coming soon&#8230;&#8217; and that&#8217;s all you can still find on the it more than a month later.</p>
<p>Any password can be reset by booting up in single user mode. When I tried it, I was sent a weird recovery console with an even weirder keyboard mapping. So rebooted giving bash as the init script (of course you can use any other shell too (append init=/bin/bash in the grub bootup line)). I reset the password for both the accounts and rebooted. Yet, no matter how I try, it refuses to accept the passwords that I just chose!</p>
<p>I rebooted again and reset the passwords again, still sudo and su both refuse my password. I tried for a third time, This time, I checked the /etc/shadow file before and after the reset to make sure that the changes have taken place. They haven&#8217;t, the hash is exactly the same. It was then that it occurred to me that the file system might be mounted in read only mode. It is. So I remounted in R/W mode and reset the passwords one more time. This time it worked but why didn&#8217;t the <em>passwd</em> program produce an error when the file system was mounted in read only mode? All this hassle could have been avoided if they had included the password in the booklet (well handbill more likely) that comes with the computer.</p>
<p>The next day, I returned the computer to the owner but only to receive another complaint; the printer doesn&#8217;t work. Shouldn&#8217;t they be complaining to the vendor? well the vendor doesn&#8217;t have a clue. Wearily I asked her to send it back (by this time, I had forgotten the password so had to go through the reset process one more time). The printer is an HP 1020, it has a driver for linux (name <a href="http://foo2zjs.rkkda.com/">foo2zjs</a>). On their site, they say in bold letters: &#8220;DON&#8217;T USE the foo2zjs package from: Ubuntu, SUSE, Mandrake/Manrivia, Debian, RedHat, &#8230;&#8221;. Now if easy Slim Top ships with a customized version of Ubuntu, why can&#8217;t they replace the bad driver from the install DVD and replace it with the direct download from the site?</p>
<p>These are two issues that any ordinary user will not be able to solve on their own. Others encountering these sort of problems probably format the machine and install XP or Vista on it. Vista would crawl and XP wouldn&#8217;t be much better and it would most likely be a pirate copy of windows as well. So by this half baked approach to linux, Browns is harming both linux and themselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/how-not-to-sell-computers-running-linux-part-2..html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple Tries To Turn People Off Java?</title>
		<link>http://www.raditha.com/blog/archives/apple-tries-to-turn-people-off-java.html</link>
		<comments>http://www.raditha.com/blog/archives/apple-tries-to-turn-people-off-java.html#comments</comments>
		<pubDate>Wed, 23 Sep 2009 12:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lame]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/apple-tries-to-turn-people-off-java.html</guid>
		<description><![CDATA[Tried to load a page with an applet in FF for the first time since upgrading from Tiger to Snow Leopard and this dialog pops up.

I don&#8217;t quite see the need to convert the applets in the applet cache in this manner. What the heck is the conversion anyway? any applet compiled with java 1.4+ [...]]]></description>
			<content:encoded><![CDATA[<p>Tried to load a page with an applet in FF for the first time since upgrading from Tiger to Snow Leopard and this dialog pops up.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://raditha.com/blog/images/applet-cache.png" alt="converting cached applets" /></p>
<p>I don&#8217;t quite see the need to convert the applets in the applet cache in this manner. What the heck is the conversion anyway? any applet compiled with java 1.4+ will run on Java 6 (though the reverse is not true).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/apple-tries-to-turn-people-off-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Shivering Snow Leopard</title>
		<link>http://www.raditha.com/blog/archives/a-shivering-snow-leopard.html</link>
		<comments>http://www.raditha.com/blog/archives/a-shivering-snow-leopard.html#comments</comments>
		<pubDate>Fri, 18 Sep 2009 14:12:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[Macbook]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/a-shivering-snow-leopard.html</guid>
		<description><![CDATA[Apple&#8217;s much hyped OS X 10.6, aka Snow Leopard is here. I didn&#8217;t bother to update from Tiger to Leopard and there was a pre release discount available, so I thought of grabbing it and started off on a long and tedious process that left me feeling like a fool. Apple&#8217;s online store in the [...]]]></description>
			<content:encoded><![CDATA[<p>Apple&#8217;s much hyped OS X 10.6, aka Snow Leopard is here. I didn&#8217;t bother to update from Tiger to Leopard and there was a pre release discount available, so I thought of grabbing it and started off on a long and tedious process that left me feeling like a fool. Apple&#8217;s online store in the US ships only to addresses with in the US. Similarly the store in the UK ships only to UK addresses and the one in Singapore only ships within Singapore.</p>
<p>Sri Lanka supposedly has three authorized agents for Apple products but I seriously doubt if Apple Inc is even  aware of their existence. Come to think of it, Steve Jobs and other blokes at Apple might be vaguely aware of a place call Mexico and another called Canada but they are blissfully unaware of the world outside (still trying to figure out how macs ended up being manufactured in China). So it&#8217;s no surprise that we don&#8217;t have an official apple store for Sri Lanka. I ordered from the US one giving the address of a friend in New York. That was on the 26th of August. My friend re posted it when he got his hands on it and it arrived in Colombo yesterday. Today I tried to upgrade my system and now I am beginning to regret it.</p>
<p>After backing up, changing the boot device and going through the first few steps of the installer, I was presented with this very annoying message:</p>
<p style="text-align: center;"><img class="aligncenter" src="/blog/images/mac-install.jpg" alt="Install Error" /></p>
<p>That&#8217;s right, the installer doesn&#8217;t like the partition system. Less than a month ago, <a href="http://www.raditha.com/blog/archives/macbook-hard-drive-toasted.html">the drive on my macbook pulled a hamstring </a> when I replaced it, I created three partitions, intending to  restore the existing tiger installation on one of them, I planned to put Fedora on the second (but didn&#8217;t because the Fedora DVD wouldn&#8217;t boot on the macbook (more on that later)) and third was kept aside to install Leopard or Snow Leopard. Apparently the partition table type cannot now be changed without losing all the data on the drive. Very annoying but I decided to go ahead with it cause I have bakups.</p>
<p>The bakup was created with rsync (yeah I am a linux man), in hindsight, it would have been much better to use <a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html">superduper</a> instead cause at the &#8216;migrate your old stuff&#8217; stage, the installer didn&#8217;t detect the contents of the external drive on which the bakups were placed. I said never mind and skipped it. It was only after booting up that I realized what a fool I&#8217;ve been. iPhoto, one of the most usefull products on OS X is missing. Yeah right iPhoto, which is part of iLife is bundled with all new Macs but if you lose your copy you need to cough up another USD 79 for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/a-shivering-snow-leopard.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Air on Linux</title>
		<link>http://www.raditha.com/blog/archives/adobe-air-on-linux.html</link>
		<comments>http://www.raditha.com/blog/archives/adobe-air-on-linux.html#comments</comments>
		<pubDate>Mon, 20 Jul 2009 12:31:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[etc]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/adobe-air-on-linux.html</guid>
		<description><![CDATA[A struggled for a while to get Adobe Air installed on my fedora 11 box, so that I may run TweetDeck. Finally I did get it running and was happily using TweetDeck for a short while. Well it was only minutes. Then they released a TweetDeck update. After the update was installed TweetDeck wouldn&#8217;t start [...]]]></description>
			<content:encoded><![CDATA[<p>A struggled for a while to get <a href="http://www.raditha.com/blog/archives/fedora-11-and-tweetdeck..html">Adobe Air installed on my fedora 11</a> box, so that I may run <a href="http://tweetdeck.com/beta/">TweetDeck</a>. Finally I did get it running and was happily using TweetDeck for a short while. Well it was only minutes. Then they released a TweetDeck update. After the update was installed TweetDeck wouldn&#8217;t start up again. At the time I was busy with other things so I forgot about it for a while. In the meantime, I installed <a href="http://www.aptana.com/">Aptana</a> along with the Adobe Air plugin.</p>
<p>I am switching to Adobe Air because JavaFX as a failed technology. Air impressed at first look. It felt as though I could  take to Air like a duck taking to water &#8211; that&#8217;s the way it should have been with <a href="http://www.raditha.com/blog/archives/the-f-in-javafx.html">JavaF(ailed)X</a> but it wasn&#8217;t.  After playing with Air/Aptana for a while, I put it on the back burner and returned to it today. Now my first weak attempt at creating an air application seems to have fallen into a black hole. Soon as you hit the run button, Aptana blinks but nothing happens. The application doesn&#8217;t run and there is nothing in the console. Other than the rather unhelpfull message that the application has terminated. After hitting the run button another half a dozen times, I decided to run it manually using ADL. Lo and Behold there is a more informative message:</p>
<p style="padding-left: 30px;"><span style="color: #993300;">Application crashed with an unhandled SIGSEGV<br />
Crashlog has been dumped in /tmp/airCrashLogs/0720_1545_U87bom</span></p>
<p>It was then that I looked into the /tmp/airCrashlogs folder and found it full of them. While the log is human readable, there wasn&#8217;t anything in it that this human could understand. At the top there is a list of libraries that have been loaded as long as your arm:</p>
<div style="overflow: scroll; padding-left: 30px; width: 425px; height: 150px; margin-bottom: 20px; color: #993300;">
<pre>00110000-0013e000 r-xp 00000000 08:02 161955                             /lib/libssl3.so
0013e000-00140000 rw-p 0002d000 08:02 161955                             /lib/libssl3.so
00140000-00142000 r-xp 00000000 08:02 108463                             /usr/lib/gtk-2.0/modules/libpk-gtk-module.so
00142000-00143000 rw-p 00001000 08:02 108463                             /usr/lib/gtk-2.0/modules/libpk-gtk-module.so
00143000-00220000 r-xp 00000000 08:02 14617                              /lib/libglib-2.0.so.0.2000.3
00220000-00221000 rw-p 000dd000 08:02 14617                              /lib/libglib-2.0.so.0.2000.3
00223000-00226000 r-xp 00000000 08:02 5004                               /lib/libgmodule-2.0.so.0.2000.3
00226000-00227000 rw-p 00002000 08:02 5004                               /lib/libgmodule-2.0.so.0.2000.3
00229000-0022d000 r-xp 00000000 08:02 161964                             /lib/libgthread-2.0.so.0.2000.3
0022d000-0022e000 rw-p 00003000 08:02 161964                             /lib/libgthread-2.0.so.0.2000.3
0022e000-00232000 r-xp 00000000 08:02 103228                             /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
00232000-00233000 rw-p 00003000 08:02 103228                             /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
00233000-002c2000 r-xp 00000000 08:02 102488                             /usr/lib/libfreetype.so.6.3.20
002c2000-002c6000 rw-p 0008e000 08:02 102488                             /usr/lib/libfreetype.so.6.3.20</pre>
</div>
<p>Right at the bottom is the business end of the crashlog. There it has this bit of information:</p>
<div style="overflow: scroll; padding-left: 30px; width: 425px; height: 150px; margin-bottom: 20px; color: #993300;">
<pre>/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xe7c082]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xe70572]
[0x161410]

/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xca37cb]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xca3811]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xca4a19]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xd8499e]
[0xf48f6714]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xf5b638]
[0xf450bf66]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xfaee1c]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xf5b638]
[0xf45089c8]

/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xfaee1c]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xf5cea1]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xf7546c]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xdc771d]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xdc789e]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xc045fa]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so [0xc1704f]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/libCore.so(ADLEntryMain+0xd8) [0xc17366]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/adl(__gxx_personality_v0+0x3ab) [0x8048bf3]
/lib/libc.so.6(__libc_start_main+0xe6) [0x8e8a66]
/usr/local/Aptana Studio 1.5/plugins/com.aptana.ide.framework.apollo.linux_1.5.0.v20081116/sdk/bin/adl(__gxx_personality_v0+0x49) [0x8048891]</pre>
</div>
<p>Again this is nothing that I could make use of. So I tried running the application from the command line using adl only to run into the same error. Next up I tried running it as root and it worked! Now this app is nothing more than a simple hello world. It worked perfectly the last time I ran it but today it will not run. Same goes with TweetDeck, one time it was working fine but now it also causes a core dump. Of course the culprit here is the <a href="http://www.adobe.com/products/air/">Air</a> runtime rather than TweetDeck or Aptana or even my own hello world. Wish they would fix it soon or at least provide a less verbose but more usefull error message so that I can figure it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/adobe-air-on-linux.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaFX or JavaWTF</title>
		<link>http://www.raditha.com/blog/archives/javafx-or-javawtf.html</link>
		<comments>http://www.raditha.com/blog/archives/javafx-or-javawtf.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 04:25:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[etc]]></category>
		<category><![CDATA[javafx]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/javafx-or-javawtf.html</guid>
		<description><![CDATA[If developers are expected to embrace JavaFX, at least the compiler should be stable. Unfortunately it isn&#8217;t.
Note: An internal error has occurred in the OpenJFX compiler. Please file a bug at the
Openjfx-compiler issues home (https://openjfx-compiler.dev.java.net/Issues)
after checking for duplicates.  Include in your report:
- the following diagnostics
- file /tmp/javafx_err_532302993941075447.txt
- and if possible, the source file which [...]]]></description>
			<content:encoded><![CDATA[<p>If developers are expected to embrace JavaFX, at least the compiler should be stable. Unfortunately it isn&#8217;t.</p>
<p style="padding-left: 30px;"><span style="color: #993300;">Note: An internal error has occurred in the OpenJFX compiler. Please file a bug at the<br />
Openjfx-compiler issues home (https://openjfx-compiler.dev.java.net/Issues)<br />
after checking for duplicates.  Include in your report:<br />
- the following diagnostics<br />
- file /tmp/javafx_err_532302993941075447.txt<br />
- and if possible, the source file which triggered this problem.<br />
Thank you.<br />
/home/raditha/jbproject/FX/f1/src/FileTest.fx:19: VFLGS$0 is not public in FileTest.PGNGame; cannot be accessed from outside package<br />
class PGNGame {<br />
1 error<br />
ERROR: javafxc execution failed, exit code: 1<br />
/home/raditha/jbproject/FX/f1/nbproject/build-impl.xml:143: exec returned: 255<br />
BUILD FAILED (total time: 3 seconds)</span></p>
<p>Well, I am going to file a bug report as they suggest? Most definitely not. For one thing, I don&#8217;t have the time to search for duplicates and file a report with hundreds of gory details including steps to reproduce the bug only to hear an idiotic developer say, it&#8217;s not a bug report but something we have done wrong. Then 23 other people have to file the same report and 7 of them have to argue with the said developer before they finally agree to look into it and then release an update four months down the line.</p>
<p>I hate M$ but I will be delighted to see SilverLight just bury JavaFX.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/javafx-or-javawtf.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A visit to Nokia Care.</title>
		<link>http://www.raditha.com/blog/archives/a-visit-to-nokia-care..html</link>
		<comments>http://www.raditha.com/blog/archives/a-visit-to-nokia-care..html#comments</comments>
		<pubDate>Mon, 08 Jun 2009 14:32:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[lame]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/a-visit-to-nokia-care..html</guid>
		<description><![CDATA[As you know, I have an E71 with a dead camera, which is apparently a known issue in many Series 60 phones (but something which Nokia does not wish to acknowledge as such). This phone was purchased in the US and as a result there is a problem with claiming the warranty from Sri Lanka [...]]]></description>
			<content:encoded><![CDATA[<p>As you know, I have an <a href="http://www.raditha.com/blog/archives/is-that-a-phone-or-a-lemon.html">E71 with a dead camera</a>, which is apparently a known issue in many Series 60 phones (but something which Nokia does not wish to acknowledge as such). This phone was purchased in the US and as a result there is a problem with claiming the warranty from Sri Lanka (their official policy doesn&#8217;t allow it (lame)). After several emails, Nokia finally agreed to allow the warranty claim from Sri Lanka and I visited the Nokia Care center in Colombo today. If not for the airconditioned atmosphere and comfortable seats in the waiting area, I might have mistaken it for a government office.</p>
<p>It&#8217;s a good thing the seats have to be comfortable because you have to wait. You have to get a token and wait for them to call your number. I waited for nearly half and hour before finally calling it quits the number progressed by only 4 during that time and there was two more to go before my number was to be called. All that waiting is just to hand over the phone to the agent  at the counter. He will then look at it, ask a few questions and send it to the backroom. You have to wait again until the backroom boys take a look and get back with their comments. All in all the process seems to take about two hours. To make matters worse, there are eight counters but only six of them were staffed. This sort of thing has become a standard practice in Sri Lanka no one seems to realize that time is money.</p>
<p>Later, the phone was sent back to Nokia Care with someone who was prepared to spend two hours there. Now it&#8217;s in their hands let&#8217;s see how it goes. As a footnote, it must be mentioned that Amazon really is a customer-centric company. They readily agreed to refund the money but we chose to get the phone fixed instead of sending it back because sending it back wasn&#8217;t practical.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/a-visit-to-nokia-care..html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>F11 and Back to Square 1.</title>
		<link>http://www.raditha.com/blog/archives/f11-and-back-to-square-1..html</link>
		<comments>http://www.raditha.com/blog/archives/f11-and-back-to-square-1..html#comments</comments>
		<pubDate>Mon, 25 May 2009 06:39:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[toast]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/f11-and-back-to-square-1..html</guid>
		<description><![CDATA[After going into all that trouble with Fedora 11. I landed back on square one thanks to Palimpsest. Since the time I upgraded to F11, It kept warning me about a hard drive that is on the verge of failure. Now I am someone who has suffered a lot from drive failures the most recent [...]]]></description>
			<content:encoded><![CDATA[<p>After going into all that <a href="http://www.raditha.com/blog/archives/fedora-11-woes.html">trouble with Fedora 11</a>. I landed back on square one thanks to Palimpsest. Since the time I upgraded to F11, It kept warning me about a hard drive that is on the verge of failure. Now I am someone who has suffered a lot from drive failures the most recent one was in <a href="http://www.raditha.com/blog/archives/001643.html">October</a>. None of those drives so much as mummered before failing so I thought I would take the warning seriously, specially because this drive is now <a href="http://www.raditha.com/blog/archives/000840.html">4 years old</a>. Once upon a long ago, it was the largest drive that I had weighing in at 120GB. Now it&#8217;s the smallest. The new drive is 500GB and cost about as much as the old one did. When you consider the fact that inflation is always 20% or higher in our country, a gigabyte now costs about 1/10th of what it used to do.</p>
<p>As fate would have it the faulty drive was the very drive that had the &#8216;/&#8217; partition. All the files in it were rsynced onto the new drive after booting with the DVD in rescue mode. The /etc/fstab file was edited, taking care to use the UUID instead of the drive name. That&#8217;s necessary because plugging / un-plugging drives causes their drive letters to change. I kept the old drive in but booted off the new drive and used it for a couple of days before unplugging it. That&#8217;s when I started getting a blank screen on bootup.</p>
<p>It was time to reboot with the DVD and to try to update grub. Yet grub installed refused to do it&#8217;s task:</p>
<p style="padding-left: 30px;"><span style="color: #993300;"><strong><strong>Could not find device for </strong></strong></span></p>
<p>Now that message appears to be truncated. There should be a device name at the end but it&#8217;s simply not there. I had very foolishly formatted the drive as ext4 I am beginning to think that Fedora 11 isn&#8217;t quite ready for it yet. Even so the /boot partition is ext2 (the Fedora installer refused to format it as ext4)</p>
<p>Then I found a <a href="http://ubuntuforums.org/showthread.php?t=504678">post</a> which explains how to manually installed grub. Even after following those steps, all i got was just another blank screen on boot up. I tried once more and installed the boot loader into all three of the drives I have. Then toggling through the boot sequence, I finally managed to get a grub menu on bootup instead of blank screen. I suppose you can call that progress. By manually entering the kernel and initrd parameters, I could now get the machine to progress into the next step, only to see it freeze up just before the services are started.</p>
<p>Fedora 11 official release is just a few days away. The easiest thing at this stage would probably be to just wait for it, But I decided to take the plunge and reinstall with the preview DVD.  Even then the installer bailed out several times apparently it&#8217;s a time zone problem (more on that later). Once I sorted that out the installer proceeded very quickly probably because it recognized the RPMs that were already installed.</p>
<p>I have a working machine once again, even though it still refuses to run VLC or tweetdeck and crashes when you try to use Mplayer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/f11-and-back-to-square-1..html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No more nokia</title>
		<link>http://www.raditha.com/blog/archives/no-more-nokia.html</link>
		<comments>http://www.raditha.com/blog/archives/no-more-nokia.html#comments</comments>
		<pubDate>Fri, 22 May 2009 11:22:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[toast]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/no-more-nokia.html</guid>
		<description><![CDATA[No more Nokia for me. Nokia is to mobiles what M$ is to computers. They sell lousy phones for a hefty prices. I started using Nokia phones only after Siemens mobile finally hung up the towel. The camera on my E71 stopped working with in a month. This is a known issue and widely recorded [...]]]></description>
			<content:encoded><![CDATA[<p>No more Nokia for me. Nokia is to mobiles what M$ is to computers. They sell lousy phones for a hefty prices. I started using Nokia phones only after Siemens mobile finally hung up the towel. <a href="http://www.raditha.com/blog/archives/is-that-a-phone-or-a-lemon.html">The camera on my E71 stopped working</a> with in a month. This is a known issue and widely recorded on many websites and forums including on Nokia&#8217;s own support forum. Yet Nokia support staff deny that it is a known issue. It&#8217;s not something that just effects the E71, or just E Series phones other S60 phones are effected as well. <a href="http://www.google.lk/search?q=s60+%22Camera%3A+feature+not+supported%22&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a">Just see for yourself</a></p>
<p>While denying it&#8217;s a known issue, they are happy to fix it but the only catch is they want the phone to be sent to the US. Why is that? well my father bought it for me while in the US a little over a month ago. The prices charged by the local agents are atrocious and the E71 like many other Nokias costs about 40% more over here.</p>
<p>Unfortunately neither me nor my father have any immediate plans of a US visit. Claiming warranties from any Sri Lankan company is like pulling teeth so I am not keeping my fingers cross about being able to get this fixed free of charge from the local agents.</p>
<p>This is not my first bad experience with Nokia phones. A 6151 I had sometime ago just fell apart. It&#8217;s keyboard broke, the power button wore out and ringer stopped working. After that I had a lot of trouble with an E51 as well.</p>
<p>This is in stark contrast to Siemens phones that I used long ago. They were virtually indestructible. I had an M55 which I dropped at least 40 times. I used to throw it up in the air and catch it like a ball. It was supposed to be shock proof. It really was.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/no-more-nokia.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fedora 11 woes</title>
		<link>http://www.raditha.com/blog/archives/fedora-11-woes.html</link>
		<comments>http://www.raditha.com/blog/archives/fedora-11-woes.html#comments</comments>
		<pubDate>Thu, 21 May 2009 06:49:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/fedora-11-woes.html</guid>
		<description><![CDATA[Like with Fedora 10 playing videos is not easy on Fedora 11 either. VLC player simply will not start.
VLC media player 1.0.0-rc1 Goldeneye
Bus error
Tried to do a yum update hoping that this is a bug that has been fixed.
Loaded plugins: refresh-packagekit
Setting up Update Process
Resolving Dependencies
&#8211;&#62; Running transaction check
&#8212;&#62; Package rpmfusion-free-release.noarch 0:11-1 set to be updated
&#8212;&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Like with Fedora 10 playing videos is not easy on Fedora 11 either. VLC player simply will not start.</p>
<p style="padding-left: 30px;"><span style="color: #993300;">VLC media player 1.0.0-rc1 Goldeneye<br />
Bus error</span></p>
<p>Tried to do a yum update hoping that this is a bug that has been fixed.</p>
<p style="padding-left: 30px;"><span style="color: #993300;">Loaded plugins: refresh-packagekit<br />
Setting up Update Process<br />
Resolving Dependencies<br />
&#8211;&gt; Running transaction check<br />
&#8212;&gt; Package rpmfusion-free-release.noarch 0:11-1 set to be updated<br />
&#8212;&gt; Package x264.x86_64 0:0.65-9_20090117.2245.fc10_92 set to be updated<br />
&#8211;&gt; Processing Dependency: libx264.so.67()(64bit) for package: vlc-core<br />
&#8211;&gt; Finished Dependency Resolution<br />
vlc-core-1.0.0-0.5rc1.fc11.x86_64 from installed has depsolving problems<br />
&#8211;&gt; Missing Dependency: libx264.so.67()(64bit) is needed by package vlc-core-1.0.0-0.5rc1.fc11.x86_64 (installed)<br />
Error: Missing Dependency: libx264.so.67()(64bit) is needed by package vlc-core-1.0.0-0.5rc1.fc11.x86_64 (installed)<br />
You could try using &#8211;skip-broken to work around the problem<br />
You could try running: package-cleanup &#8211;problems<br />
package-cleanup &#8211;dupes<br />
rpm -Va &#8211;nofiles &#8211;nodigest</span></p>
<p>At the end of the error message it provides some suggestions unfortunately none of them worked.  I did a yum whatprovides to find out what the missing RPM might be. There are several possible candidates and most of them appear to be for Fedora 10. I picked one almost by random and tried to install it and got the exact same error produced above. Hello! The very reason I am trying to install this RPM because the shared object is not there so don&#8217;t tell me that it&#8217;s not there!</p>
<p>I tried removing VLC and trying to put it back in again. That resulted in the above yum error going away, but it failed to make the vlc error go away.</p>
<p>Then I found the installed 264 libraries and yum removed them</p>
<p>yum remove x264-libs-0.0.0-0.24.20090319gitc109c8.fc11.x86_64 libx264_65-0.65-9_20090117.2245.fc10_92.x86_64</p>
<p>There were  a lot of dependencies and nearly all of them were F10 rpms. These were also removed by yum. Then I re installed vlc one more time. This time a lot of dependencies were installed which had the .f11 tag in their filenames. The installation wasn&#8217;t successful.</p>
<p style="padding-left: 30px;"><span style="color: #993300;">Transaction Check Error:<br />
file /usr/lib64/libfaad.so.2.0.0 from install of faad2-libs-1:2.7-1.fc11.x86_64 conflicts with file from package libfaad2-1:2.7-16.fc10_92.x86_64<br />
file /usr/lib64/libavutil.so.49.15.0 from install of ffmpeg-libs-0.5-2.fc11.x86_64 conflicts with file from package libavutil49-0.5-30.fc10_92.x86_64<br />
file /usr/lib64/libswscale.so.0.7.1 from install of ffmpeg-libs-0.5-2.fc11.x86_64 conflicts with file from package libswscale0-0.5-30.fc10_92.x86_64<br />
file /usr/lib64/libpostproc.so.51.2.0 from install of ffmpeg-libs-0.5-2.fc11.x86_64 conflicts with file from package libpostproc51-0.5-30.fc10_92.x86_64</span></p>
<p style="padding-left: 30px;"><span style="color: #993300;">Error Summary</span></p>
<p>Removed these offending RPMs and trying installing VLC one more time. The installation was successful but vlc still refuses to start. Time to give up on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/fedora-11-woes.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fedora 11 and Tweetdeck.</title>
		<link>http://www.raditha.com/blog/archives/fedora-11-and-tweetdeck..html</link>
		<comments>http://www.raditha.com/blog/archives/fedora-11-and-tweetdeck..html#comments</comments>
		<pubDate>Tue, 19 May 2009 07:54:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[javafx]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/fedora-11-and-tweetdeck..html</guid>
		<description><![CDATA[Having become a twitter addict, tweetdeck was amongst the first batch of applications that I tried to  install on my fresh Fedora 11 installation. But to install, tweetdeck you need to install Adobe Air and that got off to a bad start.
[root@localhost ~]# /home/raditha/Download/AdobeAIRInstaller.bin
Error loading the runtime (libgtk-x11-2.0.so.0: cannot open shared object file: No such [...]]]></description>
			<content:encoded><![CDATA[<p>Having become a twitter addict, tweetdeck was amongst the first batch of applications that I tried to  install on my fresh Fedora 11 installation. But to install, tweetdeck you need to install Adobe Air and that got off to a bad start.</p>
<p style="padding-left: 30px;"><span style="color: #993300;">[root@localhost ~]# /home/raditha/Download/AdobeAIRInstaller.bin<br />
Error loading the runtime (libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory)</span></p>
<p>[root@localhost ~]# yum install libgtk-x11</p>
<p style="padding-left: 30px;"><span style="color: #993300;">No package libgtk-x11 available</span></p>
<p>this is because adobe air needs 32bit libraries (lame or what? ). In the past I have had trouble mixing 32 and 64 bit libraries but I decided to risk is and installed the 32 bit version manually with <em>yum install gtk2-2.16.1-4.fc11.i586 </em> even then  the installer still fails.<em><br />
</em></p>
<p style="padding-left: 30px;"><span style="color: #993300;">Error loading the runtime (libxml2.so.2: cannot open shared object file: No such file or directory)</span></p>
<p>I tried to fix it with:</p>
<p>yum whatprovides &#8220;*/libxml2.so.2&#8243;</p>
<p>yum install libxml2-2.7.3-2.fc11.i586</p>
<p>Only to run into another error or rather a series of errors.</p>
<div style="overflow: auto; padding-left: 30px; height: 200px;"><span style="color: #993300;">(setup:19453): Gtk-WARNING **: Unable to locate theme engine in module_path: &#8220;clearlooks&#8221;,</span><br />
<span style="color: #993300;">(setup:19453): Gtk-WARNING **: Unable to locate theme engine in module_path: &#8220;clearlooks&#8221;,</span></p>
<p><span style="color: #993300;">&#8230;.</span></p>
<p><span style="color: #993300;">(setup:19453): Gtk-WARNING **: Unable to locate theme engine in module_path: &#8220;clearlooks&#8221;,<br />
Gtk-Message: Failed to load module &#8220;canberra-gtk-module&#8221;: libcanberra-gtk-module.so: cannot open shared object file: No such file or directory<br />
Gtk-Message: Failed to load module &#8220;pk-gtk-module&#8221;: libpk-gtk-module.so: cannot open shared object file: No such file or directory<br />
Gtk-Message: Failed to load module &#8220;gnomebreakpad&#8221;: libgnomebreakpad.so: cannot open shared object file: No such file or directory</span></div>
<p>All this lead to another round of yum install commands which resulted in about 60 MB of additional downloads.</p>
<p>yum install libcanberra-gtk2-0.12-1.fc11.i586.rpm<br />
yum install PackageKit-gtk-module-0.4.6-8.fc11.i586<br />
yum install bug-buddy-2.26.0-2.fc11.i586</p>
<p>and this leads to another inevitable series of error messages</p>
<div style="overflow: auto; padding-left: 30px; height: 200px;"><span style="color: #993300;">Transaction Check Error:<br />
file /usr/share/locale/am/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/ar/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/as/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/az/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/be/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/be@latin/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/bg/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/bn/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/bn_IN/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/bs/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/ca/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/cs/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/cy/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/da/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/de/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/dz/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/el/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/en_CA/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/en_GB/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/es/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/es_AR/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/es_CL/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/es_CO/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64<br />
file /usr/share/locale/es_CR/LC_MESSAGES/libgweather.mo from install of libgweather-2.26.1-1.fc11.i586 conflicts with file from package libgweather-2.26.1-1.fc11.x86_64 </span></div>
<p>Is it any wonder that ordinary people don&#8217;t use linux? This error had to be overcome by manually installing gweather using the rpm command and the &#8211;nodeps and &#8211;force flags. That had to be followed by installing the 32 bit version of the GTK engine. After doing all this what do I get? Another error of course.</p>
<p style="text-align: center;"><img class="aligncenter" src="/blog/images/air-error.jpg" alt="an error occured while installing adobe air" /></p>
<p>Please contact your administrator. What I am supposed to do give myself a call? After a lot of googling I discovered that the air installer will put more detailed error messages into a log file but only if a file by the name of ~/.airinstall exists on your system! how lame is that? JavaFX is bad enough but this is ridiculous.  The error message was certainly detailed but not very useful.</p>
<p style="padding-left: 30px;"><span style="color: #993300;">Performing runtime install<br />
UI SWF load is complete<br />
UI initialized<br />
starting user confirmation<br />
runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled e<br />
xception TypeError: Error #1009" errorID=1009]<br />
begin quitting</span></p>
<p style="padding-left: 30px;">
<p>Now it&#8217;s the time for me to begin quitting too &#8211; there is nothing about this error on google or even on the adobe site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/fedora-11-and-tweetdeck..html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Is that a Phone or a Lemon</title>
		<link>http://www.raditha.com/blog/archives/is-that-a-phone-or-a-lemon.html</link>
		<comments>http://www.raditha.com/blog/archives/is-that-a-phone-or-a-lemon.html#comments</comments>
		<pubDate>Thu, 14 May 2009 12:40:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[toast]]></category>

		<guid isPermaLink="false">http://www.raditha.com/blog/archives/is-that-a-phone-or-a-lemon.html</guid>
		<description><![CDATA[
The Nokia E71 is a feature rich smart phone but it also happens to be a lemon. Mine is barely a month old and already the camera has stopped working.  A few days ago, when I clicked the camera button, it responded by producing a blank screen I assumed this was because the battery [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="dumb phone" href="http://www.raditha.com/blog/images/e71.jpg"><img class="aligncenter" src="http://www.raditha.com/blog/images/e71-t.jpg" alt="Nokia e71" /></a></p>
<p>The Nokia E71 is a feature rich smart phone but it also happens to be a lemon. Mine is barely a month old and already the camera has stopped working.  A few days ago, when I clicked the camera button, it responded by producing a blank screen I assumed this was because the battery was too low (in other phones, I have seen the phone refuse to switch the camera on, with a low battery). I connected it to the charger and left it for a couple of hours to find that the battery had completely run down and the phone had switched off. Yes it switched off on it&#8217;s own, while being plugged in. Then it refused to switch back on.</p>
<p>Apparently the E71 refusing to switch on is a known issue. There are plenty of google entries for it and plenty of posts in the <a href="http://discussions.europe.nokia.com/discussions/board/message?board.id=communicators&amp;thread.id=39642">Nokia forums</a>. I had seen this behavior with my old E51 as well but that phone fell into a <a href="http://www.raditha.com/blog/archives/001439.html">water tank</a>, so I blamed all it&#8217;s problems on being soaked. It now seems more likely to have been inherent problems &#8211; problems common to all E series phones.</p>
<p>The &#8216;E71 refuses to switch on&#8217; issue can be solved by taking out the battery, putting it back and then leaving it to be charged for a couple of hours again. A day passed before I needed to use the camera again now instead of a blank screen I get an error message &#8216;Camera: feature not supported&#8217;.</p>
<p>Apparently this is not something new either. There are plenty of Google entry and <a href="http://discussions.nokia-asia.com/discussions/board/message?board.id=apps&amp;thread.id=7231">Nokia forum posts</a> on it. The E71 is not the only phone effected either. Other E series phones are effected too ( example the <a href="http://discussions.nokia-asia.com/discussions/board/message?board.id=apps&amp;thread.id=7231">e66 </a>). If you dig deeper you find that it&#8217;s not just an E Series issue but <a href="http://www.google.lk/search?q=camera%3A+feature+not+supported&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a">lots of other models have this problem too</a>!!!  It&#8217;s irresponsible for Nokia to sell phones with this known issue which has been reported as far back to early 2008</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/is-that-a-phone-or-a-lemon.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Godaddy (accidentally?) drops my domain.</title>
		<link>http://www.raditha.com/blog/archives/930.html</link>
		<comments>http://www.raditha.com/blog/archives/930.html#comments</comments>
		<pubDate>Sat, 04 Mar 2006 13:10:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[etc]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[web 0.8]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=423</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Here is another one of the horror stories from <a href="/blog/archives/000926.html">last week</a>.</p>
<p>This domain (<a href="http://www.raditha.com">raditha.com</a> stopped resolving all of a sudden. After some investigation, I tracked this down to a problem at godaddy. The dns record had apparently been deleted (as indicated by dig and nslookup).</p>
<div style='overflow: auto; height:140px; color:#330000; margin: 5px 15px 5px 15px'>
<pre>
; <<>> DiG 9.2.1 <<>> raditha.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 6742
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;raditha.com.                   IN      A

;; AUTHORITY SECTION:
com.                    7270    IN      SOA     a.gtld-servers.net. nstld.verisign-grs.com. 1141087291 1800 900 604800 900

;; Query time: 0 msec
;; SERVER: 67.131.250.9#53(67.131.250.9)
;; WHEN: Tue Feb 28 09:20:25 2006
;; MSG SIZE  rcvd: 102
</pre>
</div>
<p>After being put on hold for more than 5 minutes the customer support representative who answered the phone, insisted the problem was with the DNS server. I had to explain to him (name is Don, he refused to give his last name, I can understand why) what these dig and nslookup results mean.</p>
<p>Obviously you will exepct that a customer support staffer at an organization such as goaddy should be aware of these things. I can't make up my mind what's worse, godaddy or <a href="/blog/archives/000924.html">google adwords support</a>.
</p>
<p>After being on hold for another five minutes the same person informs me that the problem has been identified and fixed. Yet he would not tell me what the problem was. After inisisting that he explain the problem I was placed on hold for another five minutes. This time he came back with an explaination which he claimed he himself did not understand. Obviously he could not explain things clearly to me.
</p>
<p>All in all I had to spend about 30 minutes on the phone. Even after all that it took another 18 hours for the domain to be fully active. Needless to say, I am extremely disapointed with their service and now I am transferring my domains one by one to <a href="http://www.webquarry.com/domains/">Webquarry</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/930.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What a week.</title>
		<link>http://www.raditha.com/blog/archives/926.html</link>
		<comments>http://www.raditha.com/blog/archives/926.html#comments</comments>
		<pubDate>Wed, 01 Mar 2006 16:57:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[etc]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[toast]]></category>
		<category><![CDATA[weird]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=421</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>It has been an unimaginable week. Trouble began on Wednesday the 22 when we had a problem with the <a href="http://www.radinks.com/">Radinks.com</a> domain name, as a result the was that the web server was inaccessible and mails started to bounce. It took more than 12 hours for services to return to normal.</p>
<p>Then on Thursday, the third hard disk on my computer decided to follow in the footsteps of her two siblings and started to complain about <a href="/blog/archives/000917.html">DriveReady SeekComplete Error</a>s. A whole day was wasted switching hard drives.</p>
<p>In the midst of all this my hosting company recieved a DMCA takedown notice for one of the pages on this blog. The post certainly does not violate any copyright or trademark law. It was merely a rant about another hosting company that claims to do things prompto but does the exact opposite. I could have easily goto courts and win but my only gain would have been a lighter purse after the lawyers have been paid off. So I decided to take down the page pronto.</p>
<p>Then it was the turn of the raditha.com domain. This site was inaccessible for more than 36 hours due to a bungling by godaddy. Initially I thought the problem was with the DNS server but it wasn&#8217;t. I ended up virtually explaining how the domain name syste works to a support staffer at godaddy who finally admitted there was a problem.</p>
<p>Finally I was looking forward to getting back to work with a vengence today after all these distractions but that was not to be. There was an eight hour power cut.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/926.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiring Morons and Adsense Spam.</title>
		<link>http://www.raditha.com/blog/archives/924.html</link>
		<comments>http://www.raditha.com/blog/archives/924.html#comments</comments>
		<pubDate>Sun, 26 Feb 2006 14:41:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[etc]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[web 0.8]]></category>

		<guid isPermaLink="false">http://raditha/blog/?p=420</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>If you are an adsense spammer you will take heart from the fact that some google adsense/adwords staff wouldn&#8217;t recognize spam if you hit them on the head with it.</p>
<p>Recently <a href="http://www.radinks.com">we</a> found that the number of clicks reported in the google adwords reporting area for the content network and the number of entries in our log file for pagead2.googlesyndication.com did not tally. Further investigations revealed a large number of entries from a certain website. On visiting their site our ad was being shown. We do not wish to advertise on this site and promptly added it to the site filters for all our campaigns.</p>
<p>The ads continued to be diaplayed on that site and we continue to get clicks from that site. So I decided to contact google and tell them about it. We recieved a canned response about how we should add the site to our filters!! Naturally I was annoyed and retorted that this has already been done. The same moron then replied that we should add the site to all our campaigns.</p>
<p>That message can be excused since this particular googl employee is so obviously a moron. What cannot be excused is this statement:</p>
<div style='color:#330000; margin-left:25px'>
If after doing so, you still receive clicks from xxx.xxx.com,<br />
please reply to this email with the following details:</p>
<p>1) Name of the campaign which is receiving the clicks.</p>
<p>2) A screenshot of the weblogs where the clicks have been registered.</p>
<p>I will be happy to investigate further.
</p></div>
<p>1) I never mentioned anything about blogs in my own mails.</p>
<p>2) The support staffer is clueless about google&#8217;s systm and he is blissfully unaware that it is not always possible for a advertiser to see his own ad.</p>
<p>Google is either becoming arrogant, complacent or both. Either way this is not the end of the story.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raditha.com/blog/archives/924.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.raditha.com @ 2010-07-31 09:36:52 -->