<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: distcc: Still no luck</title>
	<atom:link href="http://kmandla.wordpress.com/2011/01/03/distcc-still-no-luck/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2011/01/03/distcc-still-no-luck/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Gemon</title>
		<link>http://kmandla.wordpress.com/2011/01/03/distcc-still-no-luck/#comment-47915</link>
		<dc:creator><![CDATA[Gemon]]></dc:creator>
		<pubDate>Thu, 03 Feb 2011 22:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/01/03/distcc-still-no-luck/#comment-47915</guid>
		<description><![CDATA[mmm, just succeded in using distcc on my linux box at home (pentium 2 350MHz) and my virtual archlinux host on my core i5 work laptop...
All in all it&#039;s pretty easy. That&#039;s what I did (both run archlinux, but I didn&#039;t follow the wiki...just plain old manual compilation):

- pacman -S distcc on all hosts
- on the &#039;big&#039; one (the virtual host laptop, hostname vbox), login as a normal user and do:
# distcc -daemon --allow 192.168.0.0/24
- on the &#039;small&#039; one (the p2-350), just do
# export DISTCC_HOSTS=&#039;localhost vbox&#039;
- cd to sources (I used as an example util-linux-ng 2.18 sources)
- ./configure (usually)
# make -j8 CC=distcc

if everything works the client (where you started the make) won&#039;t tell you anything if it is correctly distributing compilation work units. But you can easily see them by running htop on the other host...

have fun!
Gemon]]></description>
		<content:encoded><![CDATA[<p>mmm, just succeded in using distcc on my linux box at home (pentium 2 350MHz) and my virtual archlinux host on my core i5 work laptop&#8230;<br />
All in all it&#8217;s pretty easy. That&#8217;s what I did (both run archlinux, but I didn&#8217;t follow the wiki&#8230;just plain old manual compilation):</p>
<p>- pacman -S distcc on all hosts<br />
- on the &#8216;big&#8217; one (the virtual host laptop, hostname vbox), login as a normal user and do:<br />
# distcc -daemon &#8211;allow 192.168.0.0/24<br />
- on the &#8216;small&#8217; one (the p2-350), just do<br />
# export DISTCC_HOSTS=&#8217;localhost vbox&#8217;<br />
- cd to sources (I used as an example util-linux-ng 2.18 sources)<br />
- ./configure (usually)<br />
# make -j8 CC=distcc</p>
<p>if everything works the client (where you started the make) won&#8217;t tell you anything if it is correctly distributing compilation work units. But you can easily see them by running htop on the other host&#8230;</p>
<p>have fun!<br />
Gemon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chive</title>
		<link>http://kmandla.wordpress.com/2011/01/03/distcc-still-no-luck/#comment-47472</link>
		<dc:creator><![CDATA[chive]]></dc:creator>
		<pubDate>Mon, 03 Jan 2011 14:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/01/03/distcc-still-no-luck/#comment-47472</guid>
		<description><![CDATA[You can always replace /usr/bin/gcc symlink with one pointing to /usr/bin/distcc, this worked in Slackware for me and should fool system properly... If other machines are offline it will compile locally instead anyway.
For manual compiling of various packages I also simply exported CC variable like this: &#039;export CC=/usr/bin/distcc&#039;
Never used anything to manage ports though... I prefer to keep it in my head :-)
Does it work if you compile things without prt-get or pkgmk?
Once you manage to get it working you&#039;ll never try to compile things on pentium alone again, I had my Toshiba 440CDT (p133 mmx) coupled with old pentium4 2.6 and it did wonders :)

Good luck!]]></description>
		<content:encoded><![CDATA[<p>You can always replace /usr/bin/gcc symlink with one pointing to /usr/bin/distcc, this worked in Slackware for me and should fool system properly&#8230; If other machines are offline it will compile locally instead anyway.<br />
For manual compiling of various packages I also simply exported CC variable like this: &#8216;export CC=/usr/bin/distcc&#8217;<br />
Never used anything to manage ports though&#8230; I prefer to keep it in my head <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Does it work if you compile things without prt-get or pkgmk?<br />
Once you manage to get it working you&#8217;ll never try to compile things on pentium alone again, I had my Toshiba 440CDT (p133 mmx) coupled with old pentium4 2.6 and it did wonders <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
