On Jun 9, 2005, at 12:02 AM, Joerg Hessdoerfer wrote:
> Hi,
>
> On Wednesday 08 June 2005 17:30, Adrian Hoe wrote:
>
>> On Jun 8, 2005, at 5:17 PM, Max Bowsher wrote:
>>
>>> Adrian Hoe wrote:
>>>
>>>> This is my xinet setup:
>>>> --------------------------------------------------
>>>> service svnserver
>>>> {
>>>> disable = no
>>>> socket_type = stream
>>>> protocol = tcp
>>>> wait = no
>>>> user = root
>>>> server = /usr/bin/svnserve
>>>> server_args = -i -r /svn
>>>> }
>>>> --------------------------------------------------
>>>>
>>>
>>> There's no port configured there, I imagine that would be a problem.
>>>
>>
>> The port number 3690 has been setup in /etc/services. inet or xinet
>> does not take care of port number.
>>
>
> you have made sure that there's a line in /etc/services like this:
>
> svnserver 3690/tcp # stanalone svn server
>
> especially that the names match? (Cause xinetd takes care of the
> port number
> (what else?) but it gets them from the /etc/services file...)
Yes! It works. I had a typo mistake in /etc/service. To keep it
simple, I changed svnserver to svn. :-)
Thanks.
--
"If you missed the rising sun and the morning dew, don't miss the
beautiful sunset." -- Adrian Hoe inspired by Michal Nowak, June 15 2004
http://adrianhoe.com
Received on Thu Jun 9 05:27:48 2005