I've been having problems getting CVS to work with GSSAPI.

I some difficulty I finally got CVS to compile on a Solaris 7 box.  

[On the server]
I added the following to the /etc/inetd.conf and /etc/services files:

/etc/services
writesrv    2401/tcp   cpserver    # AIX write server, or CVS Password
server

/etc/inetd.conf
cpserver   stream  tcp  nowait  cvsadmin
/projects/sys/sysint/cvs-1.11.1p1/src/cvs cvs -f
--allow-root=/misc/fl/cvs    gserver

Sent a HUP to inetd

[On the client]
me@host (32) % echo $CVSROOT
:gserver:my.cvs.server:/misc/fl/cvs

me@host (33) % cvs checkout test_cvs
cvs [checkout aborted]: error from server my.cvs.server: Unknown
command: `gserver'

Am I missing something obvious?

Cheers,
-Brad Kroeger

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

Reply via email to