info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS hang on checkout .. only through proxy


From: Pete LeMasters
Subject: CVS hang on checkout .. only through proxy
Date: Sat, 10 Nov 2001 22:45:06 -0500

Hi all,
I have encountered a strange problem hitting a remote repository.  Here are the facts;
 
1. when I directly dial my ISP I can checkout modules from the repository.
2. when I connect to my ISP using WinProxy to dial, I can not check out a module, CVS hangs after supplying the following output
 
c:\scratch>cvs -t -d :ext:<username>@192.168.1.1:\archive checkout hello
CVS.EXE checkout: notice: main loop with CVSROOT=:ext:<username>@192.168.1.1:/archive
 -> Starting server: c:\progra~1\ssh/ssh.exe 192.168.1.1 -l <username> cvs server
S-> do_module (hello, Updating, , )
... long delay ...
Connection to 192.168.1.1 closed by remote host.
CVS.EXE [checkout aborted]: end of file from server (consult above mesages if any)
 
3. ssh works perfectly through the WinProxy software, I can ssh 192.168.1.1 and I end up with a shell prompt on the machine as I would expect.
4. if I telnet to 192.168.1.1 port 2401 I get a prompt
SSH-1.99-OpenSSH_2.5.2p2     ( I strike enter and get )
protocol mismatch.
 
 
it's almost like CVS wants to set up a different port for return traffic from the server and that port is not getting mapped correctly at my proxy server, but that is a guess, and I don't know how to try to test it...
 
any help would be greatly appreciated.
thanks,
- pete
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]