Gentoo Archives: gentoo-user

From: Simon <turner25@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] distcc trivial issue (i'm sure)
Date: Fri, 01 Aug 2008 05:45:31
Message-Id: 4892B19D.2070403@gmail.com
1 Hi,
2 I've followed several docs about setting up distcc, one from the gentoo
3 manuals and the other on distcc's website. I believe I understand the whole
4 concept pretty well, but my problem is: only the first host compiles.
5
6 I have 3 hosts, if I use nmap, it can detect the distcc port is open what
7 version of distcc and gcc it's using. This proves it's running on all hosts. I
8 have scp all distcc config files to all hosts, including make.conf (3 pcs are
9 the same arch, etc). And of course option -j4
10
11 If I run emerge on a pkg, I will see the log populating on the 3 machines,
12 there must be communication! After manipulating DISTCC_DIR, I got distccmon-gui
13 to work.
14
15 The monitor will show at the begining that "localhost" is compiling a small
16 file during the ./configure. Then when compilation kicks in, "localhost" stops
17 working completely and "192.168.96.64"(ip of localhost on lan) starts working
18 steadily. IP:*.64 is the first host in /etc/distcc/hosts.
19
20 I have set the logs to debug level, which i believe is the level that will
21 show ALL information (right?). I have read through that log during a
22 compilation, specially at the start, and found absolutely no mention of the IP
23 of any other hosts, nothing talking about connection issues or similar.
24
25 I'm stuck here, I don't know what I'm looking for and help would be greatly
26 appreciated!
27
28 Thanks,
29 Simon

Replies

Subject Author
[gentoo-user] (SOLVED) Re: distcc trivial issue (i'm sure) Simon <turner25@×××××.com>
Re: [gentoo-user] distcc trivial issue (i'm sure) Roger Mason <rmason@×××××××.ca>