Am Freitag 16 Oktober 2009 20:34:17 schrieb Michael Sullivan:
> On Fri, 2009-10-16 at 18:31 +0200, Matthias Krebs wrote:
> > Am Freitag 16 Oktober 2009 15:23:20 schrieb Michael Sullivan:
> > > I think I've set up distcc correctly, but I keep seeing a whole bunch
> > > of messages like this:
> > > distcc[24416] (dcc_writex) ERROR: failed to write: Connection reset by
> > > peer
> > >
> > > Is this normal?  Is there anything I can do to prevent this from
> > > happening?
> > > -Michael Sullivan-
> >
> > Well, if distcc does not see the other hosts it says somethind along the
> > lines "failed to distribute, compiling locally instead"
> >
> > Looks more like a permission problem.
> >
> > You did adjust /etc/conf.d/distccd, did you ?
> >
> > Especially the network settings should allow your local network:
> > DISTCCD_OPTS="${DISTCCD_OPTS} --allow 192.168.1.0/24"
> 
> Do I put that line on the slow machine or the fast one?
You need to put it on all hosts you have configured for usage.

distcc-config --get-hosts

shows you this hosts, but you have to configure them first with 

distcc-config --set-hosts

It's all explained here : http://www.gentoo.org/doc/en/distcc.xml

Reply via email to