Gentoo Archives: gentoo-user

From: PaulNM <gentoo@×××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Distcc borkage: Connection reset by peer
Date: Tue, 05 Jun 2007 10:21:04
Message-Id: 466537BD.6010009@paulscrap.com
1 Hi all,
2
3 Distcc seems to not be working properly on one or all of my 3 systems.
4 I have :
5 Galactica 192.168.1.22 Pentium 2 (Problem system)
6 Robotech 192.168.1.40 Pentium 3
7 Optimus 192.168.1.80 AMD64 AthlonX2 (crossdev setup)
8
9 All are Gentoo with distcc installed and configured. Optimus is solely
10 a helper system to the other two as far as distcc is concerned. If I
11 emerge something on Robotech, both Robotech and Optimus are used, but
12 Galactica seems to be ignored with no error messages. When I try on
13 Galactica, I get numerous
14 "distcc[910] (dcc_writex) ERROR: failed to write: Connection reset by peer
15 distcc[910] Warning: failed to distribute ckkv.c to 192.168.1.22,
16 running locally instead"
17 messages, also listing the other two ip's 40 and 80.
18
19 "cat /etc/distcc/hosts" on all three results in "192.168.1.80
20 192.168.1.40 192.168.1.22". They all have "sys-devel/distcc-2.18.3-r10"
21 and "/etc/conf.d/distccd" modified the same way :
22 DISTCCD_OPTS="${DISTCCD_OPTS} --allow 192.168.1.40 192.168.1.80
23 192.168.1.22"
24 Distccd was restarted after any config changes.
25
26 All three have i686-pc-linux-gnu toolsets/chosts, and as far as I can
27 tell should work. No firewalls are in place for testing, distccd port is
28 open on all three (confirmed with nmap), and I'm out of ideas on where
29 to look for problems.
30
31 Any help or suggestions would be appreciated.
32
33 PaulNM
34 --
35 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Distcc borkage: Connection reset by peer Dan Farrell <dan@×××××××××.cx>