Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <5.0.2.1.1.20011010140558.03e40d38@64.71.142.4> X-Sender: peterk AT 64 DOT 71 DOT 142 DOT 4 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Wed, 10 Oct 2001 15:00:40 -0700 To: "Harig, Mark A." From: Peter Kennard Subject: RE: CVS_RSH Cc: cygwin AT cygwin DOT com In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed I thank you all for your help. I still don't know what is happening. But it doesn't look like a cygwin problem. On my server (a new debian install with a plain vanilla cvs install from it's distribution) OpenSSHD I can do a cvs login with a :pserver: cvs root (to the local subnet interface) and do all CVS operation this way. I can ssh login to any interface on the server from my wincvs box If I export CVS_RSH=ssh export CVSROOT=:ext:me AT address:/repository export WINCVS=binmode I do "cvs -t checkout module" I then enter the password to ssh, ->cvs entering main loop (from trace) then I get a cvs server "unexpected end of file" None of the system logs are altered by this other tha auth.log which idicates a succesful ssh login. At 03:45 PM 10/10/2001 -0400, Harig, Mark A. wrote: >You can help yourself with your debugging if you use the '-t' (trace) >CVS command option. For example, > > $ cvs -t status /my/cvs/file > >Also, don't forget to export the CVSROOT and CVS_RSH variables: > > $ CVSROOT=:ext:@:/path/to/repository > $ export CVSROOT > $ CVS_RSH=/usr/bin/ssh > $ export CVS_RSH > >Good luck! > >-----Original Message----- >From: Peter Kennard [mailto:peterk AT livingwork DOT com] >Sent: Wednesday, October 10, 2001 10:24 AM >To: nhv AT cape DOT com; cygwin AT cygwin DOT com >Subject: RE: CVS_RSH > > >I got it I think - seems to be a permissions problem on the server. >If I log in as root it works to checkout the module. I get an "end of >file" error from cvs as my lowly user. I still have to untangle it :) > >Thanks though -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/