Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-15 Thread Robert Schmidt
Robert Schmidt wrote: OK, here's some more info from the hanging unison over ssh on 1.5.11. > ... Sorry, forgot the cygcheck -s -v -r output. Cheers, Rob Cygwin Configuration Diagnostics Current System Time: Wed Sep 15 09:01:32 2004 Windows XP Professional Ver 5.1 Build 2600 Service Pack 2 Path:

RE: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Gary R. Van Sickle
[snip] > I'll restrain myself in the future, and will keep learning > from the list how to be helpful without being shot down. Wow, did YOU stumble into the wrong mailing list! -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Robert Schmidt
OK, here's some more info from the hanging unison over ssh on 1.5.11. I've attached the last part of an strace, taken from after ssh reads the RSA key. At the end of the log, ssh just waits. I've kept the full logs from both 1.5.10 and 1.5.11 if it can be helpful. And thanks, Dave, for the refere

Re: Win XP SP2: cvs over ssh problems

2004-09-14 Thread Christopher Cobb
Igor Pechtchanski cs.nyu.edu> writes: > > Hmm, what does "ssh -nx user host cvs -tn server" print? > Igor It comes back immediately (does not hang) and with no output: $ ssh -nx [EMAIL PROTECTED] cvs -tn server >out 2>err $ ls -l out err -rw-rw-rw-1 chcobb Domain_U0 Sep 14

Re: Win XP SP2: cvs over ssh problems

2004-09-14 Thread Christopher Cobb
Dave Korn artimi.com> writes: > > I suggest you should use "od" to see if there's a CR-without-a-LF in the > middle causing two lines of messages to overprint each other. > > cheers, > DaveK Yes, there was an embedded ^M: cvs status: warning: unrecognized response `Warning: No xa

Re: Win XP SP2: cvs over ssh problems

2004-09-14 Thread Igor Pechtchanski
On Tue, 14 Sep 2004, Christopher Cobb wrote: > Igor Pechtchanski cs.nyu.edu> writes: > > > Probably an stdout buffering artifact. Try > > > > cvs status myFile.txt >out 2>err > > > > and examine the out and err files. > > > > Did you try setting CVS_RSH to "/usr/bin/ssh -x"? > > Igor > > $ c

RE: Win XP SP2: cvs over ssh problems

2004-09-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Cobb > Sent: 14 September 2004 17:57 > Igor Pechtchanski writes: > > > > Probably an stdout buffering artifact. Try > > > > cvs status myFile.txt >out 2>err > > > > and examine the out and err files. > > > > Did you tr

Re: Win XP SP2: cvs over ssh problems

2004-09-14 Thread Christopher Cobb
Igor Pechtchanski cs.nyu.edu> writes: > > Probably an stdout buffering artifact. Try > > cvs status myFile.txt >out 2>err > > and examine the out and err files. > > Did you try setting CVS_RSH to "/usr/bin/ssh -x"? > Igor $ cat out (nothing) $ cat err cvs status: warning: unrecognized

Re: Win XP SP2: cvs over ssh problems

2004-09-14 Thread Igor Pechtchanski
On Tue, 14 Sep 2004, Christopher Cobb wrote: > Igor Pechtchanski cs.nyu.edu> writes: > > > > > authentication dat' from cvs servering. > > ^^^!!! > > > (never returns) > > > > I'm a bit concerned about the "ing" above (marked with "!!!"). Looks like > > you have

Re: Win XP SP2: cvs over ssh problems

2004-09-14 Thread Christopher Cobb
Igor Pechtchanski cs.nyu.edu> writes: > > > authentication dat' from cvs servering. > ^^^!!! > > (never returns) > > I'm a bit concerned about the "ing" above (marked with "!!!"). Looks like > you have intermixed the outputs of programs somehow... > Facinating

Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Christopher Cobb
Robert Schmidt broadpark.no> writes: > > On the unison.general mailing list, Mark Rogers reports that replacing > the cygwin1.dll with version 1.5.10 makes unison over ssh work again. > I am using 1.5.11 and I can confirm that reverting to 1.5.10 makes my cvs/ssh problems go away. (The web rea

Re: Win XP SP2: cvs over ssh problems

2004-09-14 Thread Sven Köhler
My XP machine at work was just upgraded to SP2. Now I'm having problems accessing a cvs repository on a linux box over ssh. Everything was working fine until this SP2 upgrade. I'm doing CVS over SSH a lot, and what can i say: it just works, and i've got SP2 and Cygwin 1.5.11 installed too. --

RE: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Robert Schmidt > Sent: 14 September 2004 16:15 > I don't quite understand the sarcasm here. http://cygwin.com/acronyms#WJM OOO OO OO OO OO OO OO OO OO OO OOO [nb. big a

Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Robert Schmidt
Christopher Faylor wrote: On Tue, Sep 14, 2004 at 04:37:55PM +0200, Robert Schmidt wrote: On the unison.general mailing list, Mark Rogers reports that replacing the cygwin1.dll with version 1.5.10 makes unison over ssh work again. So, I assume that replacing the DLL with version B20 would really su

Re: Win XP SP2: cvs over ssh problems

2004-09-14 Thread Igor Pechtchanski
On Tue, 14 Sep 2004, Christopher Cobb wrote: > My XP machine at work was just upgraded to SP2. Now I'm having problems > accessing a cvs repository on a linux box over ssh. Everything was working > fine until this SP2 upgrade. > > I can access the cvs host via ssh normally (although in a possibl

Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Robert Schmidt
Corinna Vinschen wrote: On Sep 14 16:37, Robert Schmidt wrote: A quick follow-up: On the unison.general mailing list, Mark Rogers reports that replacing the cygwin1.dll with version 1.5.10 makes unison over ssh work again. I also tried it (temporarily, of course), and can confirm that it works. So

Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Christopher Faylor
On Tue, Sep 14, 2004 at 04:37:55PM +0200, Robert Schmidt wrote: >A quick follow-up: > >On the unison.general mailing list, Mark Rogers reports that replacing >the cygwin1.dll with version 1.5.10 makes unison over ssh work again. So, I assume that replacing the DLL with version B20 would really sup

Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Corinna Vinschen
On Sep 14 16:37, Robert Schmidt wrote: > A quick follow-up: > > On the unison.general mailing list, Mark Rogers reports that replacing > the cygwin1.dll with version 1.5.10 makes unison over ssh work again. > > I also tried it (temporarily, of course), and can confirm that it works. > > So SP2 d

Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Robert Schmidt
A quick follow-up: On the unison.general mailing list, Mark Rogers reports that replacing the cygwin1.dll with version 1.5.10 makes unison over ssh work again. I also tried it (temporarily, of course), and can confirm that it works. So SP2 does seem to break something in cygwin 1.5.11, as installin

Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Robert Schmidt
I get similar symptoms with unison over ssh: It worked great before SP2 (i.e. 2 hours ago). After I installed SP2 on the client, unison/ssh just hangs. The server has been running SP2 for over a week. Any normal ssh sessions work fine. I'm also using ssh to forward the IMAP port (143) to my server

Win XP SP2: cvs over ssh problems

2004-09-14 Thread Christopher Cobb
My XP machine at work was just upgraded to SP2. Now I'm having problems accessing a cvs repository on a linux box over ssh. Everything was working fine until this SP2 upgrade. I can access the cvs host via ssh normally (although in a possibly related matter, ssh sometimes seems to be a characte