Hy again,

actuall the entry in my inetd.conf is:

cvspserver stream tcp nowait root /usr/sbin/tcpd
/usr/bin/cvs -f --allow-root=/usr/cvs pserver


I try to login like follow:

C:\Programme\cvs>cvs -d :pserver:[EMAIL PROTECTED]:/usr/cvs login
Logging in to :pserver:[EMAIL PROTECTED]:2401/usr/cvs
CVS password:
cvs [login aborted]: connect to 192.168.0.4(192.168.0.4):2401 failed:
Connection refused

i have tryed it with and without "passwd", the same result.
The user "fredy" does exists as a user in the system !

have anybody another idea ;-)

Fredy

-----Ursprungliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag
von Larry Jones
Gesendet: Donnerstag, 14. Februar 2002 18:51
An: Softwareentwicklung Hauschel
Cc: [EMAIL PROTECTED]
Betreff: Re: AW: login -> connection refused


Softwareentwicklung Hauschel writes:
>
> /usr/cvs/CVSROOT
> CVSROOT is the directory that was reated by "cvs ... init"
> is it the right path after --allow-root=

No.  /usr/cvs is your repository, CVSROOT is a top-level directory in
the repository.  What comes after --allow-root= is just the repository
name and must match *exactly* what you use in your $CVSROOT
specification.  So, you want --allow-root=/usr/cvs (with no trailing
slash, please); and your $CVSROOT should be something like:

        :pserver:[EMAIL PROTECTED]:/usr/cvs

(again, with no trailing slash, please).

-Larry Jones

I've got to start listening to those quiet, nagging doubts. -- Calvin

_______________________________________________
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

Reply via email to