From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KOnSF-0008Mx-CE for garchives@archives.gentoo.org; Fri, 01 Aug 2008 05:45:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C621E0366; Fri, 1 Aug 2008 05:45:29 +0000 (UTC) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5B3FCE0366 for ; Fri, 1 Aug 2008 05:45:29 +0000 (UTC) Received: by py-out-1112.google.com with SMTP id w53so448701pyg.25 for ; Thu, 31 Jul 2008 22:45:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=Cr1N+RUIGm6GyMhNsbKXH6HgpWpycTzQm6Mz4EloR88=; b=FvLSeW6rU3QQtljqL5S4ZUo5TM46uM4MabP9MV/aLZrtMGZwFPmd0Z+Yzul/HBG6Di SujUhrUXKUy8u2rU/Lb9Dyi68C8TIxD/UXT/3AyPGD7SMZTUlWuVyFQylfcT5bvlGi0t P86rrxIZvKufl7Kh8OFAamGtmYKHKGPxRh7Lo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=uj1BzpcMvqPPxcBjLdxmIGog4FAQQo9TGw5SkwVcEno+raQIcuNlt/F/iG6Vv66/rv +KXn4kyh1Rxd/N3CPur80+6QnREVnA0K+IYASgRWvRgqA8BoaRjZLLTseJWY4k95QEPd 1AOre3+wZhGV5GPmwERRyTSQsv+C9nvhq4sWU= Received: by 10.65.188.2 with SMTP id q2mr2486657qbp.76.1217569529116; Thu, 31 Jul 2008 22:45:29 -0700 (PDT) Received: from ?192.168.2.15? ( [65.93.195.175]) by mx.google.com with ESMTPS id k29sm1605566qba.7.2008.07.31.22.45.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 31 Jul 2008 22:45:28 -0700 (PDT) Message-ID: <4892B19D.2070403@gmail.com> Date: Fri, 01 Aug 2008 02:47:57 -0400 From: Simon User-Agent: Thunderbird 2.0.0.14 (X11/20080611) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] distcc trivial issue (i'm sure) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 80e3ba91-57d0-46e9-8fab-3fd5aa2af01f X-Archives-Hash: 4eeff3e4cabf57a27c1f79821300e5c1 Hi, I've followed several docs about setting up distcc, one from the gentoo manuals and the other on distcc's website. I believe I understand the whole concept pretty well, but my problem is: only the first host compiles. I have 3 hosts, if I use nmap, it can detect the distcc port is open what version of distcc and gcc it's using. This proves it's running on all hosts. I have scp all distcc config files to all hosts, including make.conf (3 pcs are the same arch, etc). And of course option -j4 If I run emerge on a pkg, I will see the log populating on the 3 machines, there must be communication! After manipulating DISTCC_DIR, I got distccmon-gui to work. The monitor will show at the begining that "localhost" is compiling a small file during the ./configure. Then when compilation kicks in, "localhost" stops working completely and "192.168.96.64"(ip of localhost on lan) starts working steadily. IP:*.64 is the first host in /etc/distcc/hosts. I have set the logs to debug level, which i believe is the level that will show ALL information (right?). I have read through that log during a compilation, specially at the start, and found absolutely no mention of the IP of any other hosts, nothing talking about connection issues or similar. I'm stuck here, I don't know what I'm looking for and help would be greatly appreciated! Thanks, Simon