[distcc] Problem with distcc under Suse‏

Black Sirius black_sirius at hotmail.de
Tue Feb 14 03:34:53 MST 2012




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 content of my logfile:
distccd[6173] (dcc_listen_by_addr) ERROR: bind of 0.0.0.0:3632 failed: Address already in use
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?

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/distcc/attachments/20120214/76865cd6/attachment.html>


More information about the distcc mailing list