On 1/17/06, Peter Loron <[EMAIL PROTECTED]> wrote:
> As far as I know you don't need to have all of the machines on the same
> subnet. There's a file you edit (sorry, don't have access to any distcc
> machine now) that has a list of available hosts. Just put the names or
> IP numbers in there. No need for DNS if you use IPs.
>
> One machine (typically the one launching the compile) acts as the
> controller. The other machines need to have either the distcc daemon
> running or have it set up properly in xinetd.
>
> When you kick off make, distcc on the local machine looks at the list of
>  distcc servers, and parcels out the work.

Generally, it's not a file, just an environment variable:

export DISTCC_HOSTS="192.168.1.1 195.154.11.6".
--
Robert "Anaerin" Johnston
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to