Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <095001c34e17$713503e0$6902a8c0@markonius> From: "Mark Priest" To: Cc: References: <20030719121700 DOT 68665 DOT qmail AT web10003 DOT mail DOT yahoo DOT com> Subject: Re: Problem: CVS cannot work properly in SSH shell Date: Sat, 19 Jul 2003 13:01:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Neophytos, Did you remember to set the CVS_RSH environment variable to "ssh"? I think that by default cvs uses rsh as the ext protocol. By the way I am using cvs with ssh and ext on Windows XP Professional and I have only had one permissions-related problem (see http://sources.redhat.com/ml/cygwin/2003-07/msg00293.html). You should also simply try to access the account using an ssh client to do an ls or something simple as Corinna suggested to make sure ssh is setup properly. If you attach the cygcheck output as Corinna suggested it will be easier to diagnose the problem. If ssh is working properly then I would turn on debugging on the sshd server using the sshd -ddd argument and send the output to the list. Good luck, Mark ----- Original Message ----- From: "Neophytos Neophytou" To: Cc: Sent: Saturday, July 19, 2003 8:17 AM Subject: Problem: CVS cannot work properly in SSH shell > Hi all, > I'm trying to access a CVS repository on my Cygwin > on Windows XP, using :ext: protocol with SSH but I > keep running into problems. It seems that there is a > bug that prevents CVS to run properly in an SSH shell, > or some of my environment is really messed up. > The following command sequence (within cygwin > shell) better describes my problem: > ---------------------------------------- > First I create a simple CVS repository, and try to > check out the CVSROOT. It works locally. > ---------------------------------------- > > $ mkdir ~/cvs > $ cvs -d /home/fytos/cvs/ init > $ cd /tmp > $ cvs -d /home/fytos/cvs/ checkout CVSROOT > cvs checkout: Updating CVSROOT > U CVSROOT/checkoutlist > U CVSROOT/commitinfo > U CVSROOT/config > U CVSROOT/cvswrappers > U CVSROOT/editinfo > U CVSROOT/loginfo > U CVSROOT/modules > U CVSROOT/notify > U CVSROOT/rcsinfo > U CVSROOT/taginfo > U CVSROOT/verifymsg > ---------------------------------------- > Now, I want to do the same thing, but inside > an SSH shell. CVS cannot find the repository and > aborts. > ---------------------------------------- > > > $ ssh fytos AT localhost "cvs -d /home/fytos/cvs checkout > CVSROOT" > fytos AT localhost's password: > cvs [checkout aborted]: /home/fytos/cvs/CVSROOT: No > such file or directory > > ---------------------------------------- > Because of the above, the following command also > doesn't work. > This is my main complaint... > ---------------------------------------- > > > $ export CVSROOT=:ext:fytos AT localhost:/home/fytos/cvs > $ cvs checkout CVSROOT > fytos AT localhost's password: > cvs [server aborted]: /home/fytos/cvs: no such > repository > > ---------------------------------------- > Following are the versions of involved programs. > Please post the relevant commands if more info is > required to further investigate this. > ---------------------------------------- > $ uname > CYGWIN_NT-5.1 > > $ ssh -v > OpenSSH_3.6.1p1, SSH protocols 1.5/2.0, OpenSSL > 0x0090702f > > $ cvs -v > Concurrent Versions System (CVS) 1.11.5 > (client/server) > ---------------------------------------- > > Thank you very much in advance. Any response will be > greatly appreciated. > Sincerely, > Neophytos Neophytou > > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/