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

Re: Problem using svnserve with inetd (svn 1.0.5, Debian)

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-06-25 08:37:01 CEST

> Hi,
>
> I am new to Subversion. I cannot succeed to use svnserve with inetd:
> # svn checkout svn://localhost/tmp/myrepository
> svn: Malformed network data
>
> Configuration:
> Debian GNU/Linux Woody
> subversion 1.0.5-0.woody.1 (backport, http://people.debian.org/~adconrad)
>
> /etc/inetd.conf:
> svn stream tcp nowait root /usr/bin/svnserve -i

I think this line should be:

svn stream tcp nowait root /usr/bin/svnserve svnserve -i

Also, I'd consider not running the svnserve process as root.

>
> /etc/services:
> svn 3690/tcp # Subversion
> svn 3690/udp # Subversion
>
> It works with svn+ssh or if I launch svnserve without inetd (-d option).
> thanks in advance for your help,

The argument list to cron also has to contain the name of the executable
run.

HTH,

Erik.

-- 
"Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen!
Jetzt aktivieren unter http://www.gmx.net/info
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 25 08:38:38 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.