info-cvs
[Top][All Lists]
Advanced

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

Re: problem setting cvs pserver


From: alex
Subject: Re: problem setting cvs pserver
Date: 17 Feb 2005 14:10:18 -0800

> You may have to put the line 'disable = no'[1] in /etc/xinetd.d/cvspserver.
> have you issued `service xinetd restart`, since setting up
> /etc/xinetd.d/cvspserver?
I tried but with no change:
address@hidden ~]# cat /etc/xinetd.d/cvspserver
service cvspserver
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/cvs
server_args = -f --allow-root=/usr/local/cvsroot pserver
}
address@hidden ~]# /etc/init.d/xinetd restart
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
address@hidden ~]# telnet localhost 2401
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.

> has the following link been of any help?
> https://www.cvshome.org/docs/manual/cvs-1.11.19/cvs_21.html#SEC187
I read it before but couldn't find an answer. thanks for your help.
Alex


reply via email to

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