From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 05:42:46 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 044AF16A4E0 for ; Wed, 23 Aug 2006 05:42:46 +0000 (UTC) (envelope-from sgeorge.ml@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A6C043D68 for ; Wed, 23 Aug 2006 05:42:40 +0000 (GMT) (envelope-from sgeorge.ml@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so38228pye for ; Tue, 22 Aug 2006 22:42:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=H9QiDpiJEOoAtmuLJGNkYQEB+NYNSK9uunQuq3EQ67VZMunm74sQtg7cOmpVEXh0Sl0NbC+p/H/Pyesqf3efLEj3xs85OpO3Y6vFYPXs77UNh0OvyzbOrlxBq2+0mQ49KX6280m4UUBtWvbhc/l8+A1B2lLDZq01Svo1bRCatHo= Received: by 10.35.117.5 with SMTP id u5mr17044169pym; Tue, 22 Aug 2006 22:42:40 -0700 (PDT) Received: by 10.35.51.18 with HTTP; Tue, 22 Aug 2006 22:42:39 -0700 (PDT) Message-ID: Date: Wed, 23 Aug 2006 11:12:39 +0530 From: "Siju George" To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: FreeBSD Subversion Network access problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 05:42:46 -0000 Hi, I installed Subversion on FreeBSD 6.1 from ports. Started svnserve to listen on 3690 # ps aux |grep svn svn 526 0.0 0.5 4264 2324 ?? Is 8:33PM 0:00.00 /usr/local/bin/svnserve -d --listen-port=3690 -r /var/MasterSVNRepository The output of netstat for port 3690 is # netstat -an |grep 3690 tcp6 0 0 *.3690 *.* LISTEN Any Idea why it is listening on tcp6 and not tcp4? How do I make it listen on tcp4. I cannot access the repositories now from the network :-( Thankyou so much Kind Regards Siju