<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>Linode Forum</title>
	<link>http://forum.linode.com//</link>
	<description>Linode Community Forums</description>
	<managingEditor>forums-admin@linode.com</managingEditor>
	<webMaster>forums-admin@linode.com</webMaster>
	<lastBuildDate>Thu, 09 Feb 2012 10:27:35 GMT</lastBuildDate>
<item>
	<title>Performance and Tuning :: RE: Apache/Passenger Tuning on Linode 768</title>
	<link>http://forum.linode.com/viewtopic.php?p=48022#48022</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=6780&quot; target=&quot;_blank&quot;&gt;mottalrd&lt;/a&gt;&lt;br /&gt;

Posted: Thu Feb 09, 2012 4:29 am (GMT -5)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Looks like you have 344 MB of free RAM there... is there anything in specific that happens before/when it runs out of RAM? Do you have anything else installed that's RAM-intensive (e.g. a database server)?
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I didn't explain myself well. I am not going out-of-memory anymore since I changed PassengerMaxPoolSize from 6 to 3.
&lt;br /&gt;
However for 512mb VPS it is common to have PassengerMaxPoolSize=6 but I am on a 768mb VPS, so my application is using much more memory than the others. 
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;ps aux&lt;/span&gt; tells me that rails is using &lt;span style=&quot;font-weight: bold&quot;&gt;15% of memory&lt;/span&gt; for every application instance open, this seems a lot to me, could you comment on this value?
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;www-data   406  2.4 15.3 130764 118060 ?       Sl   10:12   2:31 Rack: /srv/www/myapplication.it/application  &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
ps:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;If you don't know where hoopy got the 344mb figure from, see &lt;a href=&quot;http://www.linuxatemyram.com/&quot; target=&quot;_blank&quot;&gt;http://www.linuxatemyram.com/&lt;/a&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
you are right, I was looking at the wrong value, thank you
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: copy disk over ssh, Unknown command 'dd if=/dev/xvda'</title>
	<link>http://forum.linode.com/viewtopic.php?p=48021#48021</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=6960&quot; target=&quot;_blank&quot;&gt;shadi&lt;/a&gt;&lt;br /&gt;
