From owner-freebsd-questions@FreeBSD.ORG Thu Nov 16 20:57:19 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 747B116A407 for ; Thu, 16 Nov 2006 20:57:19 +0000 (UTC) (envelope-from vincent.fauquez@free.fr) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 124C443D55 for ; Thu, 16 Nov 2006 20:57:19 +0000 (GMT) (envelope-from vincent.fauquez@free.fr) Received: from [192.168.4.203] (per92-7-82-236-196-2.fbx.proxad.net [82.236.196.2]) by smtp4-g19.free.fr (Postfix) with ESMTP id D46D988E1 for ; Thu, 16 Nov 2006 21:57:15 +0100 (CET) Message-ID: <455CD0A9.7040403@free.fr> Date: Thu, 16 Nov 2006 21:57:13 +0100 From: VF User-Agent: Thunderbird 1.5 (X11/20061023) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Firefox 2 and XFCE 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: Thu, 16 Nov 2006 20:57:19 -0000 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 distcc try to reacch 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 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 ? if any body can help it would helps a lot... Regards Vince