info-cvs
[Top][All Lists]
Advanced

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

Re: pls enough of that connection refused


From: Rahul P
Subject: Re: pls enough of that connection refused
Date: Tue, 5 Feb 2002 15:25:42 +0530

hi Gianni
  Thank u very much for ur help.
  previously i used the service cvspserver given by larry, but invain, i
dont understand why.
  now the pserver is up, i checked it using "netstat -nlpd | 2401"
  the output is
  "tcp        0      0 0.0.0.0:2401            0.0.0.0:*              
LISTEN      7147/xinetd  "
  after which i did the following
  1) cvs -d /usr/CVS init
  2) imported the required directory (no conflicts)
  3) checked out the required (no conflicts)
  4) created a file passwd in /usr/CVS and added the line
        username:
  but when i try to loin using "cvs login" from other machine it says
/usr/CVS mo such repository. 


On 2002.02.05 11:42 Gianni Mariani wrote:
> 
> you will need the following (what I use)
> 
> ------snip---------
> # default: on
> # description: The cvspserver provides support for cvs network
> connections \
> #       unencrypted username/password pairs for authentication.
> service cvspserver
> {
>         flags           = REUSE
>         socket_type     = stream       
>         wait            = no
>         user            = root
>         passenv         = PATH
>         server          = /usr/bin/cvs
>         server_args     = -f --allow-root=/cvssrc/main/cvsroot pserver
>         log_on_failure  += USERID
> }
> ----- snip ------
> 
> placed in
> 
> /etc/xinetd.d/cvspserver
> 
> and then run
> 
> /etc/rc.d/init.d/xinetd restart
> 
> I'm sure you'll find this in the manual.
> 
> G
> 
> address@hidden wrote:
> 
> >hi all,
> >  i am really fed up of trying all possible ways to start that pserver,
> i 
> >am been scanning each and every mail to get a clue/hint to start that
> server.
> >  can any one of u list down the correct steps for the same. i am using
> >linux redhat 7.2 and has cvs already installed 
> >"Concurrent Versions System (CVS) 1.11.1p1 (client/server)"
> >
> >THANKS A LOT in advance.
> >
> >
> >
> >
> >---------------------------------------------------------
> >This message sent using EMUmail -- http://www.emumail.com
> >---------------------------------------------------------
> >
> >Jumping through hoops to get E-mail on the road? 
> >You've got two choices: Join the circus, or use MollyMail.
> >
> >Molly Mail -- http://www.mollymail.com
> >
> >
> >
> >_______________________________________________
> >Info-cvs mailing list
> >address@hidden
> >http://mail.gnu.org/mailman/listinfo/info-cvs
> >
> 
> 
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 
> 
> 
> 



reply via email to

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