<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for InstaCarma Blog</title>
	<atom:link href="http://www.instacarma.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.instacarma.com/blog</link>
	<description>Information Resource for Web Hosting Technical Support and Server Management</description>
	<lastBuildDate>Tue, 12 Jul 2011 19:03:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>Comment on Wonderful example of Self Appraisal ! by admin2</title>
		<link>http://www.instacarma.com/blog/management/wonderful-example-of-self-appraisal/comment-page-1/#comment-35629</link>
		<dc:creator>admin2</dc:creator>
		<pubDate>Tue, 12 Jul 2011 19:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=1218#comment-35629</guid>
		<description>Thanks Benzing .. we hope to see you again!</description>
		<content:encoded><![CDATA[<p>Thanks Benzing .. we hope to see you again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jailshell: fork: Resource temporarily unavailable by Jelmer de Hen</title>
		<link>http://www.instacarma.com/blog/technical/jailshell-fork-resource-temporarily-unavailable/comment-page-1/#comment-33612</link>
		<dc:creator>Jelmer de Hen</dc:creator>
		<pubDate>Mon, 30 May 2011 11:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=658#comment-33612</guid>
		<description>I just had that problem too - when you have this line completion and kill will still work but ps for example didn&#039;t for me so what I did was the following:

-jailshell-3.2$ /proc/
Display all 157 possibilities? (y or n)

Type y there will show all processes - then jump in a python console locally and do:

a=&quot;&quot;&quot;1/             1627/          187/           22734/         24866/         2899/  ..... put the entire output of that line completion output here

&gt;&gt;&gt; import re
&gt;&gt;&gt; pids=re.findall(&quot;(\d*)\/[ ]*&quot;,a)
&gt;&gt;&gt; commandlist=&quot;&quot;
&gt;&gt;&gt; for pid in pids:
...     if pid!=&quot;&quot;:
...             commandlist+=&quot;kill -9 &quot;+pid+&quot;; &quot;
... 
&gt;&gt;&gt; print commandlist
kill -9 1; kill -9 1627; kill -9 187; kill -9 22734; kill -9 24866; kill -9 2899; kill -9 3325; kill -9 572; kill -9 7354; kill -9 10; kill -9 1628; kill -9 18815; kill -9 22758; kill -9 24928; kill -9 29061; kill -9 3354; kill -9 5990; kill -9 7355; kill -9 11; kill -9 1632; kill -9 18851; kill -9 22761; kill -9 24935; kill -9 29065; kill -9 3384; kill -9 5991; kill -9 7365; kill -9 1157; kill -9 1665; kill -9 18927; kill -9 22763; kill -9 24974; kill -9 29069; kill -9 4; kill -9 5992; kill -9 7370; kill -9 1159; kill -9 1666; kill -9 19116; kill -9 23613; etc etc...

then copy paste that output in your console.

it&#039;s not very safe to do this as it will probably kill wanted processes too but it helped for me - it was in a hosting environment so I was unable to break things anyway with my privilege level.</description>
		<content:encoded><![CDATA[<p>I just had that problem too &#8211; when you have this line completion and kill will still work but ps for example didn&#8217;t for me so what I did was the following:</p>
<p>-jailshell-3.2$ /proc/<br />
Display all 157 possibilities? (y or n)</p>
<p>Type y there will show all processes &#8211; then jump in a python console locally and do:</p>
<p>a=&#8221;"&#8221;1/             1627/          187/           22734/         24866/         2899/  &#8230;.. put the entire output of that line completion output here</p>
<p>&gt;&gt;&gt; import re<br />
&gt;&gt;&gt; pids=re.findall(&#8220;(\d*)\/[ ]*&#8221;,a)<br />
&gt;&gt;&gt; commandlist=&#8221;"<br />
&gt;&gt;&gt; for pid in pids:<br />
&#8230;     if pid!=&#8221;":<br />
&#8230;             commandlist+=&#8221;kill -9 &#8220;+pid+&#8221;; &#8221;<br />
&#8230;<br />
&gt;&gt;&gt; print commandlist<br />
kill -9 1; kill -9 1627; kill -9 187; kill -9 22734; kill -9 24866; kill -9 2899; kill -9 3325; kill -9 572; kill -9 7354; kill -9 10; kill -9 1628; kill -9 18815; kill -9 22758; kill -9 24928; kill -9 29061; kill -9 3354; kill -9 5990; kill -9 7355; kill -9 11; kill -9 1632; kill -9 18851; kill -9 22761; kill -9 24935; kill -9 29065; kill -9 3384; kill -9 5991; kill -9 7365; kill -9 1157; kill -9 1665; kill -9 18927; kill -9 22763; kill -9 24974; kill -9 29069; kill -9 4; kill -9 5992; kill -9 7370; kill -9 1159; kill -9 1666; kill -9 19116; kill -9 23613; etc etc&#8230;</p>
<p>then copy paste that output in your console.</p>
<p>it&#8217;s not very safe to do this as it will probably kill wanted processes too but it helped for me &#8211; it was in a hosting environment so I was unable to break things anyway with my privilege level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WHM transfer gives bad file descriptor error by Kevin T</title>
		<link>http://www.instacarma.com/blog/technical/whm-transfer-gives-bad-file-descriptor-error/comment-page-1/#comment-31908</link>
		<dc:creator>Kevin T</dc:creator>
		<pubDate>Wed, 27 Apr 2011 10:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=248#comment-31908</guid>
		<description>That or the remote server firewall is blocking your current server&#039;s IP.</description>
		<content:encoded><![CDATA[<p>That or the remote server firewall is blocking your current server&#8217;s IP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error: has exceeded the max emails per hour allowed. Message discarded. by aykut</title>
		<link>http://www.instacarma.com/blog/technical/error-has-exceeded-the-max-emails-per-hour-allowed-message-discarded/comment-page-1/#comment-31875</link>
		<dc:creator>aykut</dc:creator>
		<pubDate>Tue, 26 Apr 2011 15:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=533#comment-31875</guid>
		<description>thank you sir..</description>
		<content:encoded><![CDATA[<p>thank you sir..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 64 Bit Vs 32 Bit by admin</title>
		<link>http://www.instacarma.com/blog/technical/64-bit-vs-32-bit/comment-page-1/#comment-3979</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 26 Nov 2009 15:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=665#comment-3979</guid>
		<description>Glad to hear that Shebin</description>
		<content:encoded><![CDATA[<p>Glad to hear that Shebin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 64 Bit Vs 32 Bit by Shebin Babu</title>
		<link>http://www.instacarma.com/blog/technical/64-bit-vs-32-bit/comment-page-1/#comment-3964</link>
		<dc:creator>Shebin Babu</dc:creator>
		<pubDate>Thu, 26 Nov 2009 04:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=665#comment-3964</guid>
		<description>Its short and easy to understand.
Thanks.</description>
		<content:encoded><![CDATA[<p>Its short and easy to understand.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virus Detected; File not Uploaded! by admin</title>
		<link>http://www.instacarma.com/blog/technical/virus-detected-file-not-uploaded/comment-page-1/#comment-3755</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 18 Nov 2009 16:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=562#comment-3755</guid>
		<description>Glad to hear that Yogesh :)</description>
		<content:encoded><![CDATA[<p>Glad to hear that Yogesh <img src='http://www.instacarma.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virus Detected; File not Uploaded! by yogesh</title>
		<link>http://www.instacarma.com/blog/technical/virus-detected-file-not-uploaded/comment-page-1/#comment-3752</link>
		<dc:creator>yogesh</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=562#comment-3752</guid>
		<description>Thanks, it really help to solve my issue. :)</description>
		<content:encoded><![CDATA[<p>Thanks, it really help to solve my issue. <img src='http://www.instacarma.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compilation of SVN + Trac by uberVU - social comments</title>
		<link>http://www.instacarma.com/blog/technical/compilation-of-svn-trac/comment-page-1/#comment-2741</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Mon, 19 Oct 2009 21:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=418#comment-2741</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by InstaCarma: Compilation of SVN + Trac - http://bit.ly/NZLRI #SVN #Trac...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by InstaCarma: Compilation of SVN + Trac &#8211; <a href="http://bit.ly/NZLRI" rel="nofollow">http://bit.ly/NZLRI</a> #SVN #Trac&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pointing parked domain to a sub-directory by Graham</title>
		<link>http://www.instacarma.com/blog/technical/pointing-parked-domain-to-a-sub-directory/comment-page-1/#comment-2575</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Wed, 14 Oct 2009 02:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=873#comment-2575</guid>
		<description>I LOVE YOU.

Thank you so much!!</description>
		<content:encoded><![CDATA[<p>I LOVE YOU.</p>
<p>Thank you so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache not starting by Rambabu.T.J</title>
		<link>http://www.instacarma.com/blog/technical/apache-not-starting/comment-page-1/#comment-1976</link>
		<dc:creator>Rambabu.T.J</dc:creator>
		<pubDate>Fri, 18 Sep 2009 03:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=64#comment-1976</guid>
		<description>The log file should 2 GB maximum, If its exceed more than 2 G.B Apache wont be start.

Also check the Disk Space 

df -h</description>
		<content:encoded><![CDATA[<p>The log file should 2 GB maximum, If its exceed more than 2 G.B Apache wont be start.</p>
<p>Also check the Disk Space </p>
<p>df -h</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InstaCarma&#8217;s high availability solution helps a gaming company handle its growth by InstaCarma’s high availability solution helps a gaming company &#8230; first data</title>
		<link>http://www.instacarma.com/blog/client-success-stories/instacarmas-high-availability-solution-helps-a-gaming-company-handle-its-growth/comment-page-1/#comment-1852</link>
		<dc:creator>InstaCarma’s high availability solution helps a gaming company &#8230; first data</dc:creator>
		<pubDate>Sat, 12 Sep 2009 19:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=811#comment-1852</guid>
		<description>[...] Original post: InstaCarma’s high availability solution helps a gaming company &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post: InstaCarma’s high availability solution helps a gaming company &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logging in to PHPMyAdmin directly by MySQL GUI Tools Downloads</title>
		<link>http://www.instacarma.com/blog/technical/logging-in-to-phpmyadmin-directly/comment-page-1/#comment-1737</link>
		<dc:creator>MySQL GUI Tools Downloads</dc:creator>
		<pubDate>Sun, 06 Sep 2009 17:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=742#comment-1737</guid>
		<description>MySQL GUI Tools Downloads 

This will, 9not all hosts allow remote access) allow desktop logon to database, and do all myphpAdmin stuff

Get it from
http://www.acomputerportal.com/mysql.html</description>
		<content:encoded><![CDATA[<p>MySQL GUI Tools Downloads </p>
<p>This will, 9not all hosts allow remote access) allow desktop logon to database, and do all myphpAdmin stuff</p>
<p>Get it from<br />
<a href="http://www.acomputerportal.com/mysql.html" rel="nofollow">http://www.acomputerportal.com/mysql.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving/renaming a file name with space(s) by how to fix your credit</title>
		<link>http://www.instacarma.com/blog/technical/movingrenaming-a-file-name-with-spaces/comment-page-1/#comment-1526</link>
		<dc:creator>how to fix your credit</dc:creator>
		<pubDate>Sat, 29 Aug 2009 14:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=686#comment-1526</guid>
		<description>&lt;strong&gt;how to fix your credit...&lt;/strong&gt;

This is a great site, I only wish I had found it sooner....</description>
		<content:encoded><![CDATA[<p><strong>how to fix your credit&#8230;</strong></p>
<p>This is a great site, I only wish I had found it sooner&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How an e-commerce host could improve sales through PCI compliance, with InstaCarma&#8217;s help by Twitted by InstaCarma</title>
		<link>http://www.instacarma.com/blog/client-success-stories/how-an-e-commerce-host-could-improve-sales-through-pci-compliance-with-instacarmas-help/comment-page-1/#comment-1500</link>
		<dc:creator>Twitted by InstaCarma</dc:creator>
		<pubDate>Thu, 27 Aug 2009 16:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://instacarma.com/blog/?p=799#comment-1500</guid>
		<description>[...] This post was Twitted by InstaCarma [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by InstaCarma [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

