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

Re: svnserve and xinetd

From: Carey Evans <careye_at_spamcop.net>
Date: 2004-03-16 08:07:43 CET

Mark Brown wrote:

> Running Subversion 1.0.0 on Mandrake 9.1 and having trouble getting
> svnserve to work with xinetd.

> service svn
> {
> disable = no
> socket_type = stream
> protocol = tcp
> wait = no
> user = root

You should really run svnserve as its own user, but that's unlikely to
be your problem.

[...]

> svn: Connection closed unexpectedly

Try just connecting to the service manually:

$ telnet localhost 3690
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )

You might get a better error message. Also see if there is anything
logged by xinetd in /var/log/syslog, or wherever Mandrake puts the log
messages.

-- 
"Hanging is too good for a man who makes puns; he should be drawn and 
quoted."
         -- Fred Allen

Received on Tue Mar 16 08:08:30 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.