Results 1 to 5 of 5
Hello all
I use PuTTY to run irssi on an old 166 mhz pc with 48 ram (it's just an IRC client and a SETI@Home cruncher) and I was wondering ...
- 09-02-2004 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 3
Going to a process that is started through a PuTTY session?
Hello all

I use PuTTY to run irssi on an old 166 mhz pc with 48 ram (it's just an IRC client and a SETI@Home cruncher) and I was wondering something.
Is it possible to 'open' the process of irssi to the screen of the machine on which irssi is actually running?
For example: I start PuTTY on one PC, I log in, I start irssi.
Then I go to the machine which I have logged in to, and I would like to view irssi on the monitor of this machine. (hard to explain)
Of course this would only be useful if irssi was not closed when PuTTY is then closed while irssi is still running on the machine itself.
- 09-03-2004 #2
In a word, no.
When you execute irssi from putty, the program is opened on a pts (pseudo terminal). You can't open a program that displays on multiple pts's, AFAIK. And once open, you can't redirect where the program is outputting."Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 09-03-2004 #3Just Joined!
- Join Date
- Sep 2004
- Location
- Dallas, TX
- Posts
- 8
If you are looking to do something like that I would recommended that you check out the screen command. All the info you need is in man screen but here are a couple of quick things to get you going.
screen "command" // starts your command in a screen session
ctrl-a ctrl-d // detaches you from your screen seesion
screen -r -d // detaches any other screen session running and reattaches you
You can in this way start a command localy and then check in on it remote of vice-versa. You can even do this between two remote sessions.
- 09-03-2004 #4Just Joined!
- Join Date
- Sep 2004
- Posts
- 3
I'll check it out, thanks
- 09-14-2004 #5Just Joined!
- Join Date
- Sep 2004
- Location
- UMR
- Posts
- 14
heres the guide that got me started with screen: http://www.kuro5hin.org/story/2004/3/9/16838/14935


Reply With Quote
