bug-cvs
[Top][All Lists]
Advanced

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

[Fwd: Re: cvs hangs using ssh]


From: Derek Robert Price
Subject: [Fwd: Re: cvs hangs using ssh]
Date: Thu, 18 Apr 2002 08:49:43 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020212

Please keep this discussion on bug-cvs.


--- Begin Message --- Subject: Re: cvs hangs using ssh Date: Wed, 17 Apr 2002 14:05:33 -0700
>  Have you tried executing an arbitrary server script with SSH?  I haven't 
>  experienced or heard of this problem with this version before and my 
>  configuration is pretty similar to yours.

I just tried your suggestion.  Here are the results:

ssh cowell 'echo `uname -a`'
SunOS cowell 5.8 Generic_108528-12 sun4u sparc SUNW,Sun-Blade-1000

ssh exited normally.


I also tried running remote cvs with -t (trace):

cvs -t diff boot.lisp
 -> main loop with CVSROOT=:ext:quam@cowell:/opt/IU/cvsroot
 -> Starting server: ssh cowell -l quam cvs server 
 -> Sending file `boot.lisp' to server
S-> checkout (/opt/IU/cvsroot/SRI/FREEDIUS/lisp/boot.lisp,v, 1.2, , (function))
Index: boot.lisp
===================================================================
RCS file: /opt/IU/cvsroot/SRI/FREEDIUS/lisp/boot.lisp,v
retrieving revision 1.2
S-> checkout (/opt/IU/cvsroot/SRI/FREEDIUS/lisp/boot.lisp,v, 1.2, , 
/tmp/cvsAAAI_aOjt)
diff -r1.2 boot.lisp
141a142,146
> #+cmu
> (progn (st:load-system :cmu-ffi)
>        ;; call to ext::purify moved to cmucl/foreign-callable2.lisp
>        ;;(ext::purify ) ; alien-callback-dispatch in 
> lisp/cmucl/alien-callable.lisp must not move
>        )
143,145d147
< #+cmu (progn (st:load-system :cmu-ffi)
<            (ext::purify ) ; alien-callback-dispatch in 
lisp/cmucl/alien-callable.lisp must not move
<            )
197d198
<       
S-> unlink(/tmp/cvsAAAI_aOjt)
_______________________________________

cvs or ssh hung at this point.
When I type control-C I get:

cvs [diff aborted]: received interrupt signal
rom% Killed by signal 2.

Any ideas?

--- End Message ---

reply via email to

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