You are not logged in.
Pages: 1
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
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
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
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
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
Of course, it could be merely a function of my interest in network usage optimisation super-use thingys in general :shock:
Offline
Pages: 1