<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Connexxion : Connecting Life with Technology</title>
	<atom:link href="http://vikashazrati.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://vikashazrati.wordpress.com</link>
	<description>Byte by Byte Impressions on Technology, People and Process !</description>
	<pubDate>Mon, 07 Jul 2008 13:51:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on QuickTip: Resolving Bluetooth Issues With Ubuntu 8.04 LTS by anand</title>
		<link>http://vikashazrati.wordpress.com/2008/06/11/bluetooth-problems-ubuntu-804/#comment-559</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Thu, 03 Jul 2008 23:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://vikashazrati.wordpress.com/?p=103#comment-559</guid>
		<description>Ah Vikas, dont worry about the above. I solved it. It is due to an unrelated problem.

Managed to install Gnome Bluetooth and inserted the code lines you mentioned. Still no luck. My cellphone still cannot detect a Bluetooth connection in the vicinity.

Maybe the Ubuntu operating system is not able to sync with my Bluetooth card? 

I will try to solve this problem and let u know.

Cheers.</description>
		<content:encoded><![CDATA[<p>Ah Vikas, dont worry about the above. I solved it. It is due to an unrelated problem.</p>
<p>Managed to install Gnome Bluetooth and inserted the code lines you mentioned. Still no luck. My cellphone still cannot detect a Bluetooth connection in the vicinity.</p>
<p>Maybe the Ubuntu operating system is not able to sync with my Bluetooth card? </p>
<p>I will try to solve this problem and let u know.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickTip: Resolving Bluetooth Issues With Ubuntu 8.04 LTS by anand</title>
		<link>http://vikashazrati.wordpress.com/2008/06/11/bluetooth-problems-ubuntu-804/#comment-558</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Wed, 02 Jul 2008 23:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://vikashazrati.wordpress.com/?p=103#comment-558</guid>
		<description>Hi Vikas,

Thank you for the rapid reply!

I did not realise that I needed the Gnome Bluetooth application as well. 

Tried installing it through Synaptics Package Manager. But it didn't let me install it, citing the following problem:

"W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/libb/libbtctl/libbtctl4_0.9.0-2_i386.deb
  403 Forbidden

W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/g/gnome-bluetooth/libgnomebt0_0.11.0-0ubuntu1_i386.deb
  403 Forbidden

W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/universe/g/gnome-bluetooth/gnome-bluetooth_0.11.0-0ubuntu1_i386.deb
  403 Forbidden"


Grrrr!</description>
		<content:encoded><![CDATA[<p>Hi Vikas,</p>
<p>Thank you for the rapid reply!</p>
<p>I did not realise that I needed the Gnome Bluetooth application as well. </p>
<p>Tried installing it through Synaptics Package Manager. But it didn&#8217;t let me install it, citing the following problem:</p>
<p>&#8220;W: Failed to fetch <a href="http://au.archive.ubuntu.com/ubuntu/pool/main/libb/libbtctl/libbtctl4_0.9.0-2_i386.deb" rel="nofollow">http://au.archive.ubuntu.com/ubuntu/pool/main/libb/libbtctl/libbtctl4_0.9.0-2_i386.deb</a><br />
  403 Forbidden</p>
<p>W: Failed to fetch <a href="http://au.archive.ubuntu.com/ubuntu/pool/main/g/gnome-bluetooth/libgnomebt0_0.11.0-0ubuntu1_i386.deb" rel="nofollow">http://au.archive.ubuntu.com/ubuntu/pool/main/g/gnome-bluetooth/libgnomebt0_0.11.0-0ubuntu1_i386.deb</a><br />
  403 Forbidden</p>
<p>W: Failed to fetch <a href="http://au.archive.ubuntu.com/ubuntu/pool/universe/g/gnome-bluetooth/gnome-bluetooth_0.11.0-0ubuntu1_i386.deb" rel="nofollow">http://au.archive.ubuntu.com/ubuntu/pool/universe/g/gnome-bluetooth/gnome-bluetooth_0.11.0-0ubuntu1_i386.deb</a><br />
  403 Forbidden&#8221;</p>
<p>Grrrr!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickTip: Resolving Bluetooth Issues With Ubuntu 8.04 LTS by vikashazrati</title>
		<link>http://vikashazrati.wordpress.com/2008/06/11/bluetooth-problems-ubuntu-804/#comment-557</link>
		<dc:creator>vikashazrati</dc:creator>
		<pubDate>Wed, 02 Jul 2008 14:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://vikashazrati.wordpress.com/?p=103#comment-557</guid>
		<description>Hi Anand,

You would have to follow the steps mentioned in my &lt;a href="http://vikashazrati.wordpress.com/2007/11/03/quicklink-enabling-bluetooth-file-transfer-on-ubuntu/" rel="nofollow"&gt;earlier post&lt;/a&gt;. It would be better to have a look at that. In a nutshell you would have to install the gnome-bluetooth. Here are the steps.

Then open Synaptic Package Manager (from the System -&#62; Administration menu). Search for and install gnome-bluetooth.

Next, open a terminal window, and type the following, which will open the rc.local configuration file in Gedit:

Code:

gksu gedit /etc/rc.local

Scroll down to the blank line above "exit 0", and type the following:

Code:

hciconfig hci0 inqmode 0

Note that the characters in the line after hci and inqmode are zeros and not the letter “O”. Save the file, close Gedit, and then restart your computer.</description>
		<content:encoded><![CDATA[<p>Hi Anand,</p>
<p>You would have to follow the steps mentioned in my <a href="http://vikashazrati.wordpress.com/2007/11/03/quicklink-enabling-bluetooth-file-transfer-on-ubuntu/" rel="nofollow">earlier post</a>. It would be better to have a look at that. In a nutshell you would have to install the gnome-bluetooth. Here are the steps.</p>
<p>Then open Synaptic Package Manager (from the System -&gt; Administration menu). Search for and install gnome-bluetooth.</p>
<p>Next, open a terminal window, and type the following, which will open the rc.local configuration file in Gedit:</p>
<p>Code:</p>
<p>gksu gedit /etc/rc.local</p>
<p>Scroll down to the blank line above &#8220;exit 0&#8243;, and type the following:</p>
<p>Code:</p>
<p>hciconfig hci0 inqmode 0</p>
<p>Note that the characters in the line after hci and inqmode are zeros and not the letter “O”. Save the file, close Gedit, and then restart your computer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickTip: Resolving Bluetooth Issues With Ubuntu 8.04 LTS by anand</title>
		<link>http://vikashazrati.wordpress.com/2008/06/11/bluetooth-problems-ubuntu-804/#comment-556</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Wed, 02 Jul 2008 14:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://vikashazrati.wordpress.com/?p=103#comment-556</guid>
		<description>Dear Vikash,

I am a new Ubuntu 8.04 user. I use a Compaq Presario B3800.

I have Bluez Util installed in my Ubuntu.

Yet, I cannot find Applications–&#62;Accessories–&#62;BlueTooth File Sharing.

Any idea why, mate?</description>
		<content:encoded><![CDATA[<p>Dear Vikash,</p>
<p>I am a new Ubuntu 8.04 user. I use a Compaq Presario B3800.</p>
<p>I have Bluez Util installed in my Ubuntu.</p>
<p>Yet, I cannot find Applications–&gt;Accessories–&gt;BlueTooth File Sharing.</p>
<p>Any idea why, mate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multi-Tenancy Explained by Mark Larson</title>
		<link>http://vikashazrati.wordpress.com/2008/06/23/multi-tenancy-explained/#comment-553</link>
		<dc:creator>Mark Larson</dc:creator>
		<pubDate>Mon, 23 Jun 2008 05:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://vikashazrati.wordpress.com/?p=111#comment-553</guid>
		<description>Thanks for putting all this in one place! There is a lot of scattered information on the net but this is a good start.</description>
		<content:encoded><![CDATA[<p>Thanks for putting all this in one place! There is a lot of scattered information on the net but this is a good start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickTip: Resolving Bluetooth Issues With Ubuntu 8.04 LTS by Santam</title>
		<link>http://vikashazrati.wordpress.com/2008/06/11/bluetooth-problems-ubuntu-804/#comment-548</link>
		<dc:creator>Santam</dc:creator>
		<pubDate>Wed, 18 Jun 2008 20:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://vikashazrati.wordpress.com/?p=103#comment-548</guid>
		<description>That worked Thanks
Now to get my mobile set up as a modem :-)</description>
		<content:encoded><![CDATA[<p>That worked Thanks<br />
Now to get my mobile set up as a modem <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickLink: Enabling BlueTooth file transfer on Ubuntu by QuickTip: Resolving Bluetooth Issues With Ubuntu 8.04 LTS &#171; Connexxion : Connecting Life with Technology</title>
		<link>http://vikashazrati.wordpress.com/2007/11/03/quicklink-enabling-bluetooth-file-transfer-on-ubuntu/#comment-542</link>
		<dc:creator>QuickTip: Resolving Bluetooth Issues With Ubuntu 8.04 LTS &#171; Connexxion : Connecting Life with Technology</dc:creator>
		<pubDate>Wed, 11 Jun 2008 07:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://vikashazrati.wordpress.com/2007/11/03/quicklink-enabling-bluetooth-file-transfer-on-ubuntu/#comment-542</guid>
		<description>[...] service was broken. I could no longer transfer files from my Nokia 3230 phone to my laptop. The steps defined in my earlier post did not work either and I was always greeted with an &#8220;Unable to connect&#8221; error. It [...]</description>
		<content:encoded><![CDATA[<p>[...] service was broken. I could no longer transfer files from my Nokia 3230 phone to my laptop. The steps defined in my earlier post did not work either and I was always greeted with an &#8220;Unable to connect&#8221; error. It [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickTip: Setting CLASSPATH on linux by rakeshKRISHNA</title>
		<link>http://vikashazrati.wordpress.com/2007/08/08/quicktip-setting-classpath-on-linux/#comment-540</link>
		<dc:creator>rakeshKRISHNA</dc:creator>
		<pubDate>Fri, 06 Jun 2008 09:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://vikashazrati.wordpress.com/2007/08/08/quicktip-setting-classpath-on-linux/#comment-540</guid>
		<description>I set my classpath as ur note .But there is some error in running my program as
   java.lang.ClassNotFoundException: com/mysql/jdbc/Driver
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:186)
        at Insert.main(Insert.java:14)


Any body help me</description>
		<content:encoded><![CDATA[<p>I set my classpath as ur note .But there is some error in running my program as<br />
   java.lang.ClassNotFoundException: com/mysql/jdbc/Driver<br />
        at java.lang.Class.forName0(Native Method)<br />
        at java.lang.Class.forName(Class.java:186)<br />
        at Insert.main(Insert.java:14)</p>
<p>Any body help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickTip: Setting CLASSPATH on linux by rakeshKRISHNA</title>
		<link>http://vikashazrati.wordpress.com/2007/08/08/quicktip-setting-classpath-on-linux/#comment-539</link>
		<dc:creator>rakeshKRISHNA</dc:creator>
		<pubDate>Fri, 06 Jun 2008 09:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://vikashazrati.wordpress.com/2007/08/08/quicktip-setting-classpath-on-linux/#comment-539</guid>
		<description>But i can't get the result</description>
		<content:encoded><![CDATA[<p>But i can&#8217;t get the result</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Role of an Agile Architect by Role of an Agile Architect in Chinese! &#171; Connexxion : Connecting Life with Technology</title>
		<link>http://vikashazrati.wordpress.com/2008/01/10/role-of-an-agile-architect/#comment-538</link>
		<dc:creator>Role of an Agile Architect in Chinese! &#171; Connexxion : Connecting Life with Technology</dc:creator>
		<pubDate>Fri, 06 Jun 2008 05:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://vikashazrati.wordpress.com/2008/01/10/role-of-an-agile-architect/#comment-538</guid>
		<description>[...] in China. First translation was for the article &#8220;Role of an Agile Architect&#8221;.  The English version of the article has already been published on Agile Journal and is also present on this blog site. [...]</description>
		<content:encoded><![CDATA[<p>[...] in China. First translation was for the article &#8220;Role of an Agile Architect&#8221;.  The English version of the article has already been published on Agile Journal and is also present on this blog site. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
