From owner-freebsd-current@FreeBSD.ORG Mon Aug 11 10:44:56 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 617AC37B404 for ; Mon, 11 Aug 2003 10:44:56 -0700 (PDT) Received: from tiamat.ipv6.hackerheaven.org (ipv6.hackerheaven.org [80.126.0.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557F443F85 for ; Mon, 11 Aug 2003 10:44:54 -0700 (PDT) (envelope-from coolvibe@hackerheaven.org) Received: from azazel.ipv6.hackerheaven.org (azazel.ipv6.hackerheaven.org [10.0.0.11])h7BHh00f092640; Mon, 11 Aug 2003 19:43:00 +0200 (CEST) (envelope-from coolvibe@hackerheaven.org) From: Emiel Kollof Organization: Hackerheaven dot ORG To: Christer Gundersen , current@freebsd.org Date: Mon, 11 Aug 2003 19:43:34 +0200 User-Agent: KMail/1.5.3 References: <1060622812.58159.2.camel@funshine.carebears.net> In-Reply-To: <1060622812.58159.2.camel@funshine.carebears.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308111943.34485.coolvibe@hackerheaven.org> X-Spam-Status: No, hits=-2.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_KMAIL version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Scanned-By: MIMEDefang 2.33 (www . roaringpenguin . com / mimedefang) Subject: Re: distcc and freebsd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 17:44:56 -0000 Op maandag 11 augustus 2003 19:26, schreef Christer Gundersen: > anyone gotten this to work? Yes, I have. > It seems like I cant. I followed the howto on their page, but it seems > like distccd dont startup right. ('ps aux' shows distccd running) > Like, distccd runs but it dont open the port that it needs. I even tried > using 'distccd --daemon -p 80' , but nmap did not find it, nor does a > 'telnet localhost 80' seem to find anything. > The monitor does not seem to respond either. Distcc wants to drop down it's privs (it doesn't like runnig as root). And seeming that you are trying to bind distcc to a priviledged port, no wonder it won't listen. Best is to create a locked distcc user without a shell that can't log in. Then just run distccd, and edit the distcc hosts file so you can distribute complies across machines. Don't forget to use -j flags with make. To see if distccd is doing compile jobs, you can always attach a strace(1) (or maybe even truss) to it's pid and watch if it's doing someting. HTH Cheers, Emiel -- If everything is coming your way then you're in the wrong lane.