info-cvs
[Top][All Lists]
Advanced

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

Re: CVS over SSH hangs


From: vkd
Subject: Re: CVS over SSH hangs
Date: Thu, 09 May 2002 19:34:16 GMT

"vkd" <address@hidden> wrote in message
news:address@hidden
> Hi, I am experiencing problems using ssh as a shell for CVS.
>
> 2. CVS transfer completes, but the session just hangs there as though
there
> is no completion of communication:
>
> # cvs login
> # cvs co project
> ...
> ...
> U project/utils/readme.txt
> U project/utils/room.c
> U project/utils/zrea.c     <--- Last file in project.
>
> ---> indefinate hang here. <---
>

I set CVS_RSH to a script name which calls ssh with verbosity and here is
what I got:

$ cvs update
...
...
cvs server: Updating utils/readme.txt
cvs server: Updating utils/room.c
cvs server: Updating utils/zrea.c     <--- Last file in project.
debug1: channel 0: read<=0 rfd 5 len 0
debug1: channel 0: read failed
debug1: channel 0: input open -> drain
debug1: channel 0: close_read
debug1: channel 0: input: no drain shortcut
debug1: channel 0: ibuf empty
debug1: channel 0: input drain -> closed
debug1: channel 0: send eof
debug1: channel 0: rcvd eof
debug1: channel 0: output open -> drain
debug1: channel 0: obuf empty
debug1: channel 0: output drain -> closed
debug1: channel 0: close_write
debug1: channel 0: send close
debug2: channel 0: no data after CLOSE
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: rcvd close
debug2: channel 0: no data after CLOSE
debug1: channel 0: is dead
debug1: channel_free: channel 0: status: The following connections are open:
  #0 client-session (t4 r0 i8/0 o128/0 fd -1/-1)

debug1: channel_free: channel 0: dettaching channel user

---> HANG HERE <---

Maybe this can help?




reply via email to

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