Date: Sun, 23 Mar 2008 20:20:10 -0400 From: "Mark G." <mark-fbsd-quest-10+20080323@giovannetti.ca> To: darrell@dunmanifestin.co.uk Cc: FreeBSD Questions <questions@freebsd.org> Subject: Re: Subversion and FreeBSD permission problems Message-ID: <47E6F3BA.8010504@giovannetti.ca> In-Reply-To: <15c45fbc0803231613n3799a9ckdcf3cc2e5d5f30c4@mail.gmail.com> References: <15c45fbc0803230901w112ccdadn8277efc0a4fc7246@mail.gmail.com> <F6D9CCF5-F70A-436C-A1A1-BDF5D367320E@hiwaay.net> <47E6BEBB.50306@giovannetti.ca> <15c45fbc0803231613n3799a9ckdcf3cc2e5d5f30c4@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi again, 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 *:* ^^^^ I just noticed the 'tcp6' in the above line. Looks like your svn server is listening on an IP version 6 address. It won't answer a request made from an IP version 4 address (it can't even see it), which is what 127.0.0.1 and 192.168.*.* are. Does the output to 'sockstat -4' show any services? Note the -4 option restricts sockstat's output to IP v4 addresses. Mark
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47E6F3BA.8010504>