Justin Stephenson

Results 60 comments of Justin Stephenson

Is it a single recording, or could it be you have multiple recordings logged to the same file? If it is the latter, then we added support for playing back...

@trevor-vaughan I investigated this and I see the `augeas-libs` package includes a default set of augeas lenses(https://github.com/hercules-team/augeas/tree/master/lenses). If I understand correctly, the tlog configuration files are not parsed because there...

Hi @johny321 No work has been done yet on this, I suppose a configuration option can be added to enable "jump-server mode" which allows overriding the default recorded hostname/username. Regarding...

@trevor-vaughan if the spawned shell sets an environment variable like INSIDE_TLOG_SESSION, would that address what you are looking for? The idea being similar to INSIDE_EMACS variable used by bash

It is not bulletproof, but could you use a conditional check of the 'tty' similar to the following? Note the tty does not change when tlog-rec-session spawns a normal shell...

@inatec-dh this should be fixed in the latest release, can you confirm?

Hi, thanks for your feedback. `tlog-play` does support playing back recordings written to a file(with --writer=file), and recently the following option was added to specify which recording to playback, when...

Thank you @ajf8 It would be great if you don't mind submitting a PR for this, it looks like a valuable contribution! Please separate out the authentication and verbosity options...

HI @polocato those same steps are working fine for me with a quick test on RHEL8.4 beta

Hello, Perhaps strace will give some clue of what file/directory is attempting to be accessed or executed returning ENOENT (No such file or directory).