Please keep this discussion on bug-cvs.

--- Begin Message ---

>  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