<p><br>
On Feb 14, 2012 2:35 AM, "Black Sirius" <<a href="mailto:black_sirius@hotmail.de">black_sirius@hotmail.de</a>> wrote:<br>
><br>
><br>
><br>
> ________________________________<br>
> From: <a href="mailto:fergus@google.com">fergus@google.com</a><br>
> Date: Mon, 6 Feb 2012 12:53:09 -0500<br>
> Subject: Re: [distcc] Problem with distcc under Suse‏<br>
> To: <a href="mailto:black_sirius@hotmail.de">black_sirius@hotmail.de</a><br>
> CC: <a href="mailto:distcc@lists.samba.org">distcc@lists.samba.org</a><br>
><br>
>><br>
>>> >>So, I have installed distcc successfully and wan't to make a compile test. but there is my next problem.<br>
>>><br>
>>> That's my configuration: <br>
>>> Server 192.168.178.2 "distccserver"<br>
>>> Client 192.168.178.12 "linuxclient1"<br>
>>><br>
>>> Server-config: /etc/distcc/hosts "linuxclient1"<br>
>>><br>
>>> I start the server with: "distccd --daemon --allow '<a href="http://192.168.178.12/24">192.168.178.12/24</a>'"<br>
>>> I set the DISTCC_VERBOSE=1<br>
>>><br>
>>> Client-config: same "distccserver"<br>
>>><br>
>>> Set DISTCC_HOSTS="distccserver"<br>
>>><br>
>>> and start the make with: make -j8 CC=distcc (on server)<br>
>>><br>
>><br>
>> >That's not an _error_ message, that's a _warning_.<br>
>><br>
>> >It is probably preceded by another message from distcc explaining why.<br>
>><br>
>> >It is quite likely that you will get this warning for the final link command -- distcc won't distributed link commands.<br>
>> >But if distcc is distributing the compile commands that precede the final link command, everything may be working fine.<br>
><br>
><br>
> So that's my error during make <br>
> distcc[29521] (dcc_select_for_write) ERROR: IO timeout<br>
> distcc[29521] ERROR: timeout while connecting to <a href="http://192.168.178.12:3632">192.168.178.12:3632</a><br>
> distcc[29521] Warning: failed to distribute ./Modules/python.c to 192.168.178.12, running locally instead<br>
><br>
> and thats the co ntent of my logfile:<br>
> distccd[6173] (dcc_listen_by_addr) ERROR: bind of <a href="http://0.0.0.0:3632">0.0.0.0:3632</a> failed: Address already in use</p>
<p>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".</p>
<p>> distccd[16255] (dcc_listen_by_addr) ERROR: bind of <a href="http://0.0.0.0:3632">0.0.0.0:3632</a> failed: Address already in use<br>
> distccd[28220] (dcc_listen_by_addr) ERROR: bind of <a href="http://0.0.0.0:3632">0.0.0.0:3632</a> failed: Address already in use<br>
><br>
> But i can't fix that... What I have to do ? is that a problem with the port or something like that ?!<br>
><br>
><br>
> 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 "<br>
> Should it run or doesn't it matter?</p>
<p>That script hasn't been ported to SuSE Linux.<br>
It should preferably run (port the script and send us the patch!), but alternatively you can start distccd manually.</p>
<p>><br>
><br>
> __<br>
> distcc mailing list            <a href="http://distcc.samba.org/">http://distcc.samba.org/</a><br>
> To unsubscribe or change options:<br>
> <a href="https://lists.samba.org/mailman/listinfo/distcc">https://lists.samba.org/mailman/listinfo/distcc</a><br>
</p>