On 22 Jun 2005, [EMAIL PROTECTED] wrote:
> Hi,
> I'm trying to make distcc work on two embedded system running linux on an arm 
> arch.
> The problem I noticed is that if I export DISTCC_HOSTS='localhost/2 
> 192.168.1.175/2' than no compiling process is send to the remote machine even 
> if the remote address is recognized by distcc, as I see on the stderr setting 
> DISTCC_VERBOSE=1.
> But if I export DISTCC_HOSTS='192.168.1.175/2 localhost/2' than compiling 
> processes are only sent to the remote machine.
> It seems that distcc only uses the first entry in the DISTCC_HOSTS
> variable.

The lock files used to choose hosts do not seem to be working properly.
What kind of filesystem is $HOME or $DISTCC_DIR on?

-- 
Martin
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
https://lists.samba.org/mailman/listinfo/distcc

Reply via email to