You are not logged in.

#1 2005-02-21 15:52:35

syamajala
Member
From: here, there, everywhere
Registered: 2005-01-25
Posts: 617
Website

distcc

hi! i tried setting up distcc. What happens is when i try to compile by doing ./configure && make -j8 CC=distcc i get an error that says

distcc[4988] (dcc_writex) ERROR: failed to write: Connection reset by peer
distcc[4988] (dcc_build_somewhere) Warning: failed to distribute to 192.168.0.2, running locally instead

I tried distcc 2.18 and the latest distcc from http://ccache.samba.org/ftp/distcc/ (2.9) they both get the same error. Any ideas?

Offline

#2 2005-02-21 19:05:04

kth5
Member
Registered: 2004-04-29
Posts: 657
Website

Re: distcc

did you allow your distcc client to connect to the server? distccd defaults to only let 127.0.0.1 connect. your /etc/conf.d/distccd should look like this:

DISTCC_ARGS="--user nobody --allow <client-ip>"

btw

man distccd

could have solved this problem...


I recognize that while theory and practice are, in theory, the same, they are, in practice, different. -Mark Mitchell

Offline

#3 2005-02-21 22:48:47

syamajala
Member
From: here, there, everywhere
Registered: 2005-01-25
Posts: 617
Website

Re: distcc

heh thanks. i just did what the distcc site said.

distccd --daemon --allow 192.168.0.3 

and created a distcc user, since it said it was missing. btw gonna give the ppc port a try on a ppc 7300/180 someone was giving away. also might be getting a mac mini tomorrow, not sure yet.

Offline

#4 2005-04-22 08:36:59

Shofs
Member
From: Central Illinois
Registered: 2004-12-15
Posts: 184

Re: distcc

IMO the distcc package is a little lacking. I will come up with evidence and present it nicely sometime soon. But for now I need to get some sleep.

Offline

#5 2005-04-22 12:36:06

ravster
Member
From: Queen's U, Kingston, Canada
Registered: 2004-05-02
Posts: 285
Website

Re: distcc

rmbalfa wrote:

IMO the distcc package is a little lacking. I will come up with evidence and present it nicely sometime soon. But for now I need to get some sleep.

Heh, I, on the other hand, love it lol
Of course, it could be merely a function of my interest in network usage optimisation super-use thingys in general :shock:  tongue

Offline

Board footer

Powered by FluxBB