<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>su -c 'rm -rf /mnt/proprietary'</title>
	<atom:link href="http://srikrishnadas.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://srikrishnadas.wordpress.com</link>
	<description>Get a sneak peek into krish's space.</description>
	<lastBuildDate>Fri, 20 Jan 2012 07:25:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='srikrishnadas.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/711282a5da9f2ffc8c2719d1505acb51?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>su -c 'rm -rf /mnt/proprietary'</title>
		<link>http://srikrishnadas.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://srikrishnadas.wordpress.com/osd.xml" title="su -c &#039;rm -rf /mnt/proprietary&#039;" />
	<atom:link rel='hub' href='http://srikrishnadas.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Linux swapping even if RAM is available..</title>
		<link>http://srikrishnadas.wordpress.com/2011/11/24/ram-is-available-but-linux-is-swapping/</link>
		<comments>http://srikrishnadas.wordpress.com/2011/11/24/ram-is-available-but-linux-is-swapping/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 09:57:37 +0000</pubDate>
		<dc:creator>krish</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[swappiness]]></category>
		<category><![CDATA[sysctl]]></category>

		<guid isPermaLink="false">http://srikrishnadas.wordpress.com/?p=890</guid>
		<description><![CDATA[I noticed this after a very long time, on my laptop today&#8230;thought I&#8217;d just blog up what to do about it krish@shenron:~$ free total used free shared buffers cached Mem: 5717368 1556752 4160616 0 32116 295768 -/+ buffers/cache: 1228868 4488500 Swap: 4296696 156708 4139988 So, that&#8217;s pretty much more than 2/3 rds of RAM available, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=890&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I noticed this after a very long time, on my laptop today&#8230;thought I&#8217;d just blog up what to do about it <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><code>krish@shenron:~$ free<br />
total used free shared buffers cached<br />
Mem: 5717368 1556752 4160616 0 32116 295768<br />
-/+ buffers/cache: 1228868 4488500<br />
Swap: 4296696 156708 4139988</code></p>
<p>So, that&#8217;s pretty much more than 2/3 rds of RAM available, but the swap is being used already.</p>
<p>This setting is controlled by &#8216;vm.swappiness&#8217;<br />
<code>krish@shenron:~$ sysctl -A | grep "vm.swappiness"<br />
vm.swappiness = 60</code></p>
<p>or you could find the value in<br />
<code>krish@shenron:~$ cat /proc/sys/vm/swappiness<br />
60</code></p>
<p>The default value is 60.<br />
A value of 0 means “never use swap till RAM is available“ .<br />
A value of 100 would mean &#8220;swap as soon as possible&#8221;.</p>
<p>Using 0 is bit hard on the machine <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  , let&#8217;s use a value of 10<br />
<code>krish@shenron:~$ sudo sysctl -w vm.swappiness=10<br />
[sudo] password for krish:<br />
vm.swappiness = 10<br />
.<br />
krish@shenron:~$ sudo sysctl -A | grep "vm.swappiness"<br />
vm.swappiness = 10</code></p>
<p>This value is not persistent on reboot unless you write it to /etc/sysctl.conf <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srikrishnadas.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srikrishnadas.wordpress.com/890/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srikrishnadas.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srikrishnadas.wordpress.com/890/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srikrishnadas.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srikrishnadas.wordpress.com/890/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srikrishnadas.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srikrishnadas.wordpress.com/890/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srikrishnadas.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srikrishnadas.wordpress.com/890/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srikrishnadas.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srikrishnadas.wordpress.com/890/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srikrishnadas.wordpress.com/890/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srikrishnadas.wordpress.com/890/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=890&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://srikrishnadas.wordpress.com/2011/11/24/ram-is-available-but-linux-is-swapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19800d89e151702bffb739126e06421f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">krish</media:title>
		</media:content>
	</item>
		<item>
		<title>Acer P166HQL Monitor review</title>
		<link>http://srikrishnadas.wordpress.com/2011/11/20/acer-p166hql-monitor-review/</link>
		<comments>http://srikrishnadas.wordpress.com/2011/11/20/acer-p166hql-monitor-review/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 23:55:33 +0000</pubDate>
		<dc:creator>krish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[benq]]></category>
		<category><![CDATA[g610hdal]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[p166hql]]></category>

		<guid isPermaLink="false">http://srikrishnadas.wordpress.com/?p=884</guid>
		<description><![CDATA[Insomnia is keeping me awake despite weakness and so I thought hey! this monitor&#8217;s been lying around for quite sometime, lemme set it up. I got this new Acer P166HQL before I fell sick and it&#8217;s been eating dust since then. Unboxed it &#8211; No this is not an &#8216;Unboxing Video post&#8217; As soon as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=884&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Insomnia is keeping me awake despite weakness and so I thought hey! this monitor&#8217;s been lying around for quite sometime, lemme set it up.</p>
<p>I got this new Acer P166HQL before I fell sick and it&#8217;s been eating dust since then.</p>
<p>Unboxed it &#8211; No this is not an &#8216;Unboxing Video post&#8217; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_885" class="wp-caption aligncenter" style="width: 610px"><a href="http://srikrishnadas.files.wordpress.com/2011/11/dsc01043.jpg"><img class=" wp-image-885   " title="DSC01043" src="http://srikrishnadas.files.wordpress.com/2011/11/dsc01043.jpg?w=600&#038;h=450" alt="" width="600" height="450" /></a><p class="wp-caption-text">Acer P166HQL - Glossy Monitor 16&#039;&#039;</p></div>
<p>As soon as I finished setting it up, I realized that this was a mistake!<br />
I had got sold into the wide spread name of &#8216;Acer&#8217; brand and the contrast ratio of 1M:1</p>
<p>Not that acer is bad, but this monitor!!!<br />
Glossy, Glossy all glossy.<br />
Weak Plastic &#8211; I almost believed that it has no &#8217;tilt&#8217; mechanism because it sounded creaking when I tried.<br />
I later googled it up and got some confidence that it may tilt and then tried again.<br />
And when I tried to tilt, I could see the gap forming between the bottom edge and screen &#8211; I went Yikes!!!</p>
<div id="attachment_886" class="wp-caption aligncenter" style="width: 570px"><a href="http://srikrishnadas.files.wordpress.com/2011/11/dsc01044.jpg"><img class=" wp-image-886 " title="DSC01044" src="http://srikrishnadas.files.wordpress.com/2011/11/dsc01044.jpg?w=560&#038;h=420" alt="" width="560" height="420" /></a><p class="wp-caption-text">Using Vitamin C Tablets to adjust monitoring viewing angle before I could figure out that it was tiltable!</p></div>
<p>So let&#8217;s weigh it&#8217;s pros and cons</p>
<p>Cons:<br />
1. Very Glossy &#8211; finger print magnet<br />
2. 1M:1 Contrast Ratio isn&#8217;t so big a thing. Don&#8217;t get sold by it.. atleast it doesnt matter to me as I&#8217;d use this monitor on a server.<br />
3. Cheap Plastics<br />
4. Not great build quality<br />
5. Model is not listed on India site / US Site Yikes again!!!<br />
6. 10 minutes of inactivity and monitor will go to sleep. Good thing. BUT before it does that it will display &#8220;No Signal&#8221; message&#8230;. which I think should be Either &#8220;Going to Sleep&#8230;&#8221; or &#8220;Power Saving&#8230;&#8221;.<br />
&#8220;No Signal&#8221; is kinda not what users want to see!<br />
7. Control buttons and OSD menu are not to great to use.<br />
8. Brightness 200cd/m2 (Good LED&#8217;s should have 250cd/m2 atleast)</p>
<p>Pros:<br />
1. Affordable &#8211; below $75 after bargain and having &#8216;connections&#8217;<br />
2. Light Weight<br />
3. The power button is on the right of the screen &#8211; size of a thumb&#8230; which looks futuristic and is cool.<br />
4. 3 years on-site Warranty.</p>
<p>Would have liked:<br />
1. HDMI port as the Monitor says HD! FTW!!! False HD <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Please Note: BenQ G610HDAL was available at the same price. Has 250cd/m2 brighness, contrast ration 50,000:1, better build quality, Matte finish (no worry about fingerprint), comes in a brown box. Not sure if the box says HD &#8211; if you wanna buy false HD that is. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I&#8217;ve pretty much made an ass out of myself by getting sold to 1M:1, Acer brand vs BenQ AND the Box that this monitor came in was pretty beautiful.. Green with White. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Don&#8217;t do the same thing to yourself <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srikrishnadas.wordpress.com/884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srikrishnadas.wordpress.com/884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srikrishnadas.wordpress.com/884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srikrishnadas.wordpress.com/884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srikrishnadas.wordpress.com/884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srikrishnadas.wordpress.com/884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srikrishnadas.wordpress.com/884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srikrishnadas.wordpress.com/884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srikrishnadas.wordpress.com/884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srikrishnadas.wordpress.com/884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srikrishnadas.wordpress.com/884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srikrishnadas.wordpress.com/884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srikrishnadas.wordpress.com/884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srikrishnadas.wordpress.com/884/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=884&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://srikrishnadas.wordpress.com/2011/11/20/acer-p166hql-monitor-review/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19800d89e151702bffb739126e06421f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">krish</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/11/dsc01043.jpg" medium="image">
			<media:title type="html">DSC01043</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/11/dsc01044.jpg" medium="image">
			<media:title type="html">DSC01044</media:title>
		</media:content>
	</item>
		<item>
		<title>The grandma who named me.</title>
		<link>http://srikrishnadas.wordpress.com/2011/11/15/the-grandma-who-named-me/</link>
		<comments>http://srikrishnadas.wordpress.com/2011/11/15/the-grandma-who-named-me/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 18:29:43 +0000</pubDate>
		<dc:creator>krish</dc:creator>
				<category><![CDATA[Society]]></category>

		<guid isPermaLink="false">http://srikrishnadas.wordpress.com/?p=878</guid>
		<description><![CDATA[She was an ardent devotee of Lord Krishna, so much so that yesterday she called for Kirtan in Lord&#8217;s name; even from her deathbed. You can listen to one here: &#160; My dad was kind of a soft atheist, and when I was born, my grandma named me after her idol Lord. This way she [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=878&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>She was an ardent devotee of Lord Krishna, so much so that yesterday she called for <a href="http://en.wikipedia.org/wiki/Kirtan" target="_blank">Kirtan</a> in Lord&#8217;s name; even from her deathbed.<br />
You can listen to one here:<br />
<span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Ftoonheart.com%2Ftunes%2FHore_Krishno_Hore_Ramo.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span></p>
<p>&nbsp;</p>
<p>My dad was kind of a soft atheist, and when I was born, my grandma named me after her idol Lord.<br />
This way she ensured that my dad would call out for the Lord whenever he called me <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>She&#8217;s given us lot of love in her life. I still remember my childhood&#8217;s summer holidays&#8217; trip to her place.<br />
As inevitable it is, the rules of Nature worked on her; She has fought cancer for a while now and at 90+ she left us this morning.</p>
<p>Sadly, I am in no state to do a travel to her place now, been in bed-rest since past few days.<br />
Thankfully my mom along with her siblings are there.</p>
<p>Although I haven&#8217;t probably met her expectations yet; neither I became a devotee (I am a non-practicing atheist) nor I did anything that suits the great Lord&#8217;s name&#8230; all I can now wish is peace for her soul.</p>
<p>The loving grandma who named me.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srikrishnadas.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srikrishnadas.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srikrishnadas.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srikrishnadas.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srikrishnadas.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srikrishnadas.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srikrishnadas.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srikrishnadas.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srikrishnadas.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srikrishnadas.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srikrishnadas.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srikrishnadas.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srikrishnadas.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srikrishnadas.wordpress.com/878/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=878&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://srikrishnadas.wordpress.com/2011/11/15/the-grandma-who-named-me/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://toonheart.com/tunes/Hore_Krishno_Hore_Ramo.mp3" length="3819686" type="audio/mpeg" />
	
		<media:content url="http://1.gravatar.com/avatar/19800d89e151702bffb739126e06421f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">krish</media:title>
		</media:content>
	</item>
		<item>
		<title>Bluetooth on HP dm1</title>
		<link>http://srikrishnadas.wordpress.com/2011/11/13/bluetooth-on-hp-dm1/</link>
		<comments>http://srikrishnadas.wordpress.com/2011/11/13/bluetooth-on-hp-dm1/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 21:53:49 +0000</pubDate>
		<dc:creator>krish</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[bluez]]></category>
		<category><![CDATA[cambridge]]></category>
		<category><![CDATA[CSR]]></category>
		<category><![CDATA[devices]]></category>
		<category><![CDATA[dm1z]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lynx]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[ralink]]></category>
		<category><![CDATA[silicon]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://srikrishnadas.wordpress.com/?p=864</guid>
		<description><![CDATA[So the left speaker on my hp dm1 gave up today and was putting out more &#8216;noise&#8217; than any music. I&#8217;m gonna call their service center tomorrow and see if they can do anything about it without asking me to take backup of my huge data or trying to install Windows on this machine. Meanwhile, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=864&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So the left speaker on my hp dm1 gave up today and was putting out more &#8216;noise&#8217; than any music.<br />
I&#8217;m gonna call their service center tomorrow and see if they can do anything about it without asking me to take backup of my huge data or trying to install Windows on this machine.</p>
<p>Meanwhile, one more device not functioning properly didn&#8217;t feel nice (the other device is bluetooth).<br />
I never got to use bluetooth on my laptop.<br />
Pre-installed windows7 was removed in a jiffy from this machine and it ran Ubuntu 10.04 LTS since then.</p>
<p>At first, my Wi-fi had issues with Ubuntu, which I fixed and blogged here &#8211; <a href="http://srikrishnadas.wordpress.com/2011/04/06/wi-fi-on-hp-dm1/" target="_blank">http://srikrishnadas.wordpress.com/2011/04/06/wi-fi-on-hp-dm1/</a><br />
Now, speakers screwed up.. which I can&#8217;t fix.</p>
<p>So, its 3:00 am and I&#8217;m pretty much supposed to be in bed-rest (been like that since last 5 days.. with temperature, asthma issues).. anyway let&#8217;s get to fixing this!</p>
<p>List my hardware<br />
<code>krish@shenron:~$ sudo hciconfig -a<br />
hci0: Type: USB<br />
BD Address: 88:9F:FA:AC:50:3E ACL MTU: 310:10 SCO MTU: 64:8<br />
DOWN </code></p>
<p>Yikes! Something is wrong here. I think I must have tried to do some hack earlier on and left it mid-way.</p>
<p>Let&#8217;s fix that first.<br />
<code>krish@shenron:~$ dpkg -l | grep bluez<br />
ii bluez 4.60-0ubuntu8 Bluetooth tools and daemons<br />
ii bluez-alsa 4.60-0ubuntu8 Bluetooth audio support<br />
ii bluez-gstreamer 4.60-0ubuntu8 Bluetooth GStreamer support<br />
ii bluez-cups 4.60-0ubuntu8 Bluetooth printer driver for CUPS</code></p>
<p>Why do I need cups support package? I do not. Kicked out.<br />
<code>krish@shenron:~$ sudo apt-get purge bluez-cups</code><br />
And now re-install stuff that matters<br />
<code> sudo apt-get install --reinstall bluez</code></p>
<p>Okay now, list hardware again:<br />
<code><br />
krish@shenron:~$ sudo hciconfig -a<br />
hci0: Type: USB<br />
BD Address: 88:9F:FA:AC:50:3E ACL MTU: 310:10 SCO MTU: 64:8<br />
DOWN<br />
RX bytes:45505 acl:143 sco:0 events:183 errors:0<br />
TX bytes:3971 acl:84 sco:0 commands:54 errors:0<br />
Features: 0xff 0xff 0x8f 0xfe 0x9b 0xff 0x59 0x87<br />
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3<br />
Link policy: RSWITCH HOLD SNIFF PARK<br />
Link mode: SLAVE ACCEPT<br />
</code><br />
Looks better!</p>
<p>Start the applet<br />
<code>krish@shenron:~$ bluetooth-applet&amp;</code></p>
<p>Cool, it came up on my panel. Clicked on it. Clicked &#8220;Turn On Bluetooth&#8221;<br />
Picked up my phone, search for devices and Nothing!<br />
Sigh! Didn&#8217;t work&#8230;</p>
<p>Now, some googling, reading some bugs on launchpad, some forums, some debian lists and figured out that the bluetooth device is categorized as Cambridge Silicon Radio devices (CSR).</p>
<p>Sweet, but this looks like a dead end&#8230;</p>
<p>Too tired. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Will work this out tomorrow morning</p>
<p>Back on the box. It&#8217;s post noon now <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Okay! Read a bit about bluetooth sniffing, a little on ralink AND found that the radio link on bluetooth stays OFF!<br />
So someone had tried setting a PS value with bccmd. So let&#8217;s try:</p>
<p><code>krish@shenron:~$ sudo bccmd psset -s 0x0000 0x028c 0x0001</code></p>
<p>Ok, now kill and restart the applet<br />
<code><br />
krish@shenron:~$ ps aux | grep bluetooth | grep -v grep | awk '{print $2}' | xargs kill; bluetooth-applet&amp;<br />
[1] 3539<br />
</code></p>
<p>Checking bluetooth again&#8230;<br />
Doesn&#8217;t work. Crap!</p>
<p>Hmm, may be I&#8217;m not loading some module properly.<br />
Let&#8217;s reboot and try&#8230;</p>
<p>Alright, after reboot start applet again if its not running already<br />
<code>krish@shenron:~$ sudo bluetooth-applet&amp;</code></p>
<p>Turned ON Bluetooth. Aha! the applet shows active! Nice..</p>
<p>Check processes<br />
<code>krish@shenron:~$ ps aux | grep bluetooth | grep -v grep<br />
root 792 0.0 0.0 0 0 ? S 15:24 0:00 [bluetooth]<br />
root 1438 0.0 0.0 27428 2096 ? S&lt;s 15:24 0:00 /usr/sbin/bluetoothd --udev<br />
krish 2187 0.0 0.1 166708 8256 pts/0 S+ 15:37 0:00 bluetooth-applet<br />
</code></p>
<p>After a bit of thinking, I realized my mistake.<br />
Last time I had killed bluetoothd process along with the applet.</p>
<p>OKAY! Now time to test&#8230;<br />
Make your way through the applet options to Send and Receive files (I am not writing a how to on it <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</p>
<p>Added New Device.</p>
<p>Receiving:<br />
<a href="http://srikrishnadas.files.wordpress.com/2011/11/screenshot-file-received.png"><img class="aligncenter size-full wp-image-872" title="Screenshot-File Received" src="http://srikrishnadas.files.wordpress.com/2011/11/screenshot-file-received.png" alt="" width="324" height="157" /></a></p>
<p>Sending:<br />
<a href="http://srikrishnadas.files.wordpress.com/2011/11/screenshot-file-transfer.png"><img class="aligncenter size-full wp-image-873" title="Screenshot-File Transfer" src="http://srikrishnadas.files.wordpress.com/2011/11/screenshot-file-transfer.png" alt="" width="402" height="239" /></a></p>
<p>You might want to change your &#8220;Friendly Name&#8221; to something really friendly.<br />
It shows CSR by default. Remember why CSR? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:center;"><a href="http://srikrishnadas.files.wordpress.com/2011/11/screenshot.png"><img class="aligncenter size-full wp-image-874" title="Screenshot" src="http://srikrishnadas.files.wordpress.com/2011/11/screenshot.png" alt="Friendly Name - Bluetooth Preferences" width="664" height="470" /></a></p>
<p>I&#8217;ve changed it to match the name of my laptop. ( That&#8217;s right, all my devices have names )</p>
<p>Now the question remains &#8211; Will this stay after reboot?<br />
I am yet to find out.<br />
If it doesn&#8217;t, I think I know what has to be done.</p>
<p>Not rebooting the machine now though.. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .. Time for some work <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Oh BTW, did I mention that your Bluetooth will now &#8220;Turn ON&#8221; / &#8220;Turn OFF&#8221; with the same Wi-Fi HotKey!  :X</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srikrishnadas.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srikrishnadas.wordpress.com/864/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srikrishnadas.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srikrishnadas.wordpress.com/864/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srikrishnadas.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srikrishnadas.wordpress.com/864/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srikrishnadas.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srikrishnadas.wordpress.com/864/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srikrishnadas.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srikrishnadas.wordpress.com/864/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srikrishnadas.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srikrishnadas.wordpress.com/864/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srikrishnadas.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srikrishnadas.wordpress.com/864/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=864&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://srikrishnadas.wordpress.com/2011/11/13/bluetooth-on-hp-dm1/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19800d89e151702bffb739126e06421f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">krish</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/11/screenshot-file-received.png" medium="image">
			<media:title type="html">Screenshot-File Received</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/11/screenshot-file-transfer.png" medium="image">
			<media:title type="html">Screenshot-File Transfer</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/11/screenshot.png" medium="image">
			<media:title type="html">Screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Puppet Cheat Sheet</title>
		<link>http://srikrishnadas.wordpress.com/2011/10/30/puppet-cheat-sheet/</link>
		<comments>http://srikrishnadas.wordpress.com/2011/10/30/puppet-cheat-sheet/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 12:50:35 +0000</pubDate>
		<dc:creator>krish</dc:creator>
				<category><![CDATA[Free / Open Source]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[env]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[sheet]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://srikrishnadas.wordpress.com/?p=734</guid>
		<description><![CDATA[I&#8217;m trying to keep a log of my fixes, stuff learned while using puppet. Many have skipped my mind already. I&#8217;ll try to change publish date on this post every time I edit it so that it stays on top. How to find config settings or env variables in puppet? $ puppet --configprint templatedir # [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=734&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to keep a log of my fixes, stuff learned while using puppet.<br />
Many have skipped my mind already. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I&#8217;ll try to change publish date on this post every time I edit it so that it stays on top.</p>
<p><strong>How to find config settings or env variables in puppet?</strong><br />
<code><br />
$ puppet --configprint templatedir # Specific Env Variable<br />
templatedir = /var/lib/puppet/templates<br />
$ puppet --configprint all # Specific Env Variable<br />
...<br />
</code></p>
<p>
<strong>How to syntax check your templates?</strong><br />
<code><br />
$ erb -x -T '-' ../files/apt/sources.list.erb | ruby -c<br />
Syntax OK<br />
$ erb -x -T '-' ../files/apt/sources.list.d/lenny-backports.list.erb | ruby -c<br />
Syntax OK<br />
</code></p>
<p>
<strong>Unable to sign certificates?</strong><br />
The errors could be:</p>
<ol>
a. hostname was not match with the server certificate (or)<br />
b. Exiting; no certificate found and waitforcert is disabled<br />
In both cases you will not find the certificate on pupptemaster to sign.</ol>
<p>Solution:<br />
<code><br />
1. /etc/hosts file on client should have the server listed in format<br />
IPAddress hostname_of_server short_hostname_of_server puppet<br />
Example: 192.168.1.90 predator01.mydomain.local predator01 puppet<br />
<br />
2. Make sure that the domain and search parameters in /etc/resolv.conf of client is same as your host domain<br />
Example: /etc/resolv.conf<br />
domain local<br />
search local<br />
nameserver 8.8.8.8<br />
And my hostname is human01.mydomain.local<br />
If your hostname is like human01.yourdomain.com then 'domain' and 'search' in /etc/resolv.conf should be domain.com<br />
<br />
3. After ensuring (1) and (2) are fixed as above, clear ssl stuff<br />
$ cd /var/lib/puppet/ssl<br />
$ sudo mkdir old<br />
$ sudo mv * old/<br />
<br />
4. Now run client again<br />
$ sudo puppetd -tdv<br />
<br />
5. On server sign the cert<br />
$ sudo puppetca --list<br />
human01.yourdomain.local<br />
$ sudo puppetca --sign human01.yourdomain.local</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srikrishnadas.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srikrishnadas.wordpress.com/734/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srikrishnadas.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srikrishnadas.wordpress.com/734/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srikrishnadas.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srikrishnadas.wordpress.com/734/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srikrishnadas.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srikrishnadas.wordpress.com/734/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srikrishnadas.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srikrishnadas.wordpress.com/734/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srikrishnadas.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srikrishnadas.wordpress.com/734/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srikrishnadas.wordpress.com/734/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srikrishnadas.wordpress.com/734/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=734&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://srikrishnadas.wordpress.com/2011/10/30/puppet-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19800d89e151702bffb739126e06421f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">krish</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtualization AMD-V on AMD E-350 Zacate</title>
		<link>http://srikrishnadas.wordpress.com/2011/10/28/amd-v-on-amd-e-350-zacate/</link>
		<comments>http://srikrishnadas.wordpress.com/2011/10/28/amd-v-on-amd-e-350-zacate/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 13:57:36 +0000</pubDate>
		<dc:creator>krish</dc:creator>
				<category><![CDATA[Free / Open Source]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[amd-v]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[e-350]]></category>
		<category><![CDATA[hp dm1]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[sony yb]]></category>
		<category><![CDATA[SVM]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[vaio]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[x120e]]></category>
		<category><![CDATA[zacate]]></category>

		<guid isPermaLink="false">http://srikrishnadas.wordpress.com/?p=849</guid>
		<description><![CDATA[If you have a AMD Zacate processor based notebook ( Hp dm1, IBM x120e, Sony VaioYB ) and VirtualBox complains of AMD-V being unoperational. The error on VirtualBox is something like: VT-x/AMD-V hardware acceleration has been enabled, but is not operational. Your 64-bit guest will fail to detect a 64-bit CPU and will not be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=849&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you have a AMD Zacate processor based notebook ( Hp dm1, IBM x120e, Sony VaioYB ) and VirtualBox complains of AMD-V being unoperational.</p>
<p>The error on VirtualBox is something like:</p>
<p>VT-x/AMD-V hardware acceleration has been enabled, but is not operational. Your 64-bit guest will fail to detect a 64-bit CPU and will not be able to boot.</p>
<p>Solution:</p>
<p>Go to BIOS setup and find a option that says &#8220;SVM support&#8221; and Enable it.</p>
<div id="attachment_850" class="wp-caption aligncenter" style="width: 624px"><a href="http://srikrishnadas.files.wordpress.com/2011/10/img00532-20111028-1847.jpg"><img class="size-full wp-image-850 " title="IMG00532-20111028-1847" src="http://srikrishnadas.files.wordpress.com/2011/10/img00532-20111028-1847.jpg" alt="" width="614" height="461" /></a><p class="wp-caption-text">AMD-V Enable &quot;Secure Virtual Machine&quot; mode</p></div>
<p>SVM means &#8220;Secure Virtual Machine&#8221; support.</p>
<p>Update: If your VirtualBox freezes when installing 64 bit OS using AMD-V capabilities, it is a bug in Virtualbox and has been fixes in 4.1.2<br />
If you&#8217;re using an LTS Ubuntu and installed VirtualBox from repos, then you probably have 3.1.6. Uninstall it and install the &gt;4.1.2 deb available on virtualbox.org</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srikrishnadas.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srikrishnadas.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srikrishnadas.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srikrishnadas.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srikrishnadas.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srikrishnadas.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srikrishnadas.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srikrishnadas.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srikrishnadas.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srikrishnadas.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srikrishnadas.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srikrishnadas.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srikrishnadas.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srikrishnadas.wordpress.com/849/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=849&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://srikrishnadas.wordpress.com/2011/10/28/amd-v-on-amd-e-350-zacate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19800d89e151702bffb739126e06421f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">krish</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/10/img00532-20111028-1847.jpg" medium="image">
			<media:title type="html">IMG00532-20111028-1847</media:title>
		</media:content>
	</item>
		<item>
		<title>The blind yet bold</title>
		<link>http://srikrishnadas.wordpress.com/2011/10/24/the-blind-yet-bold/</link>
		<comments>http://srikrishnadas.wordpress.com/2011/10/24/the-blind-yet-bold/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 17:31:12 +0000</pubDate>
		<dc:creator>krish</dc:creator>
				<category><![CDATA[Society]]></category>
		<category><![CDATA[blind]]></category>
		<category><![CDATA[humanity]]></category>
		<category><![CDATA[saayam cheddam foundation]]></category>
		<category><![CDATA[Vikalangula Kalyana Vedika]]></category>
		<category><![CDATA[visually-impaired]]></category>
		<category><![CDATA[vkvedika.org]]></category>

		<guid isPermaLink="false">http://srikrishnadas.wordpress.com/?p=821</guid>
		<description><![CDATA[Marriages are made in heaven, they say! Not sure of how true that statement is, but around me (in India) I see two broad specifications of marriages: Arranged: Guy/Girl goes to &#8220;see&#8221; their partner along with parents, they weigh pros and cons of the to-be relation. In many cases weigh the gold, count the cash, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=821&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Marriages are made in heaven, they say!<br />
Not sure of how true that statement is, but around me (in India) I see two broad specifications of marriages:</p>
<p><strong>Arranged</strong>: Guy/Girl goes to &#8220;see&#8221; their partner along with parents, they weigh pros and cons of the to-be relation. In many cases weigh the gold, count the cash, check the earn-ability, looks, skin complexion, scale education qualification, and count the number of times you&#8217;ve returned from United States of America.</p>
<p><strong>Love?</strong>: Guy &#8220;sees&#8221; Girl, falls for her or vice-versa; like-ability factors. Sparks fly? Issues happen.</p>
<ol>And there are cases which are mixed too.</ol>
<p>What if someone had blindfolded your eyes through these above mentioned process?<br />
Which marriage process would you agree to? Would you get married?<br />
You&#8217;d just remove your blindfold; Yes pretty simple isn&#8217;t it?</p>
<p>Unfortunately nature hasn&#8217;t left a such choice to everyone.<br />
Some people do not get to just remove their blindfold. Because it is permanent. They are blind, for real.<br />
And they are less-fortunate financially too; so there is no &#8216;just buy a pair of eyes&#8217; here.</p>
<div id="attachment_828" class="wp-caption aligncenter" style="width: 234px"><a href="http://srikrishnadas.files.wordpress.com/2011/10/blind.jpg"><img class="size-full wp-image-828 " title="blind" src="http://srikrishnadas.files.wordpress.com/2011/10/blind.jpg" alt="" width="224" height="230" /></a><p class="wp-caption-text">The visually-impaired</p></div>
<p>They cannot experience to &#8220;see&#8221; the other person, forget checking the looks and flying sparks.</p>
<p>So, do they experience &#8216;marriage&#8217; or &#8216;love&#8217;? Love may-be; but marriage?<br />
How?<br />
When the whole so-called better equipped human race is running their own race to &#8220;see&#8221; their bright future, Who would hold two blind hands and join them in marriage?<br />
This I wondered as I sat pillion on a fellow &#8216;<a href="http://saayamcheddam.org/" target="_blank">Saayam Cheddam Foundation</a>&#8216; member&#8217;s bike approaching a place where it happens!</p>
<div id="attachment_836" class="wp-caption aligncenter" style="width: 510px"><a href="http://srikrishnadas.files.wordpress.com/2011/10/dscn6962.jpg"><img class="size-full wp-image-836" title="DSCN6962" src="http://srikrishnadas.files.wordpress.com/2011/10/dscn6962.jpg" alt="" width="500" height="375" /></a><p class="wp-caption-text">Vikalangula Kalyana Vedika</p></div>
<p>Pushing the gates of a walled structure I saw a man sitting there facing a direction different from the person he was talking to. Yes, it was him.<br />
It was this man who takes time, effort and has the heart to get blind people married.</p>
<div id="attachment_829" class="wp-caption aligncenter" style="width: 298px"><a href="http://srikrishnadas.files.wordpress.com/2011/10/dscn6969.jpg"><img class="size-full wp-image-829  " title="DSCN6969" src="http://srikrishnadas.files.wordpress.com/2011/10/dscn6969.jpg" alt="" width="288" height="384" /></a><p class="wp-caption-text">The man who runs vkvedika.org</p></div>
<p>Year 2000, marks the beginning of a good cause when he started helping the visually-impared and total-blind people come together.<br />
As he made his way through this process, he realised that even before marriage there are many basics that are needed to be addressed, that other people run from, that is void in the life of blind people.<br />
Which is?</p>
<p>Many blind people are treated as a dead-weight. Family members do not care for them.<br />
Outside, they face reactions from people which are similar to as if people were up-close to a crawly slimy insect. A repelling, downgrading attitude.</p>
<p>This breaks the confidence and self-respect of blind people. Not many people realise this; or wait they do? But they couldn&#8217;t care less.</p>
<p>It takes real empathy to understand this and he did.</p>
<p>He pushed his living to accomodate a group of 5 blind girls where he would put his efforts to uplift their confidence, their lost self-respect, which is the most toughest task. Sensing improvement in them, he would take it further by providing education, skill to work &#8211; making paper plates, agarbatiis(Joss sticks), key chains, perfumes, paper carry bags and also perform at stage functions to help them self-sustain.<br />
This is in a way making sure that they uphold their self-respect &#8211; very useful because not everyone he is helping get educated may find a job, not everyone wants to study.</p>
<p>Yes guys, they are not taught to beg. They are not taught to expect sympathy because they are blind.</p>
<div id="attachment_830" class="wp-caption aligncenter" style="width: 410px"><a href="http://srikrishnadas.files.wordpress.com/2011/10/dscn6973.jpg"><img class="size-full wp-image-830" title="DSCN6973" src="http://srikrishnadas.files.wordpress.com/2011/10/dscn6973.jpg" alt="" width="400" height="300" /></a><p class="wp-caption-text">Joss sticks, perfumes, keychains made by the blind.</p></div>
<div id="attachment_838" class="wp-caption aligncenter" style="width: 410px"><a href="http://srikrishnadas.files.wordpress.com/2011/10/dscn6939.jpg"><img class="size-full wp-image-838" title="DSCN6939" src="http://srikrishnadas.files.wordpress.com/2011/10/dscn6939.jpg" alt="" width="400" height="300" /></a><p class="wp-caption-text">Paper plates made by the blind.</p></div>
<p>Over the years, he formed a home for the blind &#8211; Vikalangula Kalyana Vedika (<a href="http://en.wikipedia.org/wiki/Braille" target="_blank">vkvedika.org</a>) and 18 people are now making their living working in Government jobs. 26 people have been married.</p>
<p>Year 2010, he opened a hostel for blind boys and today he serves close to 60 people (girls and boys).</p>
<div id="attachment_831" class="wp-caption aligncenter" style="width: 342px"><a href="http://srikrishnadas.files.wordpress.com/2011/10/dscn6992.jpg"><img class="size-full wp-image-831" title="DSCN6992" src="http://srikrishnadas.files.wordpress.com/2011/10/dscn6992.jpg" alt="" width="332" height="572" /></a><p class="wp-caption-text">The girl who was recently abandoned by her parents.</p></div>
<p style="text-align:center;">Our hearts were already sinking when we noticed a girl who would grab any hand close to her. She would grab it firmly and say &#8216;please don&#8217;t leave&#8217;.</p>
<p style="text-align:center;">She just wouldn&#8217;t know whose hand it is.<br />
Because she is blind.<br />
And was abandoned.<br />
By her parents.<br />
Recently.<br />
At a very human crowded place.<br />
A Junction.<br />
Where we people with eyes would get scared.<br />
Because of the flow of people.<br />
Because of the kind of people.<br />
Because of huge vehicles that zoom past you or on you.<br />
A small blind girl who wouldn&#8217;t know if she is walking towards a speeding bus.<br />
Or towards a high voltage electric fence.<br />
She was left alone there. To live or Die?<br />
Why?<br />
Because she was blind.<br />
And she was a girl.</p>
<p>I gasped as my heart sank to the bottom of the oceanic trench, and my throat was out of moisture as my brain felt numb.<br />
We looked at her but had no words to say. She was holding the hands of one of the member as he tried to make her feel wanted by this world.</p>
<p>It is true that visually-impaired people lack one of the most important sense to survive this harsh world, but unlike us, they are not lazy, they are not deprived of talent. And we saw this in action:</p>
<p>1. One of the blind girls sang slokas for us. And she knows all 108 <a href="http://en.wikipedia.org/wiki/Vishnu_sahasranama" target="_blank">shlokas</a>.  <span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Ftoonheart.com%2Fhumanity%2Fshloka.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span><br />
2. Another blind girl performed an act, a stage drama depicting a strong, independent, leading woman. <span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Ftoonheart.com%2Fhumanity%2Fdalhousie.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span> &lt;&#8211; check from 00:40<br />
.<br />
3. We noticed a girl reading her books using &#8216;<a href="http://en.wikipedia.org/wiki/Braille" target="_blank">braille</a>&#8216; method and she suddenly got up, walked towards the tap, which was left leaking, and turned it off!<br />
The maid that comes to this home, who has perfect eyesight had left the tap open.<br />
The tap was atleast 25 feet away from the blind girl and the air was filled with other junk noises.<br />
We didn&#8217;t notice the tap, neither could hear it. She heard it!</p>
<div id="attachment_833" class="wp-caption aligncenter" style="width: 339px"><a href="http://srikrishnadas.files.wordpress.com/2011/10/screenshot.png"><img class="size-full wp-image-833 " title="Screenshot" src="http://srikrishnadas.files.wordpress.com/2011/10/screenshot.png" alt="" width="329" height="275" /></a><p class="wp-caption-text">A blind girl reciting slokas.</p></div>
<div id="attachment_834" class="wp-caption aligncenter" style="width: 261px"><a href="http://srikrishnadas.files.wordpress.com/2011/10/screenshot-2.png"><img class="size-full wp-image-834 " title="Screenshot-2" src="http://srikrishnadas.files.wordpress.com/2011/10/screenshot-2.png" alt="" width="251" height="346" /></a><p class="wp-caption-text">Another blind girl performing an act</p></div>
<div id="attachment_841" class="wp-caption aligncenter" style="width: 338px"><a href="http://srikrishnadas.files.wordpress.com/2011/10/dscn7033.jpg"><img class="size-full wp-image-841" title="DSCN7033" src="http://srikrishnadas.files.wordpress.com/2011/10/dscn7033.jpg" alt="" width="328" height="300" /></a><p class="wp-caption-text">A blind girl doing Braille who later closed a leaking tap.</p></div>
<p>Sadly, not everything is Okay in this home for blind. It needs quite some money to run this.<br />
And they don&#8217;t ask. They try to work it out by their self-sustaining methods.</p>
<p>One such immediate problem they were facing is finding a place to live.<br />
The current landlord was troubling them. Sometimes he says he wants to re-build the house and live in there and so they need to vacate. And other times he would say, &#8216;Buy this land from me&#8217; &#8211; to which he quotes 3 times the prevailing rate AND he wants his name to be engraved on the gate wall &#8211; as if he had donated the place.</p>
<p>With much difficultly and strength, the man who runs this home put all his savings, pulled loan on few assests that he had, took credits from lenders and is still trying to manage to purchase a small plot where the blind can live in peace. Where someone wouldn&#8217;t come and throw them out after he is gone.</p>
<p>We SCF members decided to make a contribution which was urgent, which would help them reach the big amount they needed to pay for pre-land title notary today. Hoping and praying everything goes smooth in their quest to secure a place to stay.</p>
<div id="attachment_842" class="wp-caption aligncenter" style="width: 410px"><a href="http://srikrishnadas.files.wordpress.com/2011/10/dscn7039.jpg"><img class="size-full wp-image-842" title="DSCN7039" src="http://srikrishnadas.files.wordpress.com/2011/10/dscn7039.jpg" alt="" width="400" height="300" /></a><p class="wp-caption-text">SCF helps funding a part of amount needed for vkvedika.org&#039;s new home.</p></div>
<p>AND we also decided to buy our monthly Joss stick (agarbatti) needs from them, which in a way should help. So if you&#8217;re staying in Hyderabad and use Joss sticks at home/temples you could try contacting Mr. Subhas at 984-96 9-3954</p>
<p>Btw, did I mention that the man behind this amazing feat (Mr. D.Subhash Gupta) is himself blind?</p>
<div id="attachment_843" class="wp-caption aligncenter" style="width: 462px"><a href="http://srikrishnadas.files.wordpress.com/2011/10/dscn6999.jpg"><img class="size-full wp-image-843 " title="DSCN6999" src="http://srikrishnadas.files.wordpress.com/2011/10/dscn6999.jpg" alt="" width="452" height="340" /></a><p class="wp-caption-text">Mr. Subhash Gupta, a blind employee at a bank helps others like him live dignified life.</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srikrishnadas.wordpress.com/821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srikrishnadas.wordpress.com/821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srikrishnadas.wordpress.com/821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srikrishnadas.wordpress.com/821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srikrishnadas.wordpress.com/821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srikrishnadas.wordpress.com/821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srikrishnadas.wordpress.com/821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srikrishnadas.wordpress.com/821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srikrishnadas.wordpress.com/821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srikrishnadas.wordpress.com/821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srikrishnadas.wordpress.com/821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srikrishnadas.wordpress.com/821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srikrishnadas.wordpress.com/821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srikrishnadas.wordpress.com/821/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=821&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://srikrishnadas.wordpress.com/2011/10/24/the-blind-yet-bold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://toonheart.com/humanity/shloka.mp3" length="3077257" type="audio/mpeg" />
<enclosure url="http://toonheart.com/humanity/dalhousie.mp3" length="2266416" type="audio/mpeg" />
	
		<media:content url="http://1.gravatar.com/avatar/19800d89e151702bffb739126e06421f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">krish</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/10/blind.jpg" medium="image">
			<media:title type="html">blind</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/10/dscn6962.jpg" medium="image">
			<media:title type="html">DSCN6962</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/10/dscn6969.jpg" medium="image">
			<media:title type="html">DSCN6969</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/10/dscn6973.jpg" medium="image">
			<media:title type="html">DSCN6973</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/10/dscn6939.jpg" medium="image">
			<media:title type="html">DSCN6939</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/10/dscn6992.jpg" medium="image">
			<media:title type="html">DSCN6992</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/10/screenshot.png" medium="image">
			<media:title type="html">Screenshot</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/10/screenshot-2.png" medium="image">
			<media:title type="html">Screenshot-2</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/10/dscn7033.jpg" medium="image">
			<media:title type="html">DSCN7033</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/10/dscn7039.jpg" medium="image">
			<media:title type="html">DSCN7039</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/10/dscn6999.jpg" medium="image">
			<media:title type="html">DSCN6999</media:title>
		</media:content>
	</item>
		<item>
		<title>Core dump Xen domU/guests</title>
		<link>http://srikrishnadas.wordpress.com/2011/09/28/core-dump-xen-domuguests/</link>
		<comments>http://srikrishnadas.wordpress.com/2011/09/28/core-dump-xen-domuguests/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 14:09:16 +0000</pubDate>
		<dc:creator>krish</dc:creator>
				<category><![CDATA[Free / Open Source]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[domU]]></category>
		<category><![CDATA[dump]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[guest]]></category>
		<category><![CDATA[handling]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[invalid]]></category>
		<category><![CDATA[on_crash]]></category>
		<category><![CDATA[vmcore]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://srikrishnadas.wordpress.com/?p=809</guid>
		<description><![CDATA[If you&#8217;ve been wondering why on_crash='coredump-restart' or on_crash='coredump_restart'(as per some manuals) doesnt work or gives you &#8220;Error: Invalid event handling mode: crash&#8221;, here&#8217;s why: I spend hours looking for the answer, and no one one ##xen would also tell me why (asked multiple times, and idled long enough)..and after breaking my head for hours I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=809&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been wondering why <code>on_crash='coredump-restart'</code> or <code>on_crash='coredump_restart'</code>(as per some manuals) doesnt work or gives you<br />
<strong>&#8220;Error: Invalid event handling mode: crash&#8221;</strong>, here&#8217;s why:</p>
<p>I spend hours looking for the answer, and no one one ##xen would also tell me why (asked multiple times, and idled long enough)..and after breaking my head for hours I found the answer.<br />
So listen carefully <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A.<strong> Xendump can be configured to capture vmcore dumps of para-virtualized (PV) Xen domU/guests automatically upon a crash. ie., by using on_crash=&#8217;coredump-restart&#8217;</strong></p>
<p>B.<strong> Core dumps from fully-virtualized (FV) Xen domU/guests can only be taken manually by running the `xm dump-core` command.</strong></p>
<p>&nbsp;</p>
<p><strong>Here&#8217;s a detailed how-to on enabling coredump for Xen domU/guest:</strong></p>
<p>&nbsp;</p>
<p>1. On the dom0/Xenserver, edit /etc/xen/xend_config.sxp and uncomment<br />
<code># (enable-dump no) </code><br />
and make it<br />
<code>(enable-dump yes)</code></p>
<p>2. Restart Xend (depending on whether you use init.d scripts or service utility)<br />
<code># /etc/init.d/xend restart </code><br />
or<br />
<code># service xend restart </code></p>
<p>3. On the domU/Guest, edit domU.cfg (domU&#8217;s configuration file) and add/edit line</p>
<p>#If your domU is fully-virtualized<br />
<code>on_crash='restart' </code></p>
<p>or</p>
<p>#If your domU is para-virtualized<br />
<code>on_crash='coredump-restart'</code></p>
<p>4. Start domU</p>
<p><code># xm create /path/to/domU.cfg </code></p>
<p>5. Now, if your domU/guest is para-virtualized, login to the domU and</p>
<p>Check if kernel.panic key is true<br />
<code># sysctl -A | grep -e kernel | grep -e panic </code></p>
<p>Set them if they are not<br />
<code># sysctl -w kernel.panic=1<br />
# sysctl -w kernel.panic_on_oops=1</code></p>
<p>6. Test it from inside domU/Guest. (Para-Virtualized Guest)<br />
Warning: The next line of code will crash your domU for test.</p>
<p><code># echo "c" &gt;/proc/sysrq-trigger </code></p>
<p>Note: The above command is a way of invoking magic sysrq<br />
a. It will not work if sysrq is disabled on the box<br />
b. NO. I am not gonna talk about magic sysrq&#8217;s in this post; or even how to find if its disabled <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>7. Test it from dom0/Xenserver. (Fully-Virtualized Guest)<br />
Warning: The next line of code will crash your domU for test.</p>
<p><code># xm dump-core -C </code></p>
<p>8. Above steps 6/7 will dump vmcore to /var/xen/dump (default directory unless you have changed it)<br />
Oh, BTW, make sure you create that directory if it doesn&#8217;t exists before taking the dump <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Enjoy analyzing the dump <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srikrishnadas.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srikrishnadas.wordpress.com/809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srikrishnadas.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srikrishnadas.wordpress.com/809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srikrishnadas.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srikrishnadas.wordpress.com/809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srikrishnadas.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srikrishnadas.wordpress.com/809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srikrishnadas.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srikrishnadas.wordpress.com/809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srikrishnadas.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srikrishnadas.wordpress.com/809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srikrishnadas.wordpress.com/809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srikrishnadas.wordpress.com/809/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=809&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://srikrishnadas.wordpress.com/2011/09/28/core-dump-xen-domuguests/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19800d89e151702bffb739126e06421f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">krish</media:title>
		</media:content>
	</item>
		<item>
		<title>Save a Girl Child</title>
		<link>http://srikrishnadas.wordpress.com/2011/09/06/save-a-girl-child/</link>
		<comments>http://srikrishnadas.wordpress.com/2011/09/06/save-a-girl-child/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 06:42:59 +0000</pubDate>
		<dc:creator>krish</dc:creator>
				<category><![CDATA[Society]]></category>
		<category><![CDATA[census]]></category>
		<category><![CDATA[devarakonda]]></category>
		<category><![CDATA[femicide]]></category>
		<category><![CDATA[girl child]]></category>
		<category><![CDATA[honor killings]]></category>
		<category><![CDATA[ICDS]]></category>
		<category><![CDATA[infant]]></category>
		<category><![CDATA[killing]]></category>
		<category><![CDATA[saayam cheddam foundation]]></category>
		<category><![CDATA[sex selective infanticide]]></category>
		<category><![CDATA[sishu vihar]]></category>
		<category><![CDATA[tribals]]></category>
		<category><![CDATA[women]]></category>

		<guid isPermaLink="false">http://srikrishnadas.wordpress.com/?p=780</guid>
		<description><![CDATA[1994 Prenatal sex determination was banned in India, under the Pre-conception and Prenatal Diagnostic Techniques (Prohibition of Sex Selection) Act. 2011 India&#8217;s 2011 census shows a serious decline in the number of girls under the age of seven &#8211; activists fear eight million( 80,00,000 ) female fetuses may have been aborted between 2001 and 2011. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=780&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_807" class="wp-caption aligncenter" style="width: 259px"><a href="http://srikrishnadas.files.wordpress.com/2011/09/warningsign_thumb.jpg"><img src="http://srikrishnadas.files.wordpress.com/2011/09/warningsign_thumb-e1315292879249.jpg" alt="" title="warningsign_thumb" width="249" height="161" class="size-full wp-image-807" /></a><p class="wp-caption-text">Some content on this post are about sensitive issues happening around us. Please do not read further if you are not mature enough to handle it.</p></div>
<p><strong>1994</strong></p>
<p>Prenatal sex determination was banned in India, under the Pre-conception and Prenatal Diagnostic Techniques (Prohibition of Sex Selection) Act.</p>
<p><strong>2011</strong></p>
<p>India&#8217;s 2011 census shows a serious decline in the number of girls under the age of seven &#8211; activists fear eight million( 80,00,000 ) female fetuses may have been aborted between 2001 and 2011.</p>
<ul>
<li><span style="text-decoration:underline;"><br />
</span></li>
</ul>
<p>The 1994 ban on prenatal sex determination would have forced quite a few people to bring new life on this planet, without the discrimination to gender, but has it really achieved what it was originally meant to do!</p>
<p>2011 census is an eye-opener us all. It shows how efficient people have become in their hideous ways of brutality.</p>
<p>As if that wasn&#8217;t enough, two other practices had gained momentum after ban on prenatal sex determination.</p>
<ol>
<li>Sex selective Infanticide/Neonaticide &#8211; killing of a newborn female infant less than 24 hours old.</li>
<li>Femicide &#8211; killing of women for various reasons, usually cultural.</li>
<p>And well who can forget the all time famous (notorious?)&#8230;</p>
<li>Honor Killings &#8211; killing of a family member by other members, due to the belief of the perpetrators that the victim has brought dishonor upon the family or community. Honor killings are directed mostly against women and girls, but have been extended to men.</li>
</ol>
<div>You must be wondering why this post talks about this subject out of the blue; here is why:</div>
<div>Tribes surrounding Devarakonda, Andhra Pradesh (<a href="http://g.co/maps/c8z2" target="_blank">Map</a>), have been practicing Neonaticide, Femicide and Honor killings from years now.</div>
<div>One member of SCF (<a href="http://www.naa-kalam.blogspot.com/">Mahesh</a>), brought up this topic during <a href="http://srikrishnadas.wordpress.com/2011/08/30/mission-education-needs-saayam-cheddam/" target="_blank">last weekend visit to Chandur</a>. He had already put some effort into trying to get one of the tribes to sane thinking till about 2 years ago.</div>
<div>We decided to go and check out the situation; hence the visit to Devarakonda &#8211; 4 sep 2011.</div>
<div>
<div id="attachment_796" class="wp-caption aligncenter" style="width: 501px"><a href="http://srikrishnadas.files.wordpress.com/2011/09/dscn5887.jpg"><img class="size-full wp-image-796  " title="DSCN5887" src="http://srikrishnadas.files.wordpress.com/2011/09/dscn5887.jpg" alt="" width="491" height="369" /></a><p class="wp-caption-text">En-route tribal habitats - Devarakonda</p></div>
</div>
<div>What we found is absolutely shocking and bone chilling.</div>
<div>Word of mouth from few sensible locals of the village, who have been trying to stop this madness (We fortunately came across them) :</div>
<div>
<ul>
<li>After the 1994 ban, when the local village hospital stopped access to prenatal sex determination, people had become savages.</li>
</ul>
<ul>
<li>They started killing ( that&#8217;s an understatement, I&#8217;d call it murdering ) their own just born girl child. Methods include:</li>
</ul>
<div>                         - Forcing the infant to consume some kind of a poisonous seed.</div>
<div>                         - Drowning them in container of milk.</div>
<div>                         - Burying them alive.</div>
<div>                         - Smashing them to death with rocks, until the little life stopped twitching.</div>
<div>             The Government tried to bring some order into the situation, trails were run, few people were convicted.</div>
<div>             Few/most people understood that they would land into trouble if they killed infants. So what did they do then?</div>
<ul>
<li>They started throwing the just born infants in the sewage, abandoning them at the bus stops, leaving them on the roads, in the fields, on the rocks that burn hot in the sun or in some cases selling them!</li>
</ul>
<div>             The Government then extended Sishu Vihar programme (run by <a href="http://wdcw.ap.nic.in/icds.html" target="_blank">ICDS</a> ), where in the local hospital put up an open-cradle for infants to be left there instead of killing or abandoning them wherever they can. The infants would be then moved to a local Sishu Vihar branch, where they are taken care of and given for adoption.</div>
<div>
<div id="attachment_793" class="wp-caption aligncenter" style="width: 512px"><a href="http://srikrishnadas.files.wordpress.com/2011/09/dscn5888.jpg"><img class="size-full wp-image-793  " title="DSCN5888" src="http://srikrishnadas.files.wordpress.com/2011/09/dscn5888.jpg" alt="" width="502" height="377" /></a><p class="wp-caption-text">Open-Cradle at Devarakonda Hospital where people abandon their new born girl Child.</p></div>
</div>
<div>
<div id="attachment_797" class="wp-caption aligncenter" style="width: 501px"><a href="http://srikrishnadas.files.wordpress.com/2011/09/dscn5991.jpg"><img class="size-full wp-image-797  " title="DSCN5991" src="http://srikrishnadas.files.wordpress.com/2011/09/dscn5991.jpg" alt="" width="491" height="369" /></a><p class="wp-caption-text">Local Sishu Vihar branch</p></div>
</div>
<div>This programme is running from last 5 months here and 82 babies have been dropped at the open-cradle till now; some are directly left at the local sishu vihar branch ( smart tribals? they have learnt where the babies go from the cradle )</div>
</div>
<div>             Unfortunately, these so called smart asses aren&#8217;t smart enough in their decisions on the life of a girl child.</div>
<div>A girl child is looked upon to be a burden, a liability, a debt, a dishonor, a material, an object and what not!</div>
<div>The desire for male child for these tribals, has them completely blinded, turned them to animals ( No! wait. That would be an insult to animals&#8230;.. they don&#8217;t distinguish between male/female. My apologies to the animal kingdom.).</div>
<p>&nbsp;</p>
<div>Some of incidents that we came to know about:</div>
<div>
<ol>
<ol>
<li>There is a couple in one of the tribes who have 13 children now.  First 11 were girls, and their efforts for male child has been answered by God! , the 12 the delivery brought them male twins.  They are now supposedly happy?  I just hope they won&#8217;t sell their girl child for trafficking.</li>
<li>In another case, a man argued during his trail in the court that he had sent his wife 10,000 rupees every month during her labor so that she can give birth to a male child. Now that she has wronged him by delivering a girl child, he doesn&#8217;t want her or the child!</li>
<li>A third case, where a father had murdered his daughter while returning home from the local hospital ( may be after prenatal sex determination? ).  He had smashed open her head with a boulder and then buried her; went home and had a goodnight&#8217;s sleep. Next day when the villagers asked about his daughter, he had to tell them what happened.</li>
</ol>
</ol>
<p style="padding-left:60px;">What would you expect? Was he taken to local police station? Naah..<br />
The villagers decided that it wouldn&#8217;t bring &#8220;honor&#8221; to the village if a pregnant lady was buried along with a child in her womb. They all went to set things &#8220;right&#8221;. Dug out the body, used blades to cut out the belly, rip off the womb from the mother and buried both of them seperately.<br />
The so called honor of the village was restored.<br />
The mere narration of this incident had send chills down my spine. I can&#8217;t imagine what level of dark heart it takes to do it.</p>
<p>If you ask these tribals on why they do this, they cite financial problems as the reason for it. But, its known that  the male child is taken care of in every possible way they can. Somehow the financial reasons take toll on their mind when its a girl child.</p>
<p>The Government, their welfare bodies, the doctors, have all tried telling them that this is wrong, but I guess it just doesn&#8217;t get to their ears.</p>
<p>This is where <a href="http://saayamcheddam.org/" target="_blank">Saayam Cheddam Foundation</a> plans to do something. We&#8217;ve realized that the key to this is education ( these tribals do not even know that producing a girl child isn&#8217;t mother&#8217;s doing).  And not just plain education, but something in visual, something that they can relate with, something that won&#8217;t be given a deaf ear, something that should present case studies in visual format that says &#8220;Girls can and already do equal boys in earning livelihood. They are not liability.&#8221;</p>
<div id="attachment_794" class="wp-caption aligncenter" style="width: 624px"><a href="http://srikrishnadas.files.wordpress.com/2011/09/dscn5943.jpg"><img class="size-full wp-image-794 " title="DSCN5943" src="http://srikrishnadas.files.wordpress.com/2011/09/dscn5943.jpg" alt="" width="614" height="461" /></a><p class="wp-caption-text">SCF members discussing with sensible local people in the Village.</p></div>
<p>One of the local persons that we met (mentioned earlier in this post) has already worked out a film on this issue, but has it unfinished due to budget. We thought it could be one good lead to start with.</p>
<div id="attachment_798" class="wp-caption aligncenter" style="width: 471px"><a href="http://srikrishnadas.files.wordpress.com/2011/09/dscn6013.jpg"><img class="size-full wp-image-798 " title="DSCN6013" src="http://srikrishnadas.files.wordpress.com/2011/09/dscn6013.jpg" alt="" width="461" height="614" /></a><p class="wp-caption-text">SCF members looking at the road traveled; the roads that lead to people who kill their girl child.</p></div>
<p>Let&#8217;s see how things go, if we can make even a small difference, help save some innocent girl child lives. Time shall unfold.</p>
<p>More pics of visit -<br />
<a href="https://picasaweb.google.com/104161663253094700325/Devarakonda1stVisit4thSep2011" target="_blank">Picasa</a> - Nikon CoolPix L110<br />
? - Sony Cybershot w570 ( Sorry, we do not have permissions to post these pics yet! )</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srikrishnadas.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srikrishnadas.wordpress.com/780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srikrishnadas.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srikrishnadas.wordpress.com/780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srikrishnadas.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srikrishnadas.wordpress.com/780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srikrishnadas.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srikrishnadas.wordpress.com/780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srikrishnadas.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srikrishnadas.wordpress.com/780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srikrishnadas.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srikrishnadas.wordpress.com/780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srikrishnadas.wordpress.com/780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srikrishnadas.wordpress.com/780/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=780&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://srikrishnadas.wordpress.com/2011/09/06/save-a-girl-child/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19800d89e151702bffb739126e06421f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">krish</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/09/warningsign_thumb-e1315292879249.jpg" medium="image">
			<media:title type="html">warningsign_thumb</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/09/dscn5887.jpg" medium="image">
			<media:title type="html">DSCN5887</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/09/dscn5888.jpg" medium="image">
			<media:title type="html">DSCN5888</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/09/dscn5991.jpg" medium="image">
			<media:title type="html">DSCN5991</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/09/dscn5943.jpg" medium="image">
			<media:title type="html">DSCN5943</media:title>
		</media:content>

		<media:content url="http://srikrishnadas.files.wordpress.com/2011/09/dscn6013.jpg" medium="image">
			<media:title type="html">DSCN6013</media:title>
		</media:content>
	</item>
		<item>
		<title>Stop MySQL from auto starting in Ubuntu</title>
		<link>http://srikrishnadas.wordpress.com/2011/09/04/stop-mysql-autostart/</link>
		<comments>http://srikrishnadas.wordpress.com/2011/09/04/stop-mysql-autostart/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 19:14:14 +0000</pubDate>
		<dc:creator>krish</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[autostart]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[sysv-rc-conf]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update-rc.d]]></category>

		<guid isPermaLink="false">http://srikrishnadas.wordpress.com/?p=774</guid>
		<description><![CDATA[That&#8217;s right. If you&#8217;ve tried using update-rc.d and sysv-rc-conf and STILL see mysql process starting up! krish@shenron:~$ ls -ltr /etc/rc?.d &#124; grep mysql krish@shenron:~$ ps aux &#124; grep mysql &#124; grep -v grep mysql 1172 0.0 1.1 177888 18996 ? Ssl Sep03 0:01 /usr/sbin/mysqld krish@shenron:~$ WTF!!! Here&#8217;s where it matters and how to stop mysql [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=774&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right.</p>
<p>If you&#8217;ve tried using update-rc.d and sysv-rc-conf and STILL see mysql process starting up!</p>
<pre>krish@shenron:~$ ls -ltr /etc/rc?.d | grep mysql
krish@shenron:~$ ps aux | grep mysql | grep -v grep
mysql     1172  0.0  1.1 177888 18996 ?        Ssl  Sep03   0:01 /usr/sbin/mysqld
krish@shenron:~$ WTF!!!</pre>
<p>Here&#8217;s where it matters and how to stop mysql from auto starting:</p>
<pre>krish@shenron:~$ grep -A3 "start on" /etc/init/mysql.conf
start on (net-device-up
          and local-filesystems
	  and runlevel [2345])
stop on runlevel [016]</pre>
<p>Just comment out the 3 lines for &#8220;start on&#8221; to make it</p>
<pre>krish@shenron:~$ grep -A3 "start on" /etc/init/mysql.conf
#start on (net-device-up
#          and local-filesystems
#          and runlevel [2345])
stop on runlevel [016]</pre>
<p>Reboot and check:</p>
<pre>krish@shenron:~$ sudo init 6</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srikrishnadas.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srikrishnadas.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srikrishnadas.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srikrishnadas.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srikrishnadas.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srikrishnadas.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srikrishnadas.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srikrishnadas.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srikrishnadas.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srikrishnadas.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srikrishnadas.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srikrishnadas.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srikrishnadas.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srikrishnadas.wordpress.com/774/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srikrishnadas.wordpress.com&amp;blog=2386715&amp;post=774&amp;subd=srikrishnadas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://srikrishnadas.wordpress.com/2011/09/04/stop-mysql-autostart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19800d89e151702bffb739126e06421f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">krish</media:title>
		</media:content>
	</item>
	</channel>
</rss>
