<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jeremy&#039;s Weblog &#187; linode</title>
	<atom:link href="http://blog.jolexa.net/tag/linode/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jolexa.net</link>
	<description>Random thoughts and rants...mostly Linux</description>
	<lastBuildDate>Tue, 31 Aug 2010 16:43:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Another reason to love Linode.com</title>
		<link>http://blog.jolexa.net/2010/06/16/another-reason-to-love-linode-com/</link>
		<comments>http://blog.jolexa.net/2010/06/16/another-reason-to-love-linode-com/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 00:31:38 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=710</guid>
		<description><![CDATA[It should be no secret that this site and my other co-location needs are hosted at Linode.com, for which I am a happy customer running Gentoo Linux. The reason for this post is that after an announcement today. All I had to do was reboot and then I received a 42% RAM increase. Yay. Thanks [...]]]></description>
			<content:encoded><![CDATA[<p>It should be no <a href="http://blog.jolexa.net/tag/linode/">secret</a> that this site and my other co-location needs are hosted at <a href="http://www.linode.com">Linode.com</a>, for which I am a happy customer running Gentoo Linux.</p>
<p>The reason for this post is that after an <a href="http://blog.linode.com/2010/06/16/linode-turns-7-big-ram-increase/">announcement</a> today. All I had to do was reboot and then I received a <strong>42%</strong> RAM increase. Yay.</p>
<p>Thanks Linode, you are exceeding your competition!<br />
(Shameless plug for my <a href="http://www.linode.com/?r=b4fa70eb87c890e08baf7b0c7852fb7cecd8963b">referral code</a> <img src='http://blog.jolexa.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2010/06/16/another-reason-to-love-linode-com/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gentoo: static IPv4 &amp; IPv6 (HE.net tunnel)</title>
		<link>http://blog.jolexa.net/2010/04/16/gentoo-static-ipv4-ipv6-he-net-tunnel/</link>
		<comments>http://blog.jolexa.net/2010/04/16/gentoo-static-ipv4-ipv6-he-net-tunnel/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 02:14:48 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=669</guid>
		<description><![CDATA[For some reason, Linode.com (my review) sets up their hosts to use dhcpd to grab the static IPv4 address on boot. This is in contrast to Host Virtual which uses the &#8220;Gentoo-way&#8221; to set static addresses. Now, there isn&#8217;t anything exactly wrong with using dhcpd on hosts with static addresses, actually, it may be simpler [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason, <a href="http://www.linode.com/index.cfm">Linode.com</a> (my <a href="http://blog.jolexa.net/2009/05/13/in-depth-linode-vps-review/">review</a>) sets up their hosts to use dhcpd to grab the static IPv4 address on boot. This is in contrast to <a href="http://vr.org/">Host Virtual</a> which uses the &#8220;Gentoo-way&#8221; to set static addresses. Now, there isn&#8217;t anything exactly <em>wrong</em> with using dhcpd on hosts with static addresses, actually, it may be simpler (and this is probably why they did it). However, I don&#8217;t like it for a few reasons, booting takes longer as it probes for IPs and it uses extra space for dhcpd binary on a low resource host &#8211; this includes extra time for updating. I know these are minor issues, but they bother me, at least. So, let&#8217;s take the easy way and assign eth0 the IP is should have:</p>
<pre><code>
Snippet from: /etc/conf.d/net
config_eth0=(
    "69.164.197.24 netmask 255.255.255.0 broadcast 69.164.197.255"
    )
routes_eth0=(
    "default via 69.164.197.1"
    )</code></pre>
<p>So, that makes sense for all the right reasons and there is not much more to say. Let&#8217;s shift the attention to IPv6. Linode doesn&#8217;t offer IPv6 by default unlike their competition. To be honest, I don&#8217;t <strong>need</strong> IPv6, but it is something fun to play with and I have been learning something. It turns out that my  tunnel from <a href="http://tunnelbroker.net/">HE.net</a> (free) is actually lower latency to some parts of the world than my IPv4 route and almost always less hops. Using the great <a href="http://robbat2.livejournal.com/235829.html">examples</a> from Robin (robbat2), I was able to put my IPv6 tunnel in <code>/etc/conf.d/net</code> too, so that is it created on reboot as tun0. Makes sense to do, right?</p>
<pre><code>Snippet from: /etc/conf.d/net
HE="2001:0470" # 2001:470::/32 is the HE.net allocation
v6net64="${HE}:1f0f:2a0" # your initial /64 allocation from HE.net

# HE.net tunnel configuration
link_tun0="eth0" # tunnel IFACE (internet-facing iface, eg ppp0/eth0)
# tunnel IPv4 endpoint, remote, HE.net tells you this
iptunnel_tun0_remote="216.218.224.42"
# tunnel IPv4 endpoint, local
# this is the address of IFACE ${link_tun0}
iptunnel_tun0_local="69.164.197.24"

iptunnel_tun0="mode sit remote ${iptunnel_tun0_remote} local
${iptunnel_tun0_local} ttl 255 dev ${link_tun0}"
mtu_tun0=1280
config_tun0="${v6net64}::2/64" # /126
routes_tun0="default via ${v6net64}::1"</code></pre>
<p>This is not <em>exactly</em> perfect, because I am using my tunnel&#8217;s /64 as my IPv6 address. The purists might say something about this practice, I respect that, but don&#8217;t really mind for my personal use. Of course, if you didn&#8217;t have a tunnel and instead had <em>native</em> IPv6, it would look a lot simpler because you just add the IP and route to the interface it is on, probably eth0.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2010/04/16/gentoo-static-ipv4-ipv6-he-net-tunnel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo: Easy way to ditch your ISP nameserver</title>
		<link>http://blog.jolexa.net/2010/01/12/gentoo-easy-way-to-ditch-your-isp-nameserver/</link>
		<comments>http://blog.jolexa.net/2010/01/12/gentoo-easy-way-to-ditch-your-isp-nameserver/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 16:32:39 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[linode]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=619</guid>
		<description><![CDATA[My linode is now my personal DNS resolver. I have officially ditched the ISP nameservers from this point forward now that I found unbound. Unbound is a lightweight, recursive resolver that is perfect for your LAN, co-located host, or even a single host. For your single host, emerge unbound, start the service, add 127.0.0.1 to [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://blog.jolexa.net/tag/linode/">linode</a> is now my <em>personal</em> DNS resolver. I have officially ditched the ISP nameservers from this point forward now that I found <a href="http://unbound.net/">unbound</a>. Unbound is a lightweight, recursive resolver that is perfect for your LAN, co-located host, or even a single host.</p>
<p>For your single host, <code>emerge unbound</code>, start the service, add 127.0.0.1 to the first nameserver in <code>/etc/resolv.conf</code>. Unbound is setup (by default) to accept connections from localhost and refuse anything else. <strong>If</strong> you are using dhcp at home (likely) then also <code>emerge openresolv</code> and uncomment <code>name_servers=127.0.0.1</code> in <code>/etc/resolvconf.conf</code>, openresolv then &#8220;intercepts&#8221; dhcpcd when it tries to write to <code>/etc/resolv.conf</code> and adds 127.0.0.1 as your first nameserver <img src='http://blog.jolexa.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  For your LAN, just configure your router to look to the host that you setup unbound on, with additional configuration.</p>
<p>Finally, you can also have unbound run on your co-located host. Just edit <code>/etc/unbound/unbound.conf</code> to a) listen on an outside interface and b) allow your other host to query it. This will be left as an exercise for the reader, it is easy to figure out.</p>
<p>Lastly, a shout-out to Linux Gazette for an excellent write-up on <a href="http://linuxgazette.net/170/googledns.html">GoogleDNS</a> (and why you should use something like unbound) and <a href="http://linuxgazette.net/170/lan.html">DNS/LAN metaphors</a>. Suggested reading if you feel out of your league with DNS internals, like me. <img src='http://blog.jolexa.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A quote from the above linked article: <strong>&#8220;<em>Why outsource to anyone, when you can do a better job locally, at basically no cost in effort?</em>&#8220;</strong> and really, that is the truth. Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2010/01/12/gentoo-easy-way-to-ditch-your-isp-nameserver/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>About PHP_FCGI_MAX_REQUESTS and lighttpd</title>
		<link>http://blog.jolexa.net/2009/12/20/about-php_fcgi_max_requests-and-lighttpd/</link>
		<comments>http://blog.jolexa.net/2009/12/20/about-php_fcgi_max_requests-and-lighttpd/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 20:00:22 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[linode]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=587</guid>
		<description><![CDATA[If you are running PHP on a limited-resource box, like a VPS then you may have seen your PHP pages randomly hang. I was able to trace this issue down because the PHP pages were hung up and the normal html pages were still being served. The problem was &#8216;solved&#8217; when I restarted the web [...]]]></description>
			<content:encoded><![CDATA[<p>If you are running PHP on a limited-resource box, like a <a href="http://blog.jolexa.net/tag/linode/">VPS</a> then you may have seen your PHP pages randomly hang. I was able to trace this issue down because the PHP pages were hung up and the normal html pages were still being served. The problem was <em>&#8216;solved&#8217;</em> when I restarted the web server. Some research later, and talking to Thilo (bangert), I found out about <code>PHP_FCGI_MAX_REQUESTS</code>. This is an environment variable that PHP respects, it basically tells how many requests to serve before respawning fcgi. In my case, 500 seemed like a good number after testing. Your mileage may vary, but it is worth a try if you have those symptoms.</p>
<pre><code>
%% cat /etc/lighttpd/mod_fastcgi.conf
server.modules += ("mod_fastcgi")
fastcgi.server = ( ".php" =>
    ( "localhost" =>
        (
            "socket"   => "/var/run/lighttpd/lighttpd-fastcgi-php-" + PID + ".socket",
            "bin-path" => "/usr/bin/php-cgi",
            "max-procs" => 2, # default 4
            "bin-environment" => (
                "PHP_FCGI_CHILDREN" => "2", # default 1
                "PHP_FCGI_MAX_REQUESTS" => "500" #default 1000
            )
        )
    )
)
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2009/12/20/about-php_fcgi_max_requests-and-lighttpd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gentoo on Acer Aspire1, including binpkgs</title>
		<link>http://blog.jolexa.net/2009/12/07/gentoo-on-acer-aspire1-including-binpkgs/</link>
		<comments>http://blog.jolexa.net/2009/12/07/gentoo-on-acer-aspire1-including-binpkgs/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 21:05:50 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[aspire1]]></category>
		<category><![CDATA[linode]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=574</guid>
		<description><![CDATA[About a month ago, I installed Gentoo on the new-to-me Acer Aspire1. Installation went like anything else, it is just a normal x86 host after all. I don&#8217;t have everything on it working, because I don&#8217;t care. If you are looking for additional resources on getting the extras working, you may want to look here [...]]]></description>
			<content:encoded><![CDATA[<p>About a month ago, I installed Gentoo on the new-to-me <a href="http://www.acer.com/aspireone/aspireone_8_9/">Acer Aspire1</a>. Installation went like anything else, it is just a normal x86 host after all. I don&#8217;t have <em>everything</em> on it working, because I don&#8217;t care. If you are looking for additional resources on getting the extras working, you may want to look <a href="http://wiki.debian.org/DebianAcerOne">here</a> or <a href="http://wiki.archlinux.org/index.php/Acer_Aspire_One">here</a>.</p>
<p>The exciting part, that I got working and am ready to announce publicly, is my new <strong>atom-x86 binpkg repo</strong>. What makes this repo different than the binpkgs located on <a href="http://tinderbox.dev.gentoo.org/default-linux/">tinderbox.dev.gentoo.org/default-linux</a> is that this repo has CFLAGS specific to the Intel Atom processor. I identified the compiler flags by using the following gcc command: <code>gcc -Q --help=target -march=native</code> and set the following <code>-march=prescott -mtune=generic -msahf</code>. On my linode (<a href="http://blog.jolexa.net/2009/05/13/in-depth-linode-vps-review/">review</a>) host, I have a chroot that builds all new packages in <strong>my</strong> world file once a day which comes from the aspire1. In this manor, I am able to always have binary packages available to me whenever I update my aspire1. Now, I have all the benefits of a source distro <strong>and</strong> the speed of a binary distro. <img src='http://blog.jolexa.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you would like to use this repo, set PORTAGE_BINHOST in /etc/make.conf and add &#8216;getbinpkg&#8217; to FEATURES (or use the emerge options directly). Be advised, that thought this works for me, I make no guarantees for you.</p>
<p><code>PORTAGE_BINHOST="http://tinderbox.jolexa.net/atom-x86/"<br />
FEATURES="${FEATURES} getbinpkg"</code></p>
<p>I also have an <a href="http://tinderbox.jolexa.net/html/atom-x86/">html view</a> of the packages available.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2009/12/07/gentoo-on-acer-aspire1-including-binpkgs/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Using sshfs with rtorrent</title>
		<link>http://blog.jolexa.net/2009/10/29/using-sshfs-with-rtorrent/</link>
		<comments>http://blog.jolexa.net/2009/10/29/using-sshfs-with-rtorrent/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 01:56:31 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[rtorrent]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=506</guid>
		<description><![CDATA[I had this genius idea about using sshfs with rtorrent. I thought that this use case would fit best in situations where you have good bandwidth but not much diskspace, such as my linode VPS (review). So, I&#8217;ll attempt to share my findings in this regard. If you are not familiar with rtorrent. You just [...]]]></description>
			<content:encoded><![CDATA[<p>I had this genius idea about using sshfs with rtorrent. I thought that this use case would fit best in situations where you have good bandwidth but not much diskspace, such as my linode VPS (<a href="http://blog.jolexa.net/2009/05/13/in-depth-linode-vps-review/">review</a>). So, I&#8217;ll attempt to share my findings in this regard.</p>
<p>If you are not familiar with rtorrent. You just need to know that it is a powerful, lightweight bittorrent client. It has a &#8220;watch&#8221; feature that watches a directory for new torrents, and obviously it can put downloaded files in a specified location. I tried both of these with sshfs.</p>
<p><strong>First</strong>, I was having trouble with rtorrent just <em>&#8216;freezing&#8217;</em> up when I put a torrent file in the sshfs accessible watch dir. I didn&#8217;t quite know what was wrong here. Research led me to <a href="http://libtorrent.rakshasa.no/ticket/322">rtorrent bug 322</a> and that sshfs did not support filesystems without mmap properly. Darn. More research led me to a recent <a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9eead2a8115d2a6aecf267c292f751f7761fa5f8">kernel commit</a> that looked promising. Low and behold, reboot my host with 2.6.31.x kernel and rtorrent works with sshfs watch and destination directory. Yay.</p>
<p>Well, not so fast&#8230;</p>
<p>The performance is quite poor with the destination directory on sshfs. This is to be expected because now your download speed for torrents is limited to the download speed of your final destination. But, rtorrent was only giving me a sustained speed of 1/4 of that demonstrated with a simple file copy to the destination. I speculate that this is from the rtorrent overhead or maybe fragmenting? Not sure exactly and I don&#8217;t care. My solution to this was to use the rtorrent &#8220;move on finished&#8221; feature that downloads the file to local disk and then moves it to sshfs destination after it is finished. Amazingly, this works quite well.</p>
<p>My testing scenario was the following:<br />
-79MB Gentoo 2008.0 install cd torrent. With the complete sshfs solution, it took ~6 minutes to download (to the sshfs destination) and then 5 minutes to check the hash. So, <strong>roundtrip of 11 minutes</strong> from start download to seeding. With the on_finished solution, it took 1 minute to download (to local disk) and 1 minute to check the hash and move to the sshfs destination. For a <strong>roundtrip of ~2 minutes</strong> from start of download to seeding.</p>
<p>In conclusion, this isn&#8217;t the perfect solution because you impose a large bottleneck into the mix and unintended I/O activity on the local disk. However, it works for me and what I am doing. Maybe it will give someone else some ideas in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2009/10/29/using-sshfs-with-rtorrent/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Re-locating a linode installation</title>
		<link>http://blog.jolexa.net/2009/10/03/re-locating-a-linode-installation/</link>
		<comments>http://blog.jolexa.net/2009/10/03/re-locating-a-linode-installation/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 23:02:44 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linode]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=503</guid>
		<description><![CDATA[I recently had a bit of downtime on my linode. If you are wondering what a &#8216;linode&#8216; is, check out my review or the website. And a big thank you to the folks that used my referral code when they got setup with linode themselves, you guys rock! So, about my recent 1/2 day downtime. [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a bit of downtime on my linode. If you are wondering what a &#8216;<em>linode</em>&#8216; is, check out my <a href="http://blog.jolexa.net/2009/05/13/in-depth-linode-vps-review/">review</a> or the <a href="http://linode.com">website</a>. And a big thank you to the folks that used my <a href="http://www.linode.com/?r=b4fa70eb87c890e08baf7b0c7852fb7cecd8963b">referral code</a> when they got setup with linode themselves, you guys rock!</p>
<p>So, about my recent 1/2 day downtime. It was self-inflicted because I wanted to move to a different datacenter. I moved my linode from Newark, NJ to Dallas, TX. It is quite a long story, but it boils down to a problem with my ISP (Comcast). I was only able to pull 100K/s from the Newark datacenter and 2-3M/s from the others. This was unacceptable. I tried to get it escalated past Comcast&#8217;s frontline support but they kept asking me questions like <em>&#8220;Do you use a router? If so, each computer only gets 1/2 the speed&#8221;</em> &#038; <em>&#8220;Every computer is different. I&#8217;m glad that you can get 3M/s from another host, that is really good&#8221;</em> <strong>Sigh.</strong></p>
<p>At least Linode&#8217;s customer server was helpful and allowed me to work around the <censored> ISP. The steps to move a linode are as follows:</p>
<ol>
<li>File a support request. (My initial request was answered in 11 minutes)</li>
<li>Shutdown your linode</li>
<li>Hit the &#8216;migrate&#8217; button, after support sets up your migration</li>
<li>Wait for the transfer. My total transfer time was ~43 minutes (~6G to transfer). This was pretty fast throughput, in my opinion</li>
<li>Meanwhile, update your DNS for your new IP.</li>
<li>Since you can queue up a boot job, I just let it go and checked in on it a couple hours later. Magic, it was online. <img src='http://blog.jolexa.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>So, to finish the story off. Linode++, Comcast&#8211;. I wish I didn&#8217;t need to do something like this, I wish my ISP was&#8230;I don&#8217;t know&#8230;smart?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2009/10/03/re-locating-a-linode-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In depth Linode (VPS) review</title>
		<link>http://blog.jolexa.net/2009/05/13/in-depth-linode-vps-review/</link>
		<comments>http://blog.jolexa.net/2009/05/13/in-depth-linode-vps-review/#comments</comments>
		<pubDate>Thu, 14 May 2009 03:25:32 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linode]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=367</guid>
		<description><![CDATA[This is a follow up to my initial linode post. Linode is a VPS provider. Linode stands for &#8220;Linux Node.&#8221; They offer relatively up to date initial Gentoo installations, among other distros. Overall Grade: 9.5/10 (because no one is ever perfect) Performance: This is probably the one area that everyone is concerned about from VPS [...]]]></description>
			<content:encoded><![CDATA[<p>This is a follow up to my <a href="http://blog.jolexa.net/2009/02/04/new-online-home/">initial linode post</a>.</p>
<p><a href="http://linode.com">Linode</a> is a VPS provider. Linode stands for &#8220;Linux Node.&#8221; They offer relatively up to date initial Gentoo installations, among other distros.</p>
<p>Overall Grade: 9.5/10 (because no one is ever perfect)</p>
<h2><span style="text-decoration: underline;">Performance:</span></h2>
<p>This is probably the one area that everyone is concerned about from VPS providers. Linode provides linodes on pretty beefy hardware, 4 CPUs/host:</p>
<p><code>%% cat /proc/cpuinfo |grep "model name"<br />
model name      : Intel(R) Xeon(R) CPU           L5420  @ 2.50GHz</code></p>
<p>With the Linode 360 plan, there are 40 guests on <a href="http://www.linode.com/faq.cfm#how-many-linodes-share-a-host">each host</a>. That means I am splitting the cpu time with 39 others evenly and I have the full potential of CPU time if no one else is using the CPU cycles. I am a nice citizen of the host and only have my MAKEOPTS set to -j2. With that I get times like this:</p>
<p><code>%% genlop -t gcc<br />
Mon Apr  6 04:54:53 2009 &gt;&gt;&gt; sys-devel/gcc-4.3.2-r3<br />
merge time: 24 minutes and 9 seconds.<br />
%% genlop -t www-servers/lighttpd<br />
Fri Jan  2 19:48:06 2009 &gt;&gt;&gt; www-servers/lighttpd-1.4.20<br />
merge time: 1 minute and 38 seconds.</code></p>
<p>The above times compare very nicely to my personal hardware that I have, so I cannot complain about CPU contention.</p>
<p>I do notice some I/O contention during &#8220;peak&#8221; hours. This will result in some slower compile times for the short packages. Since the 360 only offers 360MB of RAM, I cannot leverage that either. This is not a large concern on my part and I am sure it is alot better than other companies that may oversell their hardware.<br />
<code><br />
%% sudo hdparm -Tt /dev/xvda<br />
/dev/xvda:<br />
Timing cached reads:   7350 MB in  1.99 seconds = 3685.77 MB/sec<br />
Timing buffered disk reads:   36 MB in  3.12 seconds =  11.54 MB/sec</code></p>
<p>These timings are not great, I agree.</p>
<h2><span style="text-decoration: underline;">Customer Service / Service Requests:</span></h2>
<p>I have not had a reason to submit a hardware service request. So, my experience in this area is limited to two administrative issues that I needed to take care of with regards to billing changes. Linode gets a 10/10 in this area. The customer service staff member (Tom Asaro) resolved my requests within hours at very <em>odd</em> times. I normally do most of my hobby work during the evening, I submitted these requests around midnight (GMT -5) and they were resolved by the time I woke up. Keep in mind, that my requests were not even close to top priority &#8211; I would have been happy if they were resolved within a week.</p>
<p>Regarding hardware issues, the Linode staff members are very responsive to any DDoS attacks, host crashes, etc. The forums activity by staff members is top notch, always keeping us informed. You can find staff members in the irc channel very frequently, even answering my stupid questions. <img src='http://blog.jolexa.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<h2><span style="text-decoration: underline;">Hosted Services:</span></h2>
<p>My Linode host runs only 3 domains (incl this blog) and email. I share it with 2 other friends, we all host pet projects on it. (As an aside, splitting it is a very cheap way to get a VPS)</p>
<pre><code>
%% rc-status
Runlevel: default
dovecot                                                            [ started  ]
lighttpd                                                           [ started  ]
local                                                              [ started  ]
mysql                                                              [ started  ]
net.eth0                                                           [ started  ]
netmount                                                           [ started  ]
ntpd                                                               [ started  ]
postfix                                                            [ started  ]
rsyncd                                                             [ started  ]
saslauthd                                                          [ started  ]
sshd                                                               [ started  ]
syslog-ng                                                          [ started  ]
uptimed                                                            [ started  ]
vixie-cron                                                         [ started  ]
xinetd                                                             [ started  ]
</code></pre>
<h2><span style="text-decoration: underline;">UI / Admin Interface:</span></h2>
<p>The administrative interface is a pleasure to use. I can see my bandwidth usage, cpu usage, and I/O usage very easily. They look like the standard munin graphs &#8211; very handy.</p>
<p>DNS Manager: This is a VERY handy tool, especially when you don&#8217;t have the patience/time to set up your own DNS solution. The DNS manager is a very nice interface to Linode&#8217;s DNS servers. It is esentially one click DNS management. Nothing more to say, it rocks.</p>
<p>The admin interface get a 8.5/10.</p>
<h2><span style="text-decoration: underline;">Other Thoughts:</span></h2>
<ul>
<li>Well, everyone I have talked to has been thrilled with Linode. In my opinion, they have great products and at great prices. I must say I have <strong>not been disappointed</strong> one bit in the 3 months of experience I have with them.</li>
<li><span style="text-decoration: line-through;">My current uptime is 80 days. This is so low because I choose to reboot the host when testing to make sure that all my services were set-up correctly.</span></li>
<li>My current uptime is 6 days, because I choose to reboot to take advantage of the <strong>free</strong> space upgrade. <img src='http://blog.jolexa.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>10% off if you prepay for a year, no contracts so you can cancel at any time.</li>
<li>I did some stress testing, I can invoke the OOM killer with <code>MAKEOPTS="-j5" &amp; --jobs=2</code> while emerging. I think it happened during glibc emerge. I guess this is to be expected for what I have access to.</li>
</ul>
<h3><span style="text-decoration: underline;">Shameless Plug:</span></h3>
<p>If you decide to get a Linode plan after reading this, please use my referral code: <a href="http://www.linode.com/?r=b4fa70eb87c890e08baf7b0c7852fb7cecd8963b">http://www.linode.com/?r=b4fa70eb87c890e08baf7b0c7852fb7cecd8963b</a> <img src='http://blog.jolexa.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2009/05/13/in-depth-linode-vps-review/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>New online home</title>
		<link>http://blog.jolexa.net/2009/02/04/new-online-home/</link>
		<comments>http://blog.jolexa.net/2009/02/04/new-online-home/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 18:45:23 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://blog.jolexa.net/?p=206</guid>
		<description><![CDATA[If you have rss feeds to my old WP hosted blog, you may want to check them now and update if needed. That blog is closed for comments and I&#8217;ll rid google of it after it fully picks up this site. (Over 20,000 hits over there, thanks!) My new home is located on a Gentoo [...]]]></description>
			<content:encoded><![CDATA[<p>If you have rss feeds to my old WP hosted <a href="http://jolexa.wordpress.com">blog</a>, you may want to check them now and update if needed. That blog is closed for comments and I&#8217;ll rid google of it after it fully picks up this site. (Over 20,000 hits over there, thanks!)</p>
<p>My new <a href="http://blog.jolexa.net">home</a> is located on a Gentoo VPS from a provider called <a href="http://www.linode.com">Linode</a>. I have nothing but good things to say about Linode right now. Service, response time, user community, admins in irc, price, etc. I have been working on setting up a webserver (this blog), email server &#8211; which caused me much pain overall, and a few other random things. For the most part, my new host is fully setup now and relatively hands free for major services.</p>
<p>Expect more [written] news from me soon here now that I got this project done. Oh, by the way, Linode has a referral program. If you appreciate some of the work I do for Gentoo, you should use my referral code to make a purchase there. Here is the link: <a href="http://www.linode.com/?r=b4fa70eb87c890e08baf7b0c7852fb7cecd8963b">http://www.linode.com/?r=b4fa70eb87c890e08baf7b0c7852fb7cecd8963b</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2009/02/04/new-online-home/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
