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

Re: "malformed network data"

From: Andy Peters <devel_at_latke.net>
Date: 2004-12-30 06:21:56 CET

Andy Peters wrote:

> Here's my entry in xinetd.d:
>
> service svn
> {
> disable = no
> socket_type = stream
> wait = no
> user = svnowner
> server = /usr/local/bin/svnserve
> server-args = -i -r /svnroot
> groups = yes
> flags = REUSE
> }

Replying to myself here:

I disabled the xinetd entry and added the stuff detailed in the SVN
manual to the inetd.conf (not xinetd) file, HUPed xinetd, and bingo!
svnserve works.

Apple hasn't completely deprecated inetd in favor of xinetd, so I'm good
for now.

-- andy from Tucson
"Dammit, Jim, I'm a hardware guy, not a Unix sysadmin!"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 30 11:50:00 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.