Date: Wed, 23 Aug 2006 11:12:39 +0530 From: "Siju George" <sgeorge.ml@gmail.com> To: ports@FreeBSD.org Subject: FreeBSD Subversion Network access problem Message-ID: <b713df2c0608222242i4b6ae395h4068a7817c0abac3@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b713df2c0608222242i4b6ae395h4068a7817c0abac3>