<?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>Brightbox Blog &#187; hardy</title>
	<atom:link href="http://blog.brightbox.co.uk/tag/hardy/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.brightbox.co.uk</link>
	<description></description>
	<lastBuildDate>Wed, 16 Jun 2010 16:30:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ruby Enterprise 1.8.7-2010.02 Packages for Ubuntu Hardy &amp; Lucid</title>
		<link>http://blog.brightbox.co.uk/posts/ruby-enterprise-1-8-7-2010-02-packages-for-ubuntu-hardy-lucid</link>
		<comments>http://blog.brightbox.co.uk/posts/ruby-enterprise-1-8-7-2010-02-packages-for-ubuntu-hardy-lucid#comments</comments>
		<pubDate>Wed, 16 Jun 2010 16:30:55 +0000</pubDate>
		<dc:creator>Ben Arblaster</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[1.8.7]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[rails 3]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=1147</guid>
		<description><![CDATA[We’ve built new 32 &#038; 64bit Ruby Enterprise 1.8.7-2010.02 packages for Ubuntu Hardy and Lucid. The 2010.02 release of Ruby EE includes a number of backported fixes for critical bugs in Ruby 1.8.7p249 and we recommend users currently using our 2010.01 packages upgrade immediately.
For further information on using these packages see the release announcement for our Ruby [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve built new 32 &#038; 64bit <a href="http://blog.phusion.nl/2010/06/07/ruby-enterprise-edition-1-8-7-2010-02-released/">Ruby Enterprise</a> 1.8.7-2010.02 packages for Ubuntu Hardy and Lucid. The 2010.02 release of Ruby EE includes a number of backported fixes for critical bugs in Ruby 1.8.7p249 and we recommend users currently using our 2010.01 packages upgrade immediately.</p>
<p>For further information on using these packages see the release announcement for our <a href="http://blog.brightbox.co.uk/posts/ruby-enterprise-1-8-7-2010-01-packages-for-ubuntu-hardy-lucid">Ruby EE 2010.01</a> packages.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/ruby-enterprise-1-8-7-2010-02-packages-for-ubuntu-hardy-lucid/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ruby Enterprise 1.8.7-2010.01 Packages for Ubuntu Hardy &amp; Lucid</title>
		<link>http://blog.brightbox.co.uk/posts/ruby-enterprise-1-8-7-2010-01-packages-for-ubuntu-hardy-lucid</link>
		<comments>http://blog.brightbox.co.uk/posts/ruby-enterprise-1-8-7-2010-01-packages-for-ubuntu-hardy-lucid#comments</comments>
		<pubDate>Mon, 17 May 2010 09:00:00 +0000</pubDate>
		<dc:creator>Ben Arblaster</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[1.8.7]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[rails 3]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=1057</guid>
		<description><![CDATA[We’ve built  new 32bit and 64bit Ruby Enterprise 1.8.7-2010.01 packages for Ubuntu Hardy and Lucid. The new packages are now the default on new Lucid beta boxes. For Hardy, as before these packages are quite a major change from the default Hardy Ruby interpreter,which is 1.8.6, so we recommend you test thoroughly before putting it into production.
As [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve built  new 32bit and 64bit <a href="http://blog.phusion.nl/2009/10/26/ruby-enterprise-edition-1-8-7-2009-10-released/">Ruby Enterprise</a> 1.8.7-2010.01 packages for Ubuntu Hardy and Lucid. The new packages are now the default on new Lucid beta boxes. For Hardy, as before these packages are quite a major change from the default Hardy Ruby interpreter,which is 1.8.6, so we recommend you test thoroughly before putting it into production.</p>
<p>As with our other Ruby EE packages, they upgrade (i.e replace) the standard 1.8 Ruby installation. This means all your gems stay the same, and everything on your system immediately starts using them (Phusion’s own Ubuntu packages do not work like this).</p>
<p>These packages are also the best way to get Ruby 1.8.7 on Hardy, which you&#8217;ll need if you&#8217;re playing with Rails 3.</p>
<p>If you’re on a Hardy based Brightbox, just create or edit <code>/etc/apt/sources.list.d/brightbox-rubyee.list</code> to contain the <code>rubyee-testing</code> component like so:</p>
<pre><code>deb http://apt.brightbox.net/ hardy rubyee-testing</code></pre>
<p>If you&#8217;re on one of our Lucid beta boxes provisioned before today, simply create <code>/etc/apt/sources.list.d/brightbox-rubyee.list</code> and add the <code>rubyee</code> component:</p>
<pre><code>deb http://apt.brightbox.net/ lucid rubyee</code></pre>
<p>Finally, update and upgrade libruby1.8:</p>
<pre><code>sudo apt-get update
sudo apt-get install libruby1.8 irb1.8 libopenssl-ruby1.8 libreadline-ruby1.8 rdoc1.8 ruby1.8
</code></pre>
<p>If you’re not on a Brightbox, see the <a href="http://wiki.brightbox.co.uk/docs:ruby-enterprise">instructions on our wiki first</a>. The wiki also documents how to revert back to the old packages.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/ruby-enterprise-1-8-7-2010-01-packages-for-ubuntu-hardy-lucid/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Passenger 2.2.10 packages for Ubuntu 8.04 Hardy</title>
		<link>http://blog.brightbox.co.uk/posts/passenger-2-2-10-packages-for-ubuntu-8-04-hardy</link>
		<comments>http://blog.brightbox.co.uk/posts/passenger-2-2-10-packages-for-ubuntu-8-04-hardy#comments</comments>
		<pubDate>Fri, 26 Feb 2010 11:51:32 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[librack]]></category>
		<category><![CDATA[lts]]></category>
		<category><![CDATA[modrails]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=983</guid>
		<description><![CDATA[Phusion released Passenger 2.2.10 this week, fixing some bundler compatibility bugs and a file descriptor bug that could lead to &#8220;mysterious crashes&#8221;.
We&#8217;ve built our Ubuntu Hardy packages for i386 and AMD64 architectures which are now available from the Brightbox apt repository.  We&#8217;ve also upgraded our librack-ruby packages to 1.1.0.]]></description>
			<content:encoded><![CDATA[<p>Phusion released Passenger 2.2.10 this week, fixing some bundler compatibility bugs and a file descriptor bug that could lead to &#8220;mysterious crashes&#8221;.</p>
<p>We&#8217;ve built our <a href="http://wiki.brightbox.co.uk/docs:phusion-passenger">Ubuntu Hardy packages</a> for i386 and AMD64 architectures which are now available from the <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository">Brightbox apt repository</a>.  We&#8217;ve also upgraded our librack-ruby packages to 1.1.0.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/passenger-2-2-10-packages-for-ubuntu-8-04-hardy/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Passenger 2.2.9 packages for Ubuntu 8.04 Hardy</title>
		<link>http://blog.brightbox.co.uk/posts/passenger-2-2-9-packages-for-ubuntu-8-04-hardy</link>
		<comments>http://blog.brightbox.co.uk/posts/passenger-2-2-9-packages-for-ubuntu-8-04-hardy#comments</comments>
		<pubDate>Fri, 08 Jan 2010 12:24:16 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[mod_rack]]></category>
		<category><![CDATA[mod_rails]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[phusion]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=893</guid>
		<description><![CDATA[The Phusion team released Passenger 2.2.9 today, which adds support for Rails 3, the GEM bundler, and fixes a couple of bugs.  As usual Brightbox are providing Ubuntu Hardy packages for i386 and AMD64 architectures, available now from the Brightbox apt repository.
This package won&#8217;t actually support Rails 3 just yet though as we&#8217;ve yet to package [...]]]></description>
			<content:encoded><![CDATA[<p>The Phusion team released <a href="http://blog.phusion.nl/2010/01/08/phusion-passenger-2-2-9-released/">Passenger 2.2.9</a> today, which adds support for Rails 3, the GEM bundler, and fixes a couple of bugs.  As usual <a href="http://wiki.brightbox.co.uk/docs:phusion-passenger">Brightbox are providing Ubuntu Hardy packages</a> for i386 and AMD64 architectures, available now from the <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository">Brightbox apt repository</a>.</p>
<p>This package won&#8217;t actually support Rails 3 just yet though as we&#8217;ve yet to package and test the librack 1.1.0, which Rails 3 depends on.  We&#8217;re working on it now and once we&#8217;re happy with it we&#8217;ll add new packages to our repository as usual.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/passenger-2-2-9-packages-for-ubuntu-8-04-hardy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache x-sendfile module for Ubuntu Hardy</title>
		<link>http://blog.brightbox.co.uk/posts/apache-x-sendfile-module-for-ubuntu-hardy</link>
		<comments>http://blog.brightbox.co.uk/posts/apache-x-sendfile-module-for-ubuntu-hardy#comments</comments>
		<pubDate>Tue, 22 Dec 2009 17:37:21 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[file serving]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sendfile]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x-sendfile]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=882</guid>
		<description><![CDATA[We&#8217;ve just added Caspar Clemens Mierau&#8217;s package for the Apache x-sendfile module to our Ubuntu Hardy package repositories, so now it&#8217;s trivially easy for Brightbox customers to start using it. We&#8217;ve also built an AMD64 version too.  Just install the package, enable it and reload Apache:
sudo apt-get update
sudo apt-get install libapache2-mod-xsendfile
sudo a2enmod xsendfile
sudo invoke-rc.d apache reload]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just added <a href="https://launchpad.net/~damokles">Caspar Clemens Mierau</a>&#8217;s package for the Apache <a href="http://tn123.ath.cx/mod_xsendfile/">x-sendfile module</a> to our <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository">Ubuntu Hardy package repositories</a>, so now it&#8217;s trivially easy for Brightbox customers to <a href="http://www.therailsway.com/2009/2/22/file-downloads-done-right">start using it</a>. We&#8217;ve also built an AMD64 version too.  Just install the package, enable it and reload Apache:</p>
<pre><code>sudo apt-get update
sudo apt-get install libapache2-mod-xsendfile
sudo a2enmod xsendfile
sudo invoke-rc.d apache reload</code></pre>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/apache-x-sendfile-module-for-ubuntu-hardy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Enterprise 1.8.7-2009.10 Packages for Ubuntu Hardy</title>
		<link>http://blog.brightbox.co.uk/posts/ruby-enterprise-1-8-7-2009-10-packages-for-ubuntu-hardy</link>
		<comments>http://blog.brightbox.co.uk/posts/ruby-enterprise-1-8-7-2009-10-packages-for-ubuntu-hardy#comments</comments>
		<pubDate>Mon, 09 Nov 2009 16:48:49 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[1.8.7]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=808</guid>
		<description><![CDATA[We&#8217;ve built 32bit and 64bit Ubuntu Hardy packages for Ruby Enterprise 1.8.7-2009.10.  These packages are still in beta, and this is quite a major change from the default Hardy Ruby interpreter,which is 1.8.6, so we recommend you test thoroughly before putting it into production.  We&#8217;ve been using them for a couple of days with no [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve built 32bit and 64bit Ubuntu Hardy packages for <a href="http://blog.phusion.nl/2009/10/26/ruby-enterprise-edition-1-8-7-2009-10-released/">Ruby Enterprise</a> 1.8.7-2009.10.  These packages are still in beta, and this is quite a major change from the default Hardy Ruby interpreter,which is 1.8.6, so we recommend you test thoroughly before putting it into production.  We&#8217;ve been using them for a couple of days with no problems though.</p>
<p>As with our other Ruby EE packages, they upgrade (i.e replace) the standard 1.8 Ruby installation. This means all your gems stay the same, and everything on your system immediately starts using them (Phusion&#8217;s own Ubuntu packages do not work like this).  We&#8217;ve tested it with the usual Railsy native gems, RMagick, Mongrel, fasthread etc. and have had no problems.</p>
<p>If you&#8217;re on a Brightbox, just edit <code>/etc/apt/sources.list.d/brightbox-rubyee.list</code> and change the <code>rubyee</code> component to <code>rubyee-testing</code>:</p>
<pre><code>
deb http://apt.brightbox.net/ hardy rubyee-testing
</code></pre>
<p>Then update and upgrade:</p>
<pre><code>
sudo apt-get update
sudo apt-get install libruby1.8
</code></pre>
<p>If you&#8217;re not on a Brightbox, see the <a href="http://wiki.brightbox.co.uk/docs:ruby-enterprise">instructions on our wiki first</a>.  The wiki also documents how to revert back to the old packages.</p>
<p>As said above, we now have 64bit packages available too (which was recently made easier by some Debian package dependency updates, also included in our repository).</p>
<p>Please let us know how they worked out for you <a href="http://forum.brightbox.co.uk/forums/passenger/topics/ruby-enterprise-1-8-7-2009-10-packages-for-ubuntu-hardy">on our forum</a>. Thanks!</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/ruby-enterprise-1-8-7-2009-10-packages-for-ubuntu-hardy/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Passenger 2.2.2 packages for Ubuntu</title>
		<link>http://blog.brightbox.co.uk/posts/passenger-222-packages-for-ubuntu</link>
		<comments>http://blog.brightbox.co.uk/posts/passenger-222-packages-for-ubuntu#comments</comments>
		<pubDate>Fri, 01 May 2009 12:47:57 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[phusion]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=539</guid>
		<description><![CDATA[Passenger 2.2.2 was released a few days ago and we now have a package available for Ubuntu Hardy.  After a lot of testing, we&#8217;re also happy with the recent packaging changes so this is going straight to our stable repository.
This new version of Passenger brings a train-load of NGINX fixes, so our Passenger enabled nginx-brightbox [...]]]></description>
			<content:encoded><![CDATA[<p>Passenger 2.2.2 was released a few days ago and we now have a package available for Ubuntu Hardy.  After a lot of testing, we&#8217;re also happy with the recent packaging changes so this is going straight to our stable repository.</p>
<p>This new version of Passenger brings a train-load of NGINX fixes, so our Passenger enabled nginx-brightbox package has been updated too and is available in our testing repository.  More details on using our testing repository <a href="http://blog.brightbox.co.uk/posts/passenger-221-ubuntu-beta-packages-with-nginx-support">here in the 2.2.1 announcement blog post</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/passenger-222-packages-for-ubuntu/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Phusion Passenger 2.1.2 packages for Ubuntu</title>
		<link>http://blog.brightbox.co.uk/posts/phusion-passenger-212-packages-for-ubuntu</link>
		<comments>http://blog.brightbox.co.uk/posts/phusion-passenger-212-packages-for-ubuntu#comments</comments>
		<pubDate>Sat, 14 Mar 2009 18:30:44 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[phusion]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sinatra]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=510</guid>
		<description><![CDATA[Following Friday&#8217;s release of Passenger 2.1.2 by the Phusion folks, we&#8217;ve updated our Ubuntu packages.  We&#8217;ve been testing version 2.1.1 packages for a little while now and they&#8217;ve been very stable, supporting both Rails 2.3 and older apps that still depend on Rack 0.4 (such as older Sinatra apps).
The details are on the usual page [...]]]></description>
			<content:encoded><![CDATA[<p>Following <a href="http://blog.phusion.nl/2009/03/13/phusion-passenger-212-final-released/">Friday&#8217;s release of Passenger 2.1.2</a> by the Phusion folks, we&#8217;ve updated our Ubuntu packages.  We&#8217;ve been testing version 2.1.1 packages for a little while now and they&#8217;ve been very stable, supporting both Rails 2.3 and older apps that still depend on Rack 0.4 (such as older Sinatra apps).</p>
<p>The details are on the<a href="http://wiki.brightbox.co.uk/docs:phusion-passenger"> usual page on our wiki</a>.  If you have any problems or need any help, <a href="http://forum.brightbox.co.uk/forums/passenger">try our forums</a>.</p>
<p>The new packages depend on new versions of the Ruby rack libraries (not the gem), but this is provided in our repository too and will be automatically installed. You need to install the fastthread gem yourself though.  Our repository provides <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository:packages">a few other useful Hardy packages too</a>.</p>
<p>We are only testing our packages against Ubuntu Hardy right now, but they should install and run fine on newer versions of Ubuntu too.</p>
<p>Remember, for maximum memory savings (and speed improvements) try our <a href="http://wiki.brightbox.co.uk/docs:ruby-enterprise">Ruby Enterprise Edition packages for Ubuntu Hardy</a> (currently only 32bit packages available).</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/phusion-passenger-212-packages-for-ubuntu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Passenger Ubuntu package updated</title>
		<link>http://blog.brightbox.co.uk/posts/passenger-ubuntu-package-updated</link>
		<comments>http://blog.brightbox.co.uk/posts/passenger-ubuntu-package-updated#comments</comments>
		<pubDate>Sun, 11 Jan 2009 16:03:41 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[mod rails]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=377</guid>
		<description><![CDATA[We&#8217;ve just built new versions of our Passenger Ubuntu package.  It&#8217;s still Passenger 2.0.6, but we tweaked the dependencies so you aren&#8217;t forced to use the Apache worker mpm (prefork should work just fine with Passenger).
We&#8217;re now also providing 64bit versions of the packages (the source of the 404 errors some of you reported when [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just built new versions of our Passenger Ubuntu package.  It&#8217;s still Passenger 2.0.6, but we tweaked the dependencies so you aren&#8217;t forced to use the Apache worker mpm (prefork should work just fine with Passenger).</p>
<p>We&#8217;re now also providing 64bit versions of the packages (the source of the 404 errors some of you reported when trying to install the package).</p>
<p>Documentation for the packages in the <a href="http://wiki.brightbox.co.uk/docs:phusion-passenger">usual place on the wiki</a>.</p>
<p>More Passenger news coming soon :)</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/passenger-ubuntu-package-updated/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu Ruby with COW power!</title>
		<link>http://blog.brightbox.co.uk/posts/ubuntu-ruby-with-cow-power</link>
		<comments>http://blog.brightbox.co.uk/posts/ubuntu-ruby-with-cow-power#comments</comments>
		<pubDate>Tue, 06 Jan 2009 18:35:27 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[copy-on-write]]></category>
		<category><![CDATA[cow]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby-enterprise-edition]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=370</guid>
		<description><![CDATA[We&#8217;ve built some experimental Ruby &#8220;Enterprise Edition&#8221; packages for Ubuntu Hardy.  Ruby EE is from the guys at Phusion and is copy-on-write friendly so, in combination with Phusion Passenger,  saves memory.
Our packages just upgrade (i.e replace) the standard 1.8 Ruby installation, which might not be acceptable for everyone.  But it&#8217;s simpler than fiddling about [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve built some experimental <a href="http://www.rubyenterpriseedition.com/">Ruby &#8220;Enterprise Edition&#8221;</a> packages for Ubuntu Hardy.  Ruby EE is from the guys at <a href="http://www.phusion.nl/">Phusion</a> and is copy-on-write friendly so, in combination with <a href="http://wiki.brightbox.co.uk/docs:phusion-passenger">Phusion Passenger</a>,  saves memory.</p>
<p>Our packages just upgrade (i.e replace) the standard 1.8 Ruby installation, which might not be acceptable for everyone.  But it&#8217;s simpler than fiddling about with dual Ruby installations.</p>
<p>So, once you&#8217;ve added our experimental repository, you&#8217;re one command away from getting copy-on-write friendly Ruby EE.  If you don&#8217;t like it for some reason, one command gets up back to where you started.</p>
<p>These packages are currently experimental &#8211; we&#8217;re using them on a few small projects with good results so far, but they&#8217;ve not been heavily tested yet.</p>
<p>More details <a href="http://wiki.brightbox.co.uk/docs:ruby-enterprise">here on our wiki.</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/ubuntu-ruby-with-cow-power/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sphinx Ubuntu Package</title>
		<link>http://blog.brightbox.co.uk/posts/sphinx-ubuntu-package</link>
		<comments>http://blog.brightbox.co.uk/posts/sphinx-ubuntu-package#comments</comments>
		<pubDate>Sun, 14 Dec 2008 21:25:28 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sphinx]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=332</guid>
		<description><![CDATA[Sphinx is an SQL full-text search engine that&#8217;s being used more and more in the Rails world.  We&#8217;ve built some packages to provide Sphinx 0.9.8.1 on Ubuntu Hardy.  It comes with some basic man pages and the included documentation and examples, but it&#8217;s obviously more useful when used with a Rails plugin, such as Thinking [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sphinxsearch.com/">Sphinx</a> is an SQL full-text search engine that&#8217;s being used more and more in the Rails world.  We&#8217;ve built <a href="http://wiki.brightbox.co.uk/docs:sphinx-search">some packages</a> to provide Sphinx 0.9.8.1 on Ubuntu Hardy.  It comes with some basic man pages and the included documentation and examples, but it&#8217;s obviously more useful when used with a Rails plugin, such as <a href="http://ts.freelancing-gods.com/">Thinking Sphinx</a> or <a href="http://blog.evanweaver.com/files/doc/fauna/ultrasphinx/files/README.html">Ultrasphinx</a>.</p>
<p>So, rather than downloading the sources and compiling yourself, just install from our APT repository.  If you&#8217;re on a Brightbox it&#8217;s just:</p>
<p><code>sudo apt-get update<br />
sudo apt-get install sphinx-search<br />
</code></p>
<p>Otherwise you&#8217;ll need to <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository">configure our repository manually</a>.</p>
<p>We&#8217;re of course hoping to get these package accepted upstream at Debian/Ubuntu, so using Sphinx will be easy for everyone.</p>
<p>Happy indexing!</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/sphinx-ubuntu-package/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passenger 2.0.4 packages for Ubuntu</title>
		<link>http://blog.brightbox.co.uk/posts/passenger-204-packages-for-ubuntu</link>
		<comments>http://blog.brightbox.co.uk/posts/passenger-204-packages-for-ubuntu#comments</comments>
		<pubDate>Mon, 01 Dec 2008 23:31:35 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[mod rails]]></category>
		<category><![CDATA[modrails]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=271</guid>
		<description><![CDATA[Version 2.0.4 of the Passenger Rails module for Apache was released today by the Phusion team.  We&#8217;ve just released new Ubuntu Hardy packages for it.  If you&#8217;re already using the package from our repository, just apt-get update and upgrade.
As before, documentation for our packages is available on our Passenger wiki page.]]></description>
			<content:encoded><![CDATA[<p>Version 2.0.4 of the <a href="http://www.modrails.com/">Passenger</a> Rails module for Apache was <a href="http://blog.phusion.nl/2008/12/01/phusion-passenger-204-released-37signalss-ta-da-list-now-using-passenger/">released today</a> by the <a href="http://www.phusion.nl">Phusion</a> team.  We&#8217;ve just released new Ubuntu Hardy packages for it.  If you&#8217;re already using the package from our repository, just apt-get update and upgrade.</p>
<p>As before, documentation for our packages is available on <a href="http://wiki.brightbox.co.uk/docs:phusion-passenger">our Passenger wiki page</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/passenger-204-packages-for-ubuntu/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Passenger package for Ubuntu Hardy updated</title>
		<link>http://blog.brightbox.co.uk/posts/passenger-package-for-ubuntu-hardy-updated</link>
		<comments>http://blog.brightbox.co.uk/posts/passenger-package-for-ubuntu-hardy-updated#comments</comments>
		<pubDate>Fri, 28 Nov 2008 13:17:48 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[modrails]]></category>
		<category><![CDATA[mod_rails]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[phusion]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=265</guid>
		<description><![CDATA[I&#8217;d just like to announce the new version (2.0.3-1bbox4) of our Phusion Passenger/mod_rails package for Ubuntu Hardy (first announced back in May).
The previous version was faulty and resulted in mod_passenger.so being installed in the root dir (doh!) &#8211; I&#8217;m not sure when that bug crept in.
I&#8217;ve also updated the dependencies slightly &#8211; it will no [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d just like to announce the new version (2.0.3-1bbox4) of our Phusion Passenger/mod_rails package for Ubuntu Hardy (<a href="http://blog.brightbox.co.uk/posts/brightbox-builds-hardy-passenger-package">first announced back in May</a>).</p>
<p>The previous version was faulty and resulted in mod_passenger.so being installed in the root dir (doh!) &#8211; I&#8217;m not sure when that bug crept in.</p>
<p>I&#8217;ve also updated the dependencies slightly &#8211; it will no longer require the rubygems package.  This helps those of you who have installed gems manually and would rather not use the Ubuntu packages.  If you didn&#8217;t install gems manually, you&#8217;ll need to explicitly specify the package now.</p>
<p>This, and a little more information can be found on our <a href="http://wiki.brightbox.co.uk/docs:phusion-passenger">Passenger wiki page</a>.</p>
<p>If you need help using these packages, or would like to feed back your experiences, go on over to the <a href="http://forum.brightbox.co.uk/forums/passenger">discussion forum</a>.</p>
<h3>Accepted into Ubuntu Intrepid Ibex</h3>
<p>And if you weren&#8217;t aware, our package was accepted into the official Ubuntu repository (in the universe component) so if you&#8217;re using Ubuntu Intrepid Ibex, you can use it straight away! (though it does require the packages rubygems).  Another step towards Ubuntu being the perfect rails stack. The source package page <a href="https://launchpad.net/ubuntu/+source/passenger/">can be found here.</a></p>
<p>Next up, Ruby Enterprise Edition packages&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/passenger-package-for-ubuntu-hardy-updated/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now with Ubuntu 8.04 LTS Hardy powers</title>
		<link>http://blog.brightbox.co.uk/posts/now-with-ubuntu-804-lts-hardy-powers</link>
		<comments>http://blog.brightbox.co.uk/posts/now-with-ubuntu-804-lts-hardy-powers#comments</comments>
		<pubDate>Thu, 02 Oct 2008 14:57:13 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=152</guid>
		<description><![CDATA[We&#8217;ve now switched to Ubuntu Hardy (8.04 LTS) as our default Brightbox image.
We&#8217;ve been using Hardy for months now to power our managed products and clusters and it&#8217;s proved very stable.  Some of the highlights:

Ruby 1.8.6 as standard
Apache 2.2.8 as standard
Imagemagick 6.3 as standard (roll on the new rmagick gems!)
Git 1.5.4 as standard
Better virtualisation support [...]]]></description>
			<content:encoded><![CDATA[<p><img class="right size-full wp-image-89 content_image" title="The Hardy Heron" src="http://blog.brightbox.co.uk/wp-content/uploads/2008/10/hardy-heron.png" alt="" width="120" height="247" />We&#8217;ve now switched to <a href="http://en.wikipedia.org/wiki/Ubuntu">Ubuntu</a> Hardy (8.04 <a title="Long Term Support" href="https://wiki.ubuntu.com/LTS">LTS</a>) as our default Brightbox image.</p>
<p>We&#8217;ve been using Hardy for months now to power our managed products and clusters and it&#8217;s proved very stable.  Some of the highlights:</p>
<ul>
<li>Ruby 1.8.6 as standard</li>
<li>Apache 2.2.8 as standard</li>
<li>Imagemagick 6.3 as standard (roll on the new rmagick gems!)</li>
<li>Git 1.5.4 as standard</li>
<li>Better virtualisation support &#8211; we can now live upgrade ram on Brightboxes without a reboot</li>
</ul>
<p>It still comes pre-configured for Rails deployment and we&#8217;re still providing improved and extra packages where necessary (such as nginx 6.31).</p>
<p>We&#8217;re also still supporting our Ubuntu Dapper machines and can still pre-install Dapper for customers who are already using it on their other boxes.</p>
<h3>Upgrading</h3>
<p>Due to the way Brightboxes are built, you can&#8217;t easily upgrade your Dapper box to Hardy.  Currently, the only supported way to upgrade is to <a href="https://support.brightbox.co.uk">file a support ticket</a> with us and we&#8217;ll rebuild your Brightbox as Hardy.  This will require downtime and <strong>redeployment of your app</strong> (a good time to move to the <a href="http://wiki.brightbox.co.uk/docs:gemv2:start">new Brightbox deployment gem</a> if you haven&#8217;t already)</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/now-with-ubuntu-804-lts-hardy-powers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Security Vulnerabilities</title>
		<link>http://blog.brightbox.co.uk/posts/ruby-security-vulnerabilities</link>
		<comments>http://blog.brightbox.co.uk/posts/ruby-security-vulnerabilities#comments</comments>
		<pubDate>Wed, 25 Jun 2008 10:01:46 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[backport]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=78</guid>
		<description><![CDATA[Some of you will have noticed the kerfuffle regarding the recent Ruby security vulnerabilities.  Fixed version of Ruby were released over the weekend but they are causing crashes in applications.  Until working fixes are available we&#8217;re all a bit stuck.
Details of the bugs have been kept officially secret but people are figuring it out for [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you will have noticed the kerfuffle regarding the recent <a href="http://www.ruby-lang.org/en/news/2008/06/20/arbitrary-code-execution-vulnerabilities/">Ruby security vulnerabilities</a>.  Fixed version of Ruby were released over the weekend but they are causing crashes in applications.  Until working fixes are available we&#8217;re all a bit stuck.</p>
<p>Details of the bugs have been kept officially secret but people are figuring it out for themselves (thanks to <a title="Zed Shaw" href="http://www.zedshaw.com/rants/the_big_ruby_vulnerabilities.html">Zed</a> in particular).  This secrecy has just contributed to the fear, uncertainty and doubt surrounding the issues and hasn&#8217;t helped the situation at all.</p>
<p>We currently recommend sitting tight until proper fixes are available.  When this happens, distros will release new packages in the usual manner.  Brightboxes are based on the Ubuntu distro and their security team are aware of the problem and are working on it (see <a href="https://bugs.launchpad.net/ubuntu/dapper/+source/ruby1.8/+bug/241657">the bug status here</a>).</p>
<p>For those of you using the standard Ruby from Dapper (most of you) you should be able to just upgrade  using aptitude as soon as Ubuntu release new packages.  For those of you using the backported Ruby 1.8.6 packages, you&#8217;ll need to wait for us to backport the fixes once they&#8217;re released.  We&#8217;ll obviously be doing this asap.</p>
<p>We&#8217;ll update the blog as we know more.</p>
<p><strong>UPDATE:</strong> Ubuntu have fixed ruby1.8 packages available now. They have already appeared in the Ubuntu security repository and are available for install.  Preliminary testing of the Dapper packages has been successful (gems with native libraries too).  We&#8217;re re-backporting the Hardy 1.8.6 packages right now and they&#8217;ll be available soon.</p>
<p><strong>UPDATE</strong>: We have the fixed Hardy packages (1.8.6-p111) <a href="http://wiki.brightbox.co.uk/docs:ruby:1.8.6">backported to Dapper</a> available on the <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository">Brightbox testing apt repository</a>.  They&#8217;ve passed a lot of preliminary tests but have not been tested extensively in production yet.  Please report any problems  with them (segfaults etc.) to &#x73;&#x75;&#x70;&#x70;&#x6f;&#x72;&#x74;&#x40;&#x62;&#x72;&#x69;&#x67;&#x68;&#x74;&#x62;&#x6f;&#x78;&#x2e;&#x63;o.uk.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/ruby-security-vulnerabilities/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brightbox builds Hardy Passenger package</title>
		<link>http://blog.brightbox.co.uk/posts/brightbox-builds-hardy-passenger-package</link>
		<comments>http://blog.brightbox.co.uk/posts/brightbox-builds-hardy-passenger-package#comments</comments>
		<pubDate>Wed, 21 May 2008 09:58:36 +0000</pubDate>
		<dc:creator>Neil Wilson</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[mod_rails]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[rails hosting]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=72</guid>
		<description><![CDATA[We&#8217;ve created an Ubuntu Hardy package for Passenger &#8211; the apache &#8216;mod_rails&#8217; hosting solution written by the team at Phusion, and sent the resulting patches back upstream to improve Passenger for everybody.
The package is available from the Brightbox repository at http://apt.brightbox.net and is called &#8216;libapache2-mod-passenger&#8217;.
Brightboxes have the repository in place by default, but you can [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve created an Ubuntu Hardy package for Passenger &#8211; the apache &#8216;mod_rails&#8217; hosting solution written by the team at <a href="http://www.modrails.com/">Phusion</a>, and sent the resulting patches back upstream to improve Passenger for everybody.</p>
<p>The package is available from the Brightbox repository at http://apt.brightbox.net and is called &#8216;libapache2-mod-passenger&#8217;.</p>
<p>Brightboxes have the repository in place by default, but you can easily add the repository to your system with the following commands:</p>
<p><code>sudo sh -c 'echo "deb http://apt.brightbox.net hardy main" &gt; /etc/apt/sources.list.d/brightbox.list'<br />
sudo sh -c 'wget -q -O - http://apt.brightbox.net/release.asc | apt-key add -'<br />
sudo apt-get update</code></p>
<p>There will be a beta Passenger Brightbox machine available soon and we&#8217;re probably going to need some volunteers to trial it out. So if you like your Rails Hosting bleeding edge then <a href="mailto:&#x6e;&#x65;&#x69;&#x6c;&#x40;&#x62;&#x72;&#x69;&#x67;&#x68;&#x74;&#x62;&#x6f;&#x78;&#x2e;&#x63;o.uk">let me know</a> and I&#8217;ll put you on the list.</p>
<p>If you do use the .deb, be warned that I&#8217;m changing it all the time at the moment as Passenger evolves and I&#8217;m following Passenger trunk very closely.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/brightbox-builds-hardy-passenger-package/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->