Re: pls enough of that connection refused

2002-02-04 Thread Gianni Mariani


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

[EMAIL PROTECTED] 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
>[EMAIL PROTECTED]
>http://mail.gnu.org/mailman/listinfo/info-cvs
>




___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: pls enough of that connection refused

2002-02-05 Thread Rahul P

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
  "tcp0  0 0.0.0.0:24010.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
> 
> [EMAIL PROTECTED] 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
> >[EMAIL PROTECTED]
> >http://mail.gnu.org/mailman/listinfo/info-cvs
> >
> 
> 
> 
> 
> ___
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 
> 
> 
> 

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: pls enough of that connection refused

2002-02-05 Thread Olav Lindkjølen

>   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:

The file passwd should be in /usr/CVS/CVSROOT

Olav!


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: pls enough of that connection refused

2002-02-05 Thread Rahul

yes buddy , i tried that as the first thing, it still says /usr/CVS no such
repository  

On 2002.02.05 20:31 Olav Lindkjølen wrote:
> >   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:
> 
> The file passwd should be in /usr/CVS/CVSROOT
> 
> Olav!
> 
> 
> ___
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 
> 

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: pls enough of that connection refused

2002-02-05 Thread Larry Jones

Rahul P writes:
>
>   but when i try to loin using "cvs login" from other machine it says
> /usr/CVS mo such repository. 

That means that the repository you specified in your CVSROOT (/usr/CVS)
doesn't exactly match one of the --allow-root options specified in the
pserver command in [x]inetd.conf.

-Larry Jones

I think grown-ups just ACT like they know what they're doing. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs