Good day!!!

Need your help guys. I'm trying to configure the RedHat7.0 as a cvs server 
and connecting using password authentication. I already added the entries 
below on my /etc/services:

cvspserver    2401/tcp
cvspserver    2401/udp

and also added a file cvspserver under /etc/xinetd.d that looks like this:

service cvspserver
{
      disable      = no
      socket_type         = stream
      protocol            = tcp
      wait                = no
      user                = root
      env                 = CVSREAD=1
      passenv             =
      group               = cvs
      log_type            = FILE /var/log/cvs.log
      server              = /usr/bin/cvs
      server_args         = -f --allow-root=/repository/cvsroot pserver
      log_on_success     += USERID DURATION
      log_on_failure     += HOST USERID
}

I restarted xinetd but still it refuses to connect to the port mentioned 
above.

Suggestions and recommendations are very much appreciated.

Cheers!



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to