[EMAIL PROTECTED] writes:
> 
> We can telnet to the port and we can see that the cvs process is spawed
> successfully
> 
> ps -ef | grep cvs
> root 21066  1022  0 16:07:10 ?        0:00 cvs -f
> --allow-root=/usr/local/cvsroot pserver
> 
> However when we send any characters they are read and then ignored. Using
> truss we can see that the process is just reading the input characters and
> then sleeping.

Does that include a newline?  If you telnet to the port and hit return,
you should get:

        cvs [pserver aborted]: bad auth protocol start: 

If you don't, there's something wrong with your CVS executable.  I'd
suggest downloading the current version (1.11.1p1) from www.cvshome.org.

-Larry Jones

Why is it you always rip your pants on the day everyone has to
demonstrate a math problem at the chalkboard? -- Calvin

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

Reply via email to