[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: Mark Brown <mark.brown_at_rogers.com>
Date: 2004-03-16 14:22:18 CET

Thanks for the help. Removing the 'instances = 1' from 'service svn'
has solved the issue.

Carey Evans wrote:

> 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.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 16 14:22:57 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.