Gentoo Archives: gentoo-catalyst

From: Andrew Gaffney <agaffney@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Re: distcc
Date: Mon, 11 Jul 2005 07:11:48
Message-Id: 42D218D6.1070603@gentoo.org
In Reply to: [gentoo-catalyst] Re: distcc by Christophe PEREZ
1 IIRC, distcc treats 'localhost' differently (calls gcc directly) than
2 '127.0.0.1' (connects to distccd at 127.0.0.1 and tries to distribute). Most
3 likely, you don't have 127.0.0.1 in the --allow for distccd on your local box,
4 so it immediately drops the connection. Either change '127.0.0.1' to 'localhost'
5 (best solution) or add 127.0.0.1 to the --allow for distccd.
6
7 Christophe PEREZ wrote:
8 > Le Mon, 11 Jul 2005 00:07:41 -0400, Christophe PEREZ a écrit :
9 >
10 >
11 >>distcc_hosts: localhost 192.168.0.101 192.168.0.201 192.168.0.30
12 >
13 >
14 > Error, my config line is :
15 > distcc_hosts: 127.0.0.1 192.168.0.101 192.168.0.201 192.168.0.30
16 >
17 > (like examples)
18 >
19
20
21 --
22 Andrew Gaffney http://dev.gentoo.org/~agaffney/
23 Gentoo Linux Developer Installer Project
24 --
25 gentoo-catalyst@g.o mailing list

Replies

Subject Author
[gentoo-catalyst] Re: Re: distcc Christophe PEREZ <christophe.perez@×××××××.com>