info-cvs
[Top][All Lists]
Advanced

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

Re: login problems - problem details given clearly


From: David Zaroski
Subject: Re: login problems - problem details given clearly
Date: Tue, 29 May 2001 02:08:28 -0700 (MST)

On Tue, 29 May 2001, Bhavaniprasad Polimetla wrote:

BP>My xinetd.conf file is as follows.
BP>
BP>#
BP># Simple configuration file for xinetd
BP>#
BP># Some defaults, and include /etc/xinetd.d/
BP>
BP>defaults
BP>{
BP>        instances               = 60
BP>        log_type                = SYSLOG authpriv
BP>        log_on_success          = HOST PID
BP>        log_on_failure          = HOST RECORD
BP>}
BP>

Remove the following from 'xinetd.conf':

BP>2401 stream tcp nowait root /usr/bin/cvs cvs -f
BP>--allow-root=/home/bhavani/cvsroot pserver

Create file 'cvspserver' in '/etc/xinetd.d' (containing the following):

service cvspserver
{
        flags       = REUSE NAMEINARGS
        socket_type = stream
        protocol    = tcp
        wait        = no
        user        = root
        server      = /usr/bin/cvs
        server_args = cvs -f --allow-root=/home/bhavani/cvsroot pserver
}

Also make sure that port 2401 is setup properly in /etc/services.


.....Dave





reply via email to

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