info-cvs
[Top][All Lists]
Advanced

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

Re: AW: CVS pserver on diferent port.


From: jquest jquest
Subject: Re: AW: CVS pserver on diferent port.
Date: Fri, 20 Jul 2001 14:55:16 +0000


My client is 1.11.
I have one Linux server 1.11.1p1.
It is working well with one repository.
I need anoder repository or module with diferent access ( diferent users). It is all. I tryaed to use --allow-root with 2 repository , but it is not working ( or I can not setup it).

My xinetd file is:

service cvspserver
{
       disable             = no
       port                = 2401
       socket_type         = stream
       protocol            = tcp
       wait                = no
       group               = cvsgrp
       user                = cvsroot
       env             =   HOME=/MyCvs1
       only_from           = 192.168.1.0
       log_type            = FILE /var/log/myxinetlog
       server              = /usr/sbin/cvspserver
server_args = -f --allow-root=/MyCvs1 --allow-root=/MyCvs2 pserver

}

And I can work with the first CVS ( MyCvs1), but can not work with the second.
By connecting I get this message:
...server xxx rejected access.

Any ideas?

Many thanks.



From: "Patrick Decat" <address@hidden>
To: "jquest jquest" <address@hidden>, <address@hidden>
CC: <address@hidden>
Subject: Re: AW: CVS pserver on diferent port.
Date: Fri, 20 Jul 2001 16:28:24 +0200

This should work... I've just tried it :
cvs -d :pserver:address@hidden:2404/export/home/etude/cvsrepository login

What is the version of your cvs client ?

Mine is cvs 1.11.1p1, and it also works with WinCVS 1.20 (cvs client 1.11).
It may be a newly added function.

Hints:
- can you do "telnet MyIP 2404" ?
- does "cvs -d :pserver:address@hidden:2404/MyCVSRoot login" print
"cvs [login aborted]: connect to MyIP(xxx.xxx.xxx.xxx):2404 failed: Connection refused" ?


Hope this helps,
Patrick.

----- Original Message -----
From: "jquest jquest" <address@hidden>
To: <address@hidden>
Cc: <address@hidden>
Sent: Friday, July 20, 2001 3:55 PM
Subject: Re: AW: CVS pserver on diferent port.


Hi,
Thanks for answer.
the problem is hot to connect to this port with cvs-client.
I tryed this:
cvs -d :pserver:address@hidden:2404/MyCVSRoot login ,
but do not have success.
Any ideas?

>From: Schell Walter <address@hidden>
>To: 'jquest jquest' <address@hidden>
>CC: "CVS (E-Mail)" <address@hidden>
>Subject: AW: CVS pserver on diferent port.
>Date: Fri, 20 Jul 2001 15:41:05 +0200
>
>For pserver just a guess: make entries in /etc/services and
/etc/inetd.conf
>for each port. Set different parameters for --allow-root and it should
>work.
>
>
>-----Ursprüngliche Nachricht-----
>Von: jquest jquest [mailto:address@hidden
>Gesendet: Freitag, 20. Juli 2001 14:55
>An: address@hidden
>Betreff: CVS pserver on diferent port.
>
>
>Hi all,
>I will to have 2 cvs pserver started on diferen ports ( 2401 and 2404).
>Is it possible to do this over Linux?
>And how?
>How can I login to this servers remotly ?
>
>Many thanks in advance.
>
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
>_______________________________________________
>Info-cvs mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/info-cvs


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


_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs



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




reply via email to

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