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 1KOwzd-0006br-7d for garchives@archives.gentoo.org; Fri, 01 Aug 2008 15:56:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41ACCE031E; Fri, 1 Aug 2008 15:56:35 +0000 (UTC) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by pigeon.gentoo.org (Postfix) with ESMTP id 2DB57E031E for ; Fri, 1 Aug 2008 15:56:35 +0000 (UTC) Received: by py-out-1112.google.com with SMTP id w53so525788pyg.25 for ; Fri, 01 Aug 2008 08:56:35 -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:references:in-reply-to :content-type:content-transfer-encoding; bh=artJZHCXsO45UTD5R74fHpetfdQiKaGjL4BYc3zTBNA=; b=Kbi68jp7ix21PspGt1dX7KtrsDyAiMG9G+JijTx8ewWhNKqfxaNqT9dO49OQVFjFJH i6TX4vwhDlyxJlqiBHG8QwhiXXxpicMcRWxOKOAgN1YJxYnqxxk0I0C5BatQCP3FArtw IofL1rWp0PsKBrkUNLALqVL8PEi7MW8KGbs/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=hATIAX5N9q2FPxGs3ANkIEJ36LEMFgi26xvKWxAr4dKtIcWWsoe4un9MVXjuyv6bZ0 FwmY3RjPnjhLUpiIr8Sa1haahAazekcfybgsCpw6EGgDsonF6em5ESl0GXgMMs6ho4aY VNWdIWFmKfkkSOvtLVK1+kXcXek7Jx4esTBnY= Received: by 10.64.253.11 with SMTP id a11mr755048qbi.46.1217606194861; Fri, 01 Aug 2008 08:56:34 -0700 (PDT) Received: from ?192.168.2.15? ( [65.93.195.175]) by mx.google.com with ESMTPS id s30sm2819169qbs.8.2008.08.01.08.56.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 01 Aug 2008 08:56:34 -0700 (PDT) Message-ID: <489340D7.6060607@gmail.com> Date: Fri, 01 Aug 2008 12:59:03 -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] (SOLVED) Re: distcc trivial issue (i'm sure) References: <4892B19D.2070403@gmail.com> In-Reply-To: <4892B19D.2070403@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: ad6ca3e7-852b-4833-aa12-445e1a3fa161 X-Archives-Hash: e2dc69174a0e84399eadbeb7f83709d0 I have no idea what the problem was exactly, but I'm sure it was trivial. In fact, I highly suspect it was just that I didn't restart distccd or something as boring as that... I guess a good sleep + a good shower + a good coffee was what I needed to get it working! I tested several values of -j and all give pretty much the same results which is about 15% acceleration (computers are 433MHz/128Mb(swaps-a-lot), 450MHz(512Mb) and 700MHz(512Mb)). I don't think I should expect more acceleration, should I? Anyway, thanks and now, let's update these ancient monsters! Simon Simon wrote: > 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 >