[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: Justin Johnson <justinjohnson_at_fastmail.fm>
Date: 2004-03-15 21:47:36 CET

Don't know if this is your problem, but I had a problem where I had
LD_LIBRARY_PATH set so that all the library paths were correct, but it
failed from inetd since I didn't permanently set the library path. The
solution was to add the appropriate libraries to /etc/ld.so.conf and run
ldconfig. Then everything worked fine.

-Justin

On Mon, 15 Mar 2004 11:59:24 -0500, "Mark Brown" <mark.brown@rogers.com>
said:
> Hi,
> Running Subversion 1.0.0 on Mandrake 9.1 and having trouble getting
> svnserve to work with xinetd.
> Added the following lines to /etc/services:
>
> svn 3690/tcp # Subversion
> svn 3690/udp # Subversion
>
> and have file /etc/xinetd.d/svn:
>
> service svn
> {
> disable = no
> socket_type = stream
> protocol = tcp
> wait = no
> user = root
> instances = 1
> port = 3690
> server = /usr/bin/svnserve
> server_args = -i -r /xxx/yyy/repos
> }
>
> Trying to checkout project 'zzz' with:
>
> svn checkout svn://localhost/zzz
>
> Produces an message:
>
> svn: Connection closed unexpectedly
>
> Any help would be greatly appreciated.
> Mark Brown (newbie)
>
> PS. if svnserve is started manually with svnserve -d -r /xxx/yyy/repos
> then the checkout works
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 15 21:48:13 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.