Hi all,
I am using fedora core 3,
Concurrent Versions System (CVS) 1.11.17 (client/server)
xinetd Version 2.3.13 libwrap loadavg
and I am trying to set up a CVS pserver on my machine ( without any
security in mind at the moment):
my cvspserver file:
_________________________________________________________
service cvspserver
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/cvs
server_args = -f --allow-root=/usr/local/cvsroot server
}
__________________________________________________________
Other setting:
echo $CVSROOT
/usr/local/cvsroot/
which cvs
/usr/bin/cvs

but when I try to connect I always get:
cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot login
Logging in to :pserver:[EMAIL PROTECTED]:2401/usr/local/cvsroot
CVS password:
cvs [login aborted]: reading from server: Connection reset by peer

After viewing:
https://www.cvshome.org/docs/manual/cvs-1.11.10/cvs_21.html#SEC184
I tried:
[EMAIL PROTECTED] ~]# telnet localhost 2401
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.

To test my xinetd daemon I used my ftp server:
telnet localhost ftp
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 (vsFTPd 2.0.1)
...

So I believe that xinetd is working properly, where can I go from here
to get cvspserver to work properly.
Any help welcome,
Alex
_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to