[distcc] Problem with distcc under Suse‏

Fergus Henderson fergus at google.com
Tue Feb 14 07:55:18 MST 2012


On Feb 14, 2012 2:35 AM, "Black Sirius" <black_sirius at hotmail.de> wrote:
>
>
>
> ________________________________
> From: fergus at google.com
> Date: Mon, 6 Feb 2012 12:53:09 -0500
> Subject: Re: [distcc] Problem with distcc under Suse‏
> To: black_sirius at hotmail.de
> CC: distcc at lists.samba.org
>
>>
>>> >>So, I have installed distcc successfully and wan't to make a compile
test. but there is my next problem.
>>>
>>> That's my configuration:
>>> Server 192.168.178.2 "distccserver"
>>> Client 192.168.178.12 "linuxclient1"
>>>
>>> Server-config: /etc/distcc/hosts "linuxclient1"
>>>
>>> I start the server with: "distccd --daemon --allow '192.168.178.12/24'"
>>> I set the DISTCC_VERBOSE=1
>>>
>>> Client-config: same "distccserver"
>>>
>>> Set DISTCC_HOSTS="distccserver"
>>>
>>> and start the make with: make -j8 CC=distcc (on server)
>>>
>>
>> >That's not an _error_ message, that's a _warning_.
>>
>> >It is probably preceded by another message from distcc explaining why.
>>
>> >It is quite likely that you will get this warning for the final link
command -- distcc won't distributed link commands.
>> >But if distcc is distributing the compile commands that precede the
final link command, everything may be working fine.
>
>
> So that's my error during make
> distcc[29521] (dcc_select_for_write) ERROR: IO timeout
> distcc[29521] ERROR: timeout while connecting to 192.168.178.12:3632
> distcc[29521] Warning: failed to distribute ./Modules/python.c to
192.168.178.12, running locally instead
>
> and thats the co ntent of my logfile:
> distccd[6173] (dcc_listen_by_addr) ERROR: bind of 0.0.0.0:3632 failed:
Address already in use

This error means that there is already a process running which is using
that port - most likely another distccd process. You could try killing the
other process first, e.g. "sudo killall distccd".

> distccd[16255] (dcc_listen_by_addr) ERROR: bind of 0.0.0.0:3632 failed:
Address already in use
> distccd[28220] (dcc_listen_by_addr) ERROR: bind of 0.0.0.0:3632 failed:
Address already in use
>
> But i can't fix that... What I have to do ? is that a problem with the
port or something like that ?!
>
>
> By the way, I tried to start /etc/init.d/distcc start but i only receive
the message " system unknown, please contact the distcc admin "
> Should it run or doesn't it matter?

That script hasn't been ported to SuSE Linux.
It should preferably run (port the script and send us the patch!), but
alternatively you can start distccd manually.

>
>
> __
> distcc mailing list            http://distcc.samba.org/
> To unsubscribe or change options:
> https://lists.samba.org/mailman/listinfo/distcc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/distcc/attachments/20120214/a200cfa2/attachment.html>


More information about the distcc mailing list