This is a discussion on Re: ssh/sshd hang after "debug2: channel 0: open confirm rwindow 0 within the OpenSSH Development forums, part of the Networking and Network Related category; On Sun, 16 Mar 2008, Bruce Allen wrote: > Here's the tail of the sshd strace output that you ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Sun, 16 Mar 2008, Bruce Allen wrote:
> Here's the tail of the sshd strace output that you asked for: > .... > --- SIGCHLD (Child exited) @ 0 (0) --- > --- SIGCONT (Continued) @ 0 (0) --- > read(6, <unfinished ...> > I'd suggest you rerunning strace with the following addiional command line parameters: -f -F -ff -o <file name> That will produce 3 files named <file name>.<PID>. Each of them will contain strace output for monitor process and it's children. The most interesting will be output for the last child. -- Sincerely Your, Dan. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org https://lists.mindrot.org/mailman/li...enssh-unix-dev |