[Ilugc] cvs pserver problem

  • From: raamanp@xxxxxxxxxxx (Raman.P)
  • Date: Thu Aug 25 09:38:04 2005


--- Bala Vignesh <kbalavignesh@xxxxxxxxx> wrote:

hello friends!

      In my mandrake 9.2 i have installed cvs-1.11.20 it works fine
and i access my repository from remote machine using pserver.
 here the binary file cvspserver exist on /usr/sbin and this is
specified under /etc/xinetd.d/cvs file like follow
  
                 service cvspserver
{
...
server=/usr/sbin/cvspserver
...
}

My problem is now i have to move my repository to server (redhat
9.0 ).
(here i installed cvs 1.11.20 by source compilation)
In server there is no cvspserver binary file.
/etc/xinetd.d/cvs looks ...

service cvspserver
{
...
server=/usr/bin/cvs
....
}

using this i cant able to access from remote machine using
pserver.....

why  the cvspserver binary file not exist in redhat9.0?
Is it problem with installation(missing file)?
Is there any other way using pserver?

Try following entry. This is from redhat 7.3 standard xinetd.d/cvs
file
service cvspserver
{
        port    =2401
        socket_type     =stream
        protocol        =tcp
        wait    =no
        user    =root
        passenv =PATH
        server  =/usr/bin/cvs
        server_args     = -f --allow-root=yourroot pserver
        disable = no
}

Raman.P                                                              
               


 



        

        
                
____________________________________________________
Send a rakhi to your brother, buy gifts and win attractive prizes. Log on to 
http://in.promos.yahoo.com/rakhi/index.html

Other related posts: