<?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>All My Brain &#187; gentoo</title>
	<atom:link href="http://allmybrain.com/tag/gentoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:42:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Upgrading Gentoo 2007.0 to 10.0</title>
		<link>http://allmybrain.com/2009/11/10/upgrading-gentoo-2007-0-to-10-0/</link>
		<comments>http://allmybrain.com/2009/11/10/upgrading-gentoo-2007-0-to-10-0/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 14:04:33 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[10.0]]></category>
		<category><![CDATA[2007.0]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=328</guid>
		<description><![CDATA[So I left all these servers running gentoo a couple years ago. Now, after all this time (and uptime!), I want to install something. Error: &#160; emerge -av portage &#160; These are the packages that would be merged, in order: &#160; Calculating dependencies &#124; !!! All ebuilds that could satisfy &#34;&#62;=dev-lang/python-2.5&#34; have been masked. !!! [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/11/10/upgrading-gentoo-2007-0-to-10-0/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Using Multiple Python Environments With Gentoo</title>
		<link>http://allmybrain.com/2008/04/25/using-multiple-python-environments-with-gentoo/</link>
		<comments>http://allmybrain.com/2008/04/25/using-multiple-python-environments-with-gentoo/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 18:09:18 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[virtual python]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=91</guid>
		<description><![CDATA[It's been some time since Python 2.5 became stable and released. Version 2.5 has plenty of new features that have helped me in deciding that it was time to go ahead and start using it for primary development of all my new projects. One of the reasons I was still using version 2.4 is that [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/04/25/using-multiple-python-environments-with-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo with an Intel DQ35MP Motherboard</title>
		<link>http://allmybrain.com/2008/03/05/gentoo-with-an-intel-dq35mp-motherboard/</link>
		<comments>http://allmybrain.com/2008/03/05/gentoo-with-an-intel-dq35mp-motherboard/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 22:39:46 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[acpi]]></category>
		<category><![CDATA[aiglx]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[DQ35MP]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2008/03/05/gentoo-with-an-intel-dq35mp-motherboard/</guid>
		<description><![CDATA[I'm slightly sad to see my old radeon 9600 card with Compiz being obsoleted. My motherboard in that machine shorted out somewhere and I was left with a bricked machine. Since the product was essentially about 5 years old, I decided to go ahead and buy new equipment. I'm now the proud owner of an [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/03/05/gentoo-with-an-intel-dq35mp-motherboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping a process running</title>
		<link>http://allmybrain.com/2008/01/04/keeping-a-process-running/</link>
		<comments>http://allmybrain.com/2008/01/04/keeping-a-process-running/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 16:48:19 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cherrypy]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[ps-watcher]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[startup scripts]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[turbogears]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2008/01/04/keeping-a-process-running/</guid>
		<description><![CDATA[Have you ever had a process that dies on occasion? For me, I hate that situation and prefer to fix the software as opposed to have a monitor that restarts the process when it dies. I've run into a case lately however, that has defied me for a solution to my dying process. I think [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/01/04/keeping-a-process-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo and the Next ATI Drivers (Catalyist 7.11)</title>
		<link>http://allmybrain.com/2007/11/26/gentoo-and-the-next-ati-drivers-catalyist-711/</link>
		<comments>http://allmybrain.com/2007/11/26/gentoo-and-the-next-ati-drivers-catalyist-711/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 16:07:53 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[aiglx]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[ebuild]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/11/26/gentoo-and-the-next-ati-drivers-catalyist-711/</guid>
		<description><![CDATA[As of a couple days ago, ATI released their next drivers for Linux. The drivers were previously announced to be versioned 8.43.x but ATI has converted to a new numbering system that follows the popular YEAR.MONTH notation. The 7.11 drivers therefore accurately represent their release date in November, 2007 and are what would have been [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/11/26/gentoo-and-the-next-ati-drivers-catalyist-711/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PgAdmin3 1.8.0 with Gentoo Linux</title>
		<link>http://allmybrain.com/2007/11/02/installing-pgadmin3-180-with-gentoo-linux/</link>
		<comments>http://allmybrain.com/2007/11/02/installing-pgadmin3-180-with-gentoo-linux/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 18:35:13 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ebuild]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[pgadmin]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/11/02/installing-pgadmin3-180-with-gentoo-linux/</guid>
		<description><![CDATA[Today, my quest for the latest and greatest software has led me to a new release of PgAdmin3. The Gentoo ebuilds for the project are terribly out of date. Before setting out to install the new version of this software, I decided I better figure out why it hasn't been added to the official Gentoo [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/11/02/installing-pgadmin3-180-with-gentoo-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading to Xorg-X11 7.3 with ati-drivers 8.42.3 on Gentoo</title>
		<link>http://allmybrain.com/2007/11/01/upgrading-to-xorg-x11-73-with-ati-drivers-8423-on-gentoo/</link>
		<comments>http://allmybrain.com/2007/11/01/upgrading-to-xorg-x11-73-with-ati-drivers-8423-on-gentoo/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 17:28:22 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[aiglx]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[ebuild]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/11/01/upgrading-to-xorg-x11-73-with-ati-drivers-8423-on-gentoo/</guid>
		<description><![CDATA[I'm a sucker for bleeding edge technology. After posting before about upgrading to the 8.42.3 ati drivers, I realized I was using Xorg-X11 7.2, not 7.3, which is the latest. The latest 7.3 ebuild contains a block on the ati drivers. The block is no longer necessary though because the 8.42.3 drivers are compatible and [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/11/01/upgrading-to-xorg-x11-73-with-ati-drivers-8423-on-gentoo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AIGLX, Compiz-Fusion, Gentoo, and my ATI Radeon 9600 Card with 8.42.3</title>
		<link>http://allmybrain.com/2007/10/24/aiglx-compiz-fusion-gentoo-and-my-ati-radeon-9600-card-with-8423/</link>
		<comments>http://allmybrain.com/2007/10/24/aiglx-compiz-fusion-gentoo-and-my-ati-radeon-9600-card-with-8423/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 16:46:23 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[aiglx]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[beryl]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[radeon]]></category>
		<category><![CDATA[xgl]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/24/aiglx-compiz-fusion-gentoo-and-my-ati-radeon-9600-card-with-8423/</guid>
		<description><![CDATA[Update: As of the last couple days (11/18/07), an ebuild has been added to portage for these drivers. It's no longer necessary to create your own. So the Long Anticipated ATI drivers that support AIGLX are released. I've been wishing for this long before anyone ever mentioned it was a possibility. I've got my Gentoo [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/24/aiglx-compiz-fusion-gentoo-and-my-ati-radeon-9600-card-with-8423/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The perennially late Gentoo gnome-light ebuilds</title>
		<link>http://allmybrain.com/2007/10/23/the-perennially-late-gentoo-gnome-light-ebuilds/</link>
		<comments>http://allmybrain.com/2007/10/23/the-perennially-late-gentoo-gnome-light-ebuilds/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 22:21:43 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[ebuild]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome-light]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/23/the-perennially-late-gentoo-gnome-light-ebuilds/</guid>
		<description><![CDATA[If you run Gentoo Linux for your desktop, and you happen to favor the Gnome desktop environment, you may have noticed the incredible number of packages that need to be installed in order to install the gnome ebuild. The ability to pick and choose just those components you need for a system is one of [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/23/the-perennially-late-gentoo-gnome-light-ebuilds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gentoo Init Scripts for Cherrypy</title>
		<link>http://allmybrain.com/2007/10/08/gentoo-init-scripts-for-cherrypy/</link>
		<comments>http://allmybrain.com/2007/10/08/gentoo-init-scripts-for-cherrypy/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 17:29:47 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[cherrypy]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[startup scripts]]></category>
		<category><![CDATA[turbogears]]></category>
		<category><![CDATA[virtual python]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/08/gentoo-init-scripts-for-cherrypy/</guid>
		<description><![CDATA[A few of the web applications I am hosting/developing are written with TurboGears which uses Cherrypy as its applications server. I have a couple things that need fixed for hosting CherryPy web applications on my Gentoo systems. First, there are no init scripts for CherryPy. Second, I'm running mulitple web applications per machine. I run [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/08/gentoo-init-scripts-for-cherrypy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading an OLD Gentoo Machine.</title>
		<link>http://allmybrain.com/2007/10/04/upgrading-an-old-gentoo-machine/</link>
		<comments>http://allmybrain.com/2007/10/04/upgrading-an-old-gentoo-machine/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 17:58:41 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[glibc-2.4]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/04/upgrading-an-old-gentoo-machine/</guid>
		<description><![CDATA[I'm in the process of re-installing a pretty old machine with the latest Gentoo. I've got a shared NFS directory with portage and all my machines are using a packages directory. After one machine builds something, another machine can simply install the built package. Here is a portion of the make.conf on each machine. FEATURES="-distlocks [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/04/upgrading-an-old-gentoo-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One way to unemerge lots of unneeded packages on Gentoo Linux</title>
		<link>http://allmybrain.com/2007/10/03/one-way-to-unemerge-lots-of-unneeded-packages-on-gentoo-linux/</link>
		<comments>http://allmybrain.com/2007/10/03/one-way-to-unemerge-lots-of-unneeded-packages-on-gentoo-linux/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 18:09:05 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/03/one-way-to-unemerge-lots-of-unneeded-packages-on-gentoo-linux/</guid>
		<description><![CDATA[As part of a recent project, I had installed a lot of packages on a separate machine to test my configuration. As is common, with Gentoo, you want to run the following before you actually emerge anything: emerge -p &#60;package_name> In this particular case, I noticed the dependency list was pretty long (50 packages to [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/03/one-way-to-unemerge-lots-of-unneeded-packages-on-gentoo-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Linux-HA for High Availability with Gentoo and Linux-VServer</title>
		<link>http://allmybrain.com/2007/10/02/using-linux-ha-for-high-availability-with-gentoo-and-linux-vserver/</link>
		<comments>http://allmybrain.com/2007/10/02/using-linux-ha-for-high-availability-with-gentoo-and-linux-vserver/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 04:41:16 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[fault tolerance]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[heartbeat]]></category>
		<category><![CDATA[ldirectord]]></category>
		<category><![CDATA[linux-ha]]></category>
		<category><![CDATA[linux-vserver]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/02/using-linux-ha-for-high-availability-with-gentoo-and-linux-vserver/</guid>
		<description><![CDATA[In my production setup, I don't have a load balancer. This may be changed at some point, assuming that we can find one we like for the price we want to purchase it for, but in the mean time, I've been inspired to set up a virtual IP address across two machines that each can [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/02/using-linux-ha-for-high-availability-with-gentoo-and-linux-vserver/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

