(1) when I telnet to 2401, I got "Could not open connection to the host, on port 2401: connection failed"
(2) If I do "cvs -d:pserver:[EMAIL PROTECTED]/tar/cvsroot/ login", I got "cvs [login aborted]: connect to 192.168.51.10(192.168.51.10):2401 failed: Connection refused"
(3) If I do "chkconfig --list", it lists "cvspserver on" as services uner xinted
(4) iptables is empty
I've done the following:
(1) added cvspserver to /etc/xinet.d/ that contains:
service cvspserver
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
env = HOME=/var/cvsroot
passenv =
server = /usr/bin/cvs
server_args = --allow-root=/var/cvsroot pserver
}
(2) /etc/services does contain "cvspserver 2401/tcp" and for udp.
(3) restarted xinet.d with /etc/init.d/xinetd restartI couldn't think of anything that will prevent the service on port 2401, any suggestions? I'm
completely lost at the moment. Really appreciate it.
_______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
