Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: capture STDOUT when some jerk opened STDOUT to /dev/tty

by Tommy (Chaplain)
on Jan 07, 2013 at 21:47 UTC ( [id://1012118]=note: print w/replies, xml ) Need Help??


in reply to Re: capture STDOUT when some jerk opened STDOUT to /dev/tty
in thread capture STDOUT when some jerk opened STDOUT to /dev/tty

Sure, rub it in that we don't get to have screen at $work ;_;

You know I even tried ssh 0 cmd!! Using screen is a really cool idea though.

Originally I was just wondering if there was an obvious Perl solution to the problem that I was just either overlooking or of which I was unaware.

Tommy
"Perl follows the principle of least astonishment"

Replies are listed 'Best First'.
Re^3: capture STDOUT when some jerk opened STDOUT to /dev/tty
by salva (Canon) on Jan 07, 2013 at 22:56 UTC
    Well, you can write your own tty logger using IO::Pty. It shouldn't be too complex.

    Another option may be to run the program through strace logging the interesting events. Then post-process that information to obtain a clean log of the data written to /dev/tty

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1012118]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-20 00:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found