Subject: copy disk over ssh, Unknown command 'dd if=/dev/xvda'&lt;br /&gt;
Posted: Thu Feb 09, 2012 2:42 am (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;guys, I followed this tutorial &lt;a href=&quot;http://library.linode.com/linode-platform/migration/copy-disk-image-over-ssh&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://library.linode.com/linode-platform/migration/copy-disk-image-over-ssh&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
and when I run the command
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;ssh &lt;a href=&quot;mailto:root@12.34.56.78&quot;&gt;root@12.34.56.78&lt;/a&gt; &amp;quot;dd if=/dev/xvda &amp;quot; | dd of=/home/archive/linode.img&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I get a 1KB file on my PC named linode.img, when I open that file I find this text: &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;Unknown command 'dd if=/dev/xvda'&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
What could be the problem?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: 12hr date</title>
	<link>http://forum.linode.com/viewtopic.php?p=48020#48020</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=5992&quot; target=&quot;_blank&quot;&gt;retrograde inversion&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 08, 2012 11:51 pm (GMT -5)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;This is described in man date:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;SYNOPSIS
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;date &amp;#91;OPTION&amp;#93;... &amp;#91;+FORMAT&amp;#93;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
So you would type date, then a + followed by an appropriate format string. As an example:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;% date +%I 
&lt;br /&gt;
08
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: 12hr date</title>
	<link>http://forum.linode.com/viewtopic.php?p=48019#48019</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=6959&quot; target=&quot;_blank&quot;&gt;galath&lt;/a&gt;&lt;br /&gt;
Subject: 12hr date&lt;br /&gt;
Posted: Wed Feb 08, 2012 11:45 pm (GMT -5)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I'm wanting to make the 'date' command be 12hr instead of 24hr - is there a way I could do it? I think %I is the correct 12hr instead of %H - but I don't know where to set it.
&lt;br /&gt;

&lt;br /&gt;
Thanks
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: Disconnected Line graph</title>
	<link>http://forum.linode.com/viewtopic.php?p=48018#48018</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=6773&quot; target=&quot;_blank&quot;&gt;od3n&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 08, 2012 10:17 pm (GMT -5)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;thanks everyone for clear me up on this matter. linode community are awesome!
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: Disconnected Line graph</title>
	<link>http://forum.linode.com/viewtopic.php?p=48017#48017</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;caker&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 08, 2012 10:11 pm (GMT -5)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Sometimes the stats collection system misses samples like when it can't send them up, or if the stats daemon restarts, etc.
&lt;br /&gt;

&lt;br /&gt;
Don't sweat it.
&lt;br /&gt;

&lt;br /&gt;
-Chris
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Web Servers and Web App Development :: The Tomcat no display my site!</title>
	<link>http://forum.linode.com/viewtopic.php?p=48016#48016</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=6958&quot; target=&quot;_blank&quot;&gt;gshackum&lt;/a&gt;&lt;br /&gt;
Subject: The Tomcat no display my site!&lt;br /&gt;
Posted: Wed Feb 08, 2012 9:53 pm (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;What is happening? I can not understand. Tomcat7 installed on my server. I put my website within the folder / var/lib/tomcat7/webapps/ROOT / but when I access the site: 8080 does not displays the site
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: Disconnected Line graph</title>
	<link>http://forum.linode.com/viewtopic.php?p=48015#48015</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=5827&quot; target=&quot;_blank&quot;&gt;Ghan_04&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 08, 2012 9:41 pm (GMT -5)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I also have this issue with my graphs. I don't really worry about it too much, but I have seen it happen multiple times over the course of 24 hours.
&lt;br /&gt;
Hey, as long as the server is up and running fine, I'm happy. &lt;img src=&quot;http://forum.linode.com//images/smiles/icon_razz.gif&quot; alt=&quot;Razz&quot; border=&quot;0&quot; /&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: Disconnected Line graph</title>
	<link>http://forum.linode.com/viewtopic.php?p=48014#48014</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=5153&quot; target=&quot;_blank&quot;&gt;GLaDOSDan&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 08, 2012 9:12 pm (GMT -5)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Sometimes the Linode stat servers fail to pull the data from the host servers, and thus have no data to display for that specific time. This used to happen quite a lot and seems to be less frequent now however it still happens. This isn't your fault and is nothing to worry about, if it appears 'broken' for a large amount of time (hours/days) you might consider opening a support ticket, otherwise there's no problem.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: Disconnected Line graph</title>
	<link>http://forum.linode.com/viewtopic.php?p=48013#48013</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=6773&quot; target=&quot;_blank&quot;&gt;od3n&lt;/a&gt;&lt;br /&gt;
Subject: Disconnected Line graph&lt;br /&gt;
Posted: Wed Feb 08, 2012 9:03 pm (GMT -5)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;img src=&quot;http://img811.imageshack.us/img811/4566/linode.png&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;

&lt;br /&gt;
Can anyone tell me why i got disconnected line graph? See at 20:00 hour. And sometime it repeat at another hour also. But my sites shows no downtime using pingdom to check my sites uptime. I use  cloudflare service as well.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Feature Request/Bug Report :: RE: Auto-import Google Apps MX records</title>
	<link>http://forum.linode.com/viewtopic.php?p=48012#48012</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=6934&quot; target=&quot;_blank&quot;&gt;czhang&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 08, 2012 8:56 pm (GMT -5)&lt;br /&gt;
Topic Replies: 9&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Agree; I use DNS Made Easy for my DNS hosting and there are templates available for Google Apps and other services. I don't quite see how making prepopulated templates would serve as an endorsement of their service. Sounds like a great idea!
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: Linode transfer/CPU/disk stats</title>
	<link>http://forum.linode.com/viewtopic.php?p=48011#48011</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=4174&quot; target=&quot;_blank&quot;&gt;obs&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 08, 2012 7:22 pm (GMT -5)&lt;br /&gt;
Topic Replies: 10&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I've seen it on high, a few days ago a host had a hardware failure and the drives had to be hot-swapped to a backup host (very quickly I might add thanks to the linode-awesomeness).
&lt;br /&gt;_________________&lt;br /&gt;[url=http://www.rwky.net]Paid support[/url]
&lt;br /&gt;
How to ask for help
&lt;br /&gt;
1. Give details of your problem
&lt;br /&gt;
2. Post any errors
&lt;br /&gt;
3. Post relevant logs.
&lt;br /&gt;
4. Be polite or you'll be eaten by a grue&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Email/SMTP Related Forum :: RE: Would like to pay for some help on configuring mail server.</title>
	<link>http://forum.linode.com/viewtopic.php?p=48010#48010</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=6953&quot; target=&quot;_blank&quot;&gt;hjohnson57&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 08, 2012 7:10 pm (GMT -5)&lt;br /&gt;
Topic Replies: 6&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I can help you troubleshoot your email configuration. Send me a private message with contact information.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Email/SMTP Related Forum :: RE: Postfix, Courier, MySQL    status=bounced</title>
	<link>http://forum.linode.com/viewtopic.php?p=48009#48009</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=6852&quot; target=&quot;_blank&quot;&gt;jawainc&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 08, 2012 6:17 pm (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;OK.. SMTP problem solved
&lt;br /&gt;

&lt;br /&gt;
change /etc/postfix/sasl/smtpd.conf  to
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;-mech_list&amp;#58; plain login
&lt;br /&gt;
+mech_list&amp;#58; plain login pam
&lt;br /&gt;
&amp;nbsp;allow_plaintext&amp;#58; true
&lt;br /&gt;
-auxprop_plugin&amp;#58; mysql
&lt;br /&gt;
+auxprop_plugin&amp;#58; sql
&lt;br /&gt;
+sql_engine&amp;#58; mysql
&lt;br /&gt;
&amp;nbsp;sql_hostnames&amp;#58; 127.0.0.1
&lt;br /&gt;
&amp;nbsp;sql_user&amp;#58; &amp;#91;REMOVED&amp;#93;
&lt;br /&gt;
&amp;nbsp;sql_passwd&amp;#58; &amp;#91;REMOVED&amp;#93;
&lt;br /&gt;
&amp;nbsp;sql_database&amp;#58; &amp;#91;REMOVED&amp;#93;
&lt;br /&gt;
-sql_select&amp;#58; select password from mail_user where email = '%u'
&lt;br /&gt;
+sql_select&amp;#58; select password from mail_user where login = '%u@%r'&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
** 
&lt;br /&gt;
-  remove those lines with minus sign
&lt;br /&gt;
+ add lines with plus sign
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: Linode transfer/CPU/disk stats</title>
	<link>http://forum.linode.com/viewtopic.php?p=48008#48008</link>
	<description>Author: &lt;a href=&quot;http://forum.linode.com//profile.php?mode=viewprofile&amp;u=3766&quot; target=&quot;_blank&quot;&gt;rsk&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 08, 2012 5:44 pm (GMT -5)&lt;br /&gt;
Topic Replies: 10&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Guspaz wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;hybinet wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;I never quite understood the point of showing it in the Dashboard in the first place, since it's always either &amp;quot;low&amp;quot; or &amp;quot;medium&amp;quot; and the difference between the two doesn't affect the VM's performance in any way.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Mine shows &amp;quot;idle&amp;quot; &lt;img src=&quot;http://forum.linode.com//images/smiles/icon_razz.gif&quot; alt=&quot;Razz&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
From what I heard, the &amp;quot;host load&amp;quot; readout was correct for UML, got broken and always shown &amp;quot;idle&amp;quot; for Xen, then got removed with the switch to new manager, and readded when some people complained(including me, but I was complaining about lack of the physical host name on the dashboard, not the load status).
&lt;br /&gt;
Wouldn't be surprised if it again always show &amp;quot;idle&amp;quot; no matter what, I've never saw it say anything else. But maybe Linode's hardware is just THAT good. &lt;img src=&quot;http://forum.linode.com//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;_________________&lt;br /&gt;rsk, providing useless advice on the Internet since 2005. / &amp;quot;Nginx is just a fad.&amp;quot;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>


