Re: controlling ports: connection refused

2006-08-22 Thread Bill Moran
In response to Petr Juza <[EMAIL PROTECTED]>:

> Hi all,
> I would like to ask you if you resolved finally the problem with svnserve?
> I have the same problem and I don't know how 
> to solve it.

You emailed technical mailing list.  It's unlikely that anyone remembers
the specific problem you are referring to, as this list handles dozens of
problems every day.

If your problem is FreeBSD related, this is the correct list.  Post details
of the problem and it's likely that someone will be able to help you.

If your questions is more subversion related, you may get faster results
by posting your question to one of the subversion lists:
http://subversion.tigris.org/

In either case, you'll have to provide more detail if you want someone
to be able to assist you.

-- 
Bill Moran
Collaborative Fusion Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


controlling ports: connection refused

2006-08-22 Thread Petr Juza

Hi all,
I would like to ask you if you resolved finally the problem with svnserve? I have the same problem and I don't know how 
to solve it.


Thank you very much in advance.
PETER

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: controlling ports: connection refused

2006-05-20 Thread Chris Howells
On Saturday 20 May 2006 19:34, Peter Michaux wrote:
> $ telnet 192.168.0.103 3690
> Trying 192.168.0.103...
> telnet: connect to address 192.168.0.103: Connection refused
> telnet: Unable to connect to remote host

Check that svn is listening on the IP 192.168.0.103 and not just localhost 
(127.0.0.1).

-- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://www.chrishowells.co.uk, PGP ID: 0x33795A2C
KDE/Qt/C++/PHP Developer: http://www.kde.org


pgpuN12jO5Hzy.pgp
Description: PGP signature


Re: controlling ports: connection refused

2006-05-20 Thread Bill Moran
"Peter Michaux" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I'm having fun getting things working with FreeBSD. Hopefully I won't
> have too many questions for you guys but another speedbump. This looks
> like a SVN question but I think it is really a FreeBSD question.
> 
> I have Mac OS X 10.3.9 on one computer and FreeBSD 6.1 on another.
> They are both connected to my router. If I start a webserver (Webrick
> for a Rails web applications) on the FreeBSD machine, then I can view
> the website
> on my Mac by navigating to "http://192.168.0.103:3000/";. So I know the
> two machines can talk to each other.
> 
> On the FreeBSD machine I created an svn repository, did an initial "svn
> import" and can checkout the repostitory two ways. This is all on the
> FreeBSD machine.
> 
> # cd /home/peter/
> # svn checkout file:///home/peter/projectA
> Checked out revision 1
> 
> # cd /home/peter/
> # svnserve -d -r /home/peter/proj
> # svn checkout svn://localhost/projectB
> checkout out revision 1
> 
> So I know svn is working.
> 
> Now I would like to do a checkout on the Mac
> 
> $ svn checkout svn://192.168.0.103/projectB
> subversion/libsvn_ra_svn/client.c:141: (apr_err=61)
> svn: Can't connect to host '192.168.0.103': Connection refused
> $ svn checkout svn://192.168.0.103:3690/projectB
> subversion/libsvn_ra_svn/client.c:141: (apr_err=61)
> svn: Can't connect to host '192.168.0.103': Connection refused
> 
> Any ideas what I should do?

You should probably start the Subversion server on the FreeBSD machine.
What does sockstat -4 tell you?  I'm guessing you never started the
subversion server.

-- 
Bill Moran

ZOE: Preacher, don't the Bible have some pretty specific things to say about
 killing?
BOOK: Quite specific. It is, however, somewhat fuzzier on the subject of
 kneecaps.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


controlling ports: connection refused

2006-05-20 Thread Peter Michaux

Hi,

I'm having fun getting things working with FreeBSD. Hopefully I won't
have too many questions for you guys but another speedbump. This looks
like a SVN question but I think it is really a FreeBSD question.

I have Mac OS X 10.3.9 on one computer and FreeBSD 6.1 on another.
They are both connected to my router. If I start a webserver (Webrick
for a Rails web applications) on the FreeBSD machine, then I can view
the website
on my Mac by navigating to "http://192.168.0.103:3000/";. So I know the
two machines can talk to each other.

On the FreeBSD machine I created an svn repository, did an initial "svn
import" and can checkout the repostitory two ways. This is all on the
FreeBSD machine.

# cd /home/peter/
# svn checkout file:///home/peter/projectA
Checked out revision 1

# cd /home/peter/
# svnserve -d -r /home/peter/proj
# svn checkout svn://localhost/projectB
checkout out revision 1

So I know svn is working.

Now I would like to do a checkout on the Mac

$ svn checkout svn://192.168.0.103/projectB
subversion/libsvn_ra_svn/client.c:141: (apr_err=61)
svn: Can't connect to host '192.168.0.103': Connection refused
$ svn checkout svn://192.168.0.103:3690/projectB
subversion/libsvn_ra_svn/client.c:141: (apr_err=61)
svn: Can't connect to host '192.168.0.103': Connection refused

Any ideas what I should do?

On my mac I tried

$ telnet 192.168.0.103 3000
Trying 192.168.0.103...
Connected to 192.168.0.103.

but when I try port 3690 (the default port for svn)

$ telnet 192.168.0.103 3690
Trying 192.168.0.103...
telnet: connect to address 192.168.0.103: Connection refused
telnet: Unable to connect to remote host


Thanks,
Peter
Thanks,
Peter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"