From owner-freebsd-questions@FreeBSD.ORG Fri Nov 17 00:04:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E3CC16A412 for ; Fri, 17 Nov 2006 00:04:54 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 995FA43D4C for ; Fri, 17 Nov 2006 00:04:53 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so543225uge for ; Thu, 16 Nov 2006 16:04:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=K6oM+kd3e1AJqUiCofn+S1O0vKdW6wOr5HiA2fp0D0vMI/vZB12fPrdaA3A7qdI8xaociASk0im43+vhf5u0m8MFfJVNzPkCznlOiHH6mefpah+cxloy4e8nOWqRQnQ+Im+kBwXcBFohSvUuEqCwVTpYGTouYji7CazuTKYF4VY= Received: by 10.78.33.5 with SMTP id g5mr1199925hug.1163721891902; Thu, 16 Nov 2006 16:04:51 -0800 (PST) Received: by 10.78.183.17 with HTTP; Thu, 16 Nov 2006 16:04:51 -0800 (PST) Message-ID: Date: Thu, 16 Nov 2006 19:04:51 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: VF In-Reply-To: <455CF0CA.8050404@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <455CF0CA.8050404@free.fr> X-Google-Sender-Auth: 019bfb1385dd2d84 Cc: freebsd-questions@freebsd.org Subject: Re: Beginner - distcc error - Free BSD 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2006 00:04:54 -0000 On 11/16/06, VF wrote: > Hi, im working on a little old laptop Gataway. Celeron PII 500 // 512 Mo > ram. > > #uname -a > > FreeBSD xxxxxx.dyndns.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 > 04:32:43 UTC 2006 > root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > Im trying to use distcc for my compilations, > > on the laptop who compiling i have : > > cat /etc/make.conf > # added by use.perl 2006-10-14 03:14:45 > PERL_VER=5.8.8 > PERL_VERSION=5.8.8 > CC=distccc > MAKE_ARGS=-j4 > CC=/usr/local/bin/distcc > > > setenv DISTCC_HOSTS=localhost 192.168.4.11 > > and of course distcc well installed. > > When i start compilation in ports for exemple in /usr/ports/anyport, > "distcc" try to reach 192.168.4.11 but return an error : > > > #cat /var/log/messages | grep distcc > Nov 14 16:16:32 MOOMOO distccd[825]: (dcc_listen_by_addr) ERROR: bind of > :::3632 failed: Address already in use > Nov 14 16:24:13 MOOMOO distccd[845]: (dcc_listen_by_addr) ERROR: bind of > :::3632 failed: Address already in use > either distccd was already running and someone tried to start it again or something already is using :3632. > > > On the server (192.168.4.11) same conf and running that : > > #pstree | grep distccd > | | \--- 17494 root grep distcc > | |-+= 17490 distcc distccd --daemon --allow 192.168.4.203 > | | |--- 17491 distcc distccd --daemon --allow 192.168.4.203 > | | \--- 17492 distcc distccd --daemon --allow 192.168.4.203 > > > #netstat -a | grep LISTEN > tcp4 0 0 *.3632 *.* LISTEN > > > > I cant find why i am reject from 192.168.11 > > Am i doing something wrong ? > you have to --allow each ip. > if any body can help it would helps a lot... > > Regards > > Vince > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >