<?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>hello, hellm &#187; Hosting</title>
	<atom:link href="http://blog.hellm.com/category/hosting/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hellm.com</link>
	<description>what's going on behind the scenes at hellm:</description>
	<lastBuildDate>Thu, 11 Sep 2008 21:22:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing eaccelerator on a MediaTemple DV 3.5 Virtual Server</title>
		<link>http://blog.hellm.com/post/10</link>
		<comments>http://blog.hellm.com/post/10#comments</comments>
		<pubDate>Tue, 12 Feb 2008 19:26:26 +0000</pubDate>
		<dc:creator>Michael Hellein</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.hellm.com/post/10</guid>
		<description><![CDATA[I followed these instructions:
 http://www.php.ph/2007/12/21/centos-5-eaccelerator-installation/
But with one exception: don&#8217;t extract the eaccelerator tar to /tmp, as it won&#8217;t let you phpize, (maybe because the /tmp partition is mounted noexec?).
]]></description>
			<content:encoded><![CDATA[<p>I followed these instructions:<br />
<a href="http://www.php.ph/2007/12/21/centos-5-eaccelerator-installation/"> http://www.php.ph/2007/12/21/centos-5-eaccelerator-installation/</a></p>
<p>But with one exception: don&#8217;t extract the eaccelerator tar to /tmp, as it won&#8217;t let you phpize, (maybe because the /tmp partition is mounted noexec?).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hellm.com/post/10/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Installing Subversion on a MediaTemple DV 3.5 Virtual Server</title>
		<link>http://blog.hellm.com/post/9</link>
		<comments>http://blog.hellm.com/post/9#comments</comments>
		<pubDate>Thu, 07 Feb 2008 05:47:58 +0000</pubDate>
		<dc:creator>Michael Hellein</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://blog.hellm.com/post/9</guid>
		<description><![CDATA[Today, the mediatemple (dv) 3.5 was released.  To my pleasure, its php is compiled with the tokenizer module, which is required for the software I&#8217;m deploying, so I&#8217;ve decided to give the (dv) another try.
The developer tools now include svn!  You don&#8217;t need to follow these instructions to install subversion &#8211; just create [...]]]></description>
			<content:encoded><![CDATA[<p>Today, the mediatemple (dv) 3.5 was released.  To my pleasure, its php is compiled with the tokenizer module, which is required for the software I&#8217;m deploying, so I&#8217;ve decided to give the (dv) another try.</p>
<p><strong>The developer tools now include svn!  You don&#8217;t need to follow these instructions to install subversion &#8211; just create a support request with MediaTemple to install the developer tools.  If you need yum, the command below should add it successfully.</strong><br />
<strike>Mysteriously, neither the <a href="http://kb.mediatemple.net/article.php?id=810">default packages</a> nor the &#8220;<a href="http://kb.mediatemple.net/article.php?id=807">developer&#8217;s tools</a>&#8221; include subversion</strike>, and how could we live without subversion?  When I searched for handy instructions on how to go about installing it, I found only links to my <a href="http://blog.hellm.com/post/5">previous post</a>.  This post serves as an update for the (dv) 3.5.</p>
<p>The 3.5 edition is running on CentOS 5, so we need the rpm for that version:</p>
<p><code>$ </code>rpm -Uvh http://mirror.centos.org/centos/5/os/i386/CentOS/yum-3.0.5-1.el5.centos.5.noarch.rpm</p>
<p>[the above command is updated from yuri's comment that the dependencies are included in a stock (dv).  thanks!  yuri also says that subversion is now included in the developer tools.  <strike>i haven't yet confirmed it, but it's wonderful if true!</strike>  it's true, and wonderful.]</p>
<p>Check if it’s installed:<br />
<code>$ rpm -q yum</code></p>
<p>With yum installed successfully, we can use it to install Subversion.<br />
<code>$ yum install subversion</code></p>
<p>That should do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hellm.com/post/9/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Ruby versions on MediaTemple&#8217;s gridserver (gs)</title>
		<link>http://blog.hellm.com/post/6</link>
		<comments>http://blog.hellm.com/post/6#comments</comments>
		<pubDate>Thu, 19 Apr 2007 20:27:02 +0000</pubDate>
		<dc:creator>Michael Hellein</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.hellm.com/post/6</guid>
		<description><![CDATA[After a long discussion with MediaTemple tech support, I&#8217;ve learned that the version of Ruby installed on the containers (1.8.5) is different than the version of Ruby installed on the shell machine (1.8.2) accessed via SSH.  On the container (which users don&#8217;t have shell access to), they get this:
# ruby -v
ruby 1.8.5 (2006-12-04 patchlevel [...]]]></description>
			<content:encoded><![CDATA[<p>After a long discussion with MediaTemple tech support, I&#8217;ve learned that the version of Ruby installed on the containers (1.8.5) is different than the version of Ruby installed on the shell machine (1.8.2) accessed via SSH.  On the container (which users don&#8217;t have shell access to), they get this:</p>
<p><code># ruby -v<br />
ruby 1.8.5 (2006-12-04 patchlevel 2) [i386-linux]</code></p>
<p>Whereas, on the shell machines, we get this:</p>
<p><code>$ ruby -v<br />
ruby 1.8.2 (2005-04-11) [i386-linux]</code></p>
<p>That means that some command line tools will break in newer versions of Rails (< 1.2.3?) that expect Ruby 1.8.5, for example:</p>
<p><code>$ rake db:migrate<br />
(in /home/####/containers/rails/armstrong)<br />
rake aborted!<br />
undefined method `formatter&#8217; for class `Logger&#8217;</code></p>
<p>Unfortunately, there's not a way to get around this without compiling your own Ruby 1.8.5.  When I have time, I will probably get around to this.  In response to my trouble ticket, MediaTemple tech support says (on 4/18/07):</p>
<blockquote><p>"We are investigating upgrading the system version and that should happen soon.  I will update this ticket when I know more."</p></blockquote>
<p>Sooner rather than later, I should hope.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hellm.com/post/6/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Subversion on a MediaTemple DV 3.0 Virtual Server</title>
		<link>http://blog.hellm.com/post/5</link>
		<comments>http://blog.hellm.com/post/5#comments</comments>
		<pubDate>Wed, 14 Mar 2007 18:31:30 +0000</pubDate>
		<dc:creator>Michael Hellein</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://blog.hellm.com/post/5</guid>
		<description><![CDATA[[Updated for the dv 3.5 here]
I&#8217;m currently testing a web application on a MediaTemple &#8220;dedicated virtual server&#8221; (dv).  This means I need to have Subversion installed to check the current version of the application from the repository.  Unfortunately, while MediaTemple installs Subversion on their (oft-derided) &#8220;grid-server&#8221; (gs), they don&#8217;t install it on the [...]]]></description>
			<content:encoded><![CDATA[<p>[Updated for the dv 3.5 <a href="http://blog.hellm.com/post/9">here</a>]</p>
<p>I&#8217;m currently testing a web application on a MediaTemple &#8220;dedicated virtual server&#8221; (dv).  This means I need to have Subversion installed to check the current version of the application from the repository.  Unfortunately, while MediaTemple installs Subversion on their (oft-derided) &#8220;grid-server&#8221; (gs), they don&#8217;t install it on the (dv).</p>
<p>What to do?  I put in a request with MediaTemple, but after vainly waiting 24 hours for a response, I decided to use yum to install Subversion.  This seems like a better idea than working with rpms; the likelihood is that I&#8217;ll need to install other packages, after all.  Yum doesn&#8217;t come with the (dv), however &#8211; for reasons unknown &#8211; so the first thing we need to do is get yum (following <a href="http://forums.vpslink.com/archive/index.php/t-552.html">this post</a>) [in a comment below, Bart has updated the location of the rpms].</p>
<p><span style="text-decoration: line-through;"><code>$ wget http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/yum-2.4.3-1.c4.noarch.rpm</code></span></p>
<p><span style="text-decoration: line-through;"><code>$ wget http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/yum-2.4.3-3.el4.centos.noarch.rpm</code></span></p>
<p><code>$ wget http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/yum-2.4.3-3.el4.centos.noarch.rpm</code></p>
<p>It has dependencies, so we need get them too.</p>
<p><span style="text-decoration: line-through;"><code>$ rpm -ivh --nodeps http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/libxml2-python-2.6.16-6.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/python-elementtree-1.2.6-4.2.1.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/rpm-python-4.3.3-18_nonptl.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm</code></span></p>
<p><span style="text-decoration: line-through;"><code>$ rpm -ivh –nodeps http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/libxml2-python-2.6.16-10.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/python-elementtree-1.2.6-5.el4.centos.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/rpm-python-4.3.3-22_nonptl.i386.rpm http://centos.mirror.vpslink.com/centos-4/4.5/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm</code></span></p>
<p><code>$ rpm -ivh –nodeps http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/libxml2-python-2.6.16-10.i386.rpm http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/python-elementtree-1.2.6-5.el4.centos.i386.rpm http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.1.i386.rpm http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/rpm-python-4.3.3-23_nonptl.i386.rpm http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm</code></p>
<p>Now we can install yum:</p>
<p><code>$ rpm -Uvh </code><code>yum-2.4.3-3.el4.centos.noarch.rpm</code></p>
<p>Check if it&#8217;s installed:</p>
<p><code>$ rpm -q yum</code></p>
<p>With yum installed successfully, we can use it to install Subversion.<br />
<code>$ yum install subversion</code></p>
<p>That should do it.</p>
<p>-</p>
<p>I should add that I didn&#8217;t know at first what flavor of Linux was running on MediaTemple&#8217;s (dv).  I found that we were dealing with CentOS 4.4 by running:</p>
<p><code>$ cat /etc/*release /etc/*version</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hellm.com/post/5/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
