info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: login -> connection refused


From: Per Akesson
Subject: Re: login -> connection refused
Date: Thu, 14 Feb 2002 15:57:41 +0000

Softwareentwicklung Hauschel wrote:

> Hi all,in my /etc/services i have add the entry:cvspserver 2401/tcpin
> my /etc/inetd.conf i had add the entry:cvspserver stream tcp, nowait,
> root, /usr/bin/cvs -f --allow-root=/usr/cvs/CVSROOT pserveri tryed to
> login from my remote windows system like that:C:\Programme\cvs>    cvs
> -d :pserver:address@hidden:/usr/cvs/ login
>
I think the first argument to /usr/bin/cvs should be argv[0], i.e.
"cvs", and then you should
add the options and arguments to /usr/bin/cvs, as in:

    cvspserver stream tcp, nowait, root, /usr/bin/cvs cvs -f
--allow-root=/usr/cvs/CVSROOT pserver

regards

PS
  I don't you can use commas "," as field separators in inetd.conf

--
Per Ã…kesson
Carmenta AB
SWEDEN







reply via email to

[Prev in Thread] Current Thread [Next in Thread]