[prev in list] [next in list] [prev in thread] [next in thread] 

List:       distcc
Subject:    Re: [distcc] =?utf-8?q?Problem_with_distcc_under_Suse=E2=80=8F?=
From:       Fergus Henderson <fergus () google ! com>
Date:       2012-02-14 14:55:18
Message-ID: CAPXkjd-Qr5xLh8ni3Qyy78qOJCEhb07q4aL4ZVTGrmxOEfq8eg () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


On Feb 14, 2012 2:35 AM, "Black Sirius" <black_sirius@hotmail.de> wrote:
>
>
>
> ________________________________
> From: fergus@google.com
> Date: Mon, 6 Feb 2012 12:53:09 -0500
> Subject: Re: [distcc] Problem with distcc under Suse‏
> To: black_sirius@hotmail.de
> CC: distcc@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

[Attachment #5 (text/html)]

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



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic