[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svnserve 0.37 and xinetd

From: Jason Rust <jrust_at_rustyparts.com>
Date: 2004-01-29 17:31:53 CET

I've just upgraded from 0.35 to 0.37 and can't get svnserve to run as an
xinetd process any longer. I've tried all the different arguments, but
no luck thus far. Here is my xinetd file:
service svn
{
    disable = no
    socket_type = stream
    protocol = tcp
    wait = no
    user = root
    instances = 1
    port = 3690
    server = /usr/bin/svnserve
    server_args = -d
}

This is the result with that setup:
[root@localhost]# telnet localhost 3690
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Can't bind server socket: Address already in use
Connection closed by foreign host.

Any ideas?
-Jason

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 29 17:22:06 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.