Tried the scrollback first thing. In an earlier version of our ssh client that was how I found it but sometime over the past year or two something got upgraded and now the scrollback doesn't show it. What happens is the program runs, tries to do what it is supposed to, which calls two other COBOL progs and then runs a C program and then you see the error flash and the screen is redrawn. It doesn't scroll so the error that prints get cleared. I tried changing the font and window size hoping it would bump things up and leave the error but no good.
I think a capture will do it just have to download Putty and install it. Thanks again John J. Boris, Sr. "Remember! That light at the end of the tunnel Just might be the headlight of an oncoming train!" >>> Steven Kurylo <[email protected]> 12/29/2011 3:53 PM >>> On Thu, Dec 29, 2011 at 12:51 PM, John BORIS <[email protected]> wrote: > > Just to recap, I tried > sh -iv |& tee /tmp/log with tail -f /tmp/log > run-my-program | tee /tmp/log > run-my-program | tee -a /tmp/log > run-my-program 2>&1 > > None of these worked. > > This is a SCO 5.0.6 system and it is a COBOL program which is run > through a runtime. > What about setting your terminal's scrollback buffer to unlimited, then save the buffer? I know many can do this, like knosole. I don't see the option in gnome-terminal though. I'm pretty sure putty has it too, but don't have it handy to check. _______________________________________________ Tech mailing list [email protected] https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/
