On Tue, Nov 8, 2016 at 1:53 AM, Philipp Marek <philipp.ma...@linbit.com> wrote:
> > 3) Can you please send all *three* logs from "script"? We need > simultaneous > > captures of the output (1) entering tmux, (2) leaving tmux and entering > > mosh, and then (3) leaving mosh. > All three things are included in the previous file. > > > So three invocations of script, each > > producing one logfile. > Sorry, I don't understand. I need to call "script" before running tmux; how > would I get the output of _leaving_ tmux alone? The "outer" script will > still be running? > We need you to run three separate invocations of "script", each one writing to a different logfile. The first invocation will be before you even run mosh. Run something like "script mosh_output" on your local machine. Then, *inside the resulting shell*, run "mosh server". Then, *inside that remote shell*, run "script tmux_output_and_mosh_input". Then, *inside the resulting shell*, run tmux. Then, *inside that*, run "script tmux_input". Then, *inside the resulting shell*, do whatever you can do to demonstrate the problem. Then exit all the shells cleanly. The result will be two logfiles on the remote machine ("tmux_input" and "tmux_output_and_mosh_input") and one logfile on the local machine ("mosh_output"). We'll need to examine all three logfiles to figure out where the problem is happening. Thanks, Keith