[distcc] no compilation processes on the server

Martin Pool mbp at sourcefrog.net
Wed Jun 22 07:44:31 GMT 2005


On 22 Jun 2005, iw3gtf at arcor.de 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


More information about the distcc mailing list