gwl48
CVS为啥启动不了
系统:redhat as5.0 ,cvs:系统自带的cvs-1.11.22-5.el5
vi /etc/xinetd.d/cvs 如下
=====================================================
# default: off
# description: The CVS service can record the history of your source /
# files. CVS stores all the versions of a file in a single /
# file in a clever way that only stores the differences /
# between versions.
service cvspserver
{
disable = no
port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv = PATH
server = /usr/bin/cvs
env = HOME=/home/cvsroot
server_args = -f --allow-root=/home/cvsroot ssh
# bind = 127.0.0.1
}
======================================================
还有我无法重启xinetd.d,
[root@linuxtest ~]# /etc/rc.d/init.d/xinetd restart
-bash: /etc/rc.d/init.d/xinetd: No such file or directory
========================================
[root@linuxtest ~]# service xinetd restart
xinetd: unrecognized service
每次只能重启服务器,重启服务器后,查看进程和端口都没有监听,请大家帮忙看看