From owner-freebsd-questions@FreeBSD.ORG Mon Mar 24 02:34:18 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FF72106566B for ; Mon, 24 Mar 2008 02:34:18 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 8BB318FC12 for ; Mon, 24 Mar 2008 02:34:17 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl7-219.kln.forthnet.gr [77.49.134.219]) (authenticated bits=128) by igloo.linux.gr (8.14.2/8.14.2/Debian-3) with ESMTP id m2O2FHlL018298 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 24 Mar 2008 04:15:24 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m2O2FEVB004951; Mon, 24 Mar 2008 04:15:16 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m2O2F9Ia004950; Mon, 24 Mar 2008 04:15:09 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: darrell@dunmanifestin.co.uk References: <15c45fbc0803230901w112ccdadn8277efc0a4fc7246@mail.gmail.com> <47E6BEBB.50306@giovannetti.ca> <15c45fbc0803231613n3799a9ckdcf3cc2e5d5f30c4@mail.gmail.com> Date: Mon, 24 Mar 2008 04:15:09 +0200 In-Reply-To: <15c45fbc0803231613n3799a9ckdcf3cc2e5d5f30c4@mail.gmail.com> (Darrell Blake's message of "Sun, 23 Mar 2008 23:13:12 +0000") Message-ID: <87r6e0j2aa.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m2O2FHlL018298 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.887, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.51, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: "Mark G." , FreeBSD Questions Subject: Re: Subversion and FreeBSD permission problems 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: Mon, 24 Mar 2008 02:34:18 -0000 On Sun, 23 Mar 2008 23:13:12 +0000, "Darrell Blake" wrote: > I'm SSHing to my server from my desktop as I haven't actually got a > monitor on the server but when I do a sockstat I get the following > output regarding svn: > > svuser svnserve 846 3 tcp6 *:3690 *:* > > When I try and do "telnet 127.0.0.1 3690" on the server I get... > > telnet: connect to address 127.0.0.1: Connection refused. > telnet: Unable to connect to remote host > > ...and if I try and do "telnet 192.168.0.10 3690" from my desktop I get... > > Connecting To 192.168.0.10...Could not open connection to the host, on port 3690 > : Connect failed" Ok, now is a good time to check your firewall ruleset :) It looks like you are blocking incoming connections to the svnserve port.