Re: tty migration

2007-01-11 Thread Douglas Tutty
On Thu, Jan 11, 2007 at 08:41:04PM -0500, Nelson Castillo wrote: > On 1/11/07, Douglas Tutty <[EMAIL PROTECTED]> wrote: > >On Thu, Jan 11, 2007 at 07:22:05PM -0500, Nelson Castillo wrote: > >> >Note: I'm not trying to migrate a process from one machine to another, > >> >just the program's stdin, st

Re: tty migration

2007-01-11 Thread Nelson Castillo
On 1/11/07, Douglas Tutty <[EMAIL PROTECTED]> wrote: On Thu, Jan 11, 2007 at 07:22:05PM -0500, Nelson Castillo wrote: > >Note: I'm not trying to migrate a process from one machine to another, > >just the program's stdin, stdout, stderr from a VC to a ssh. > > Perhaps you should use GNU Screen ins

Re: tty migration

2007-01-11 Thread Douglas Tutty
On Thu, Jan 11, 2007 at 07:22:05PM -0500, Nelson Castillo wrote: > >Note: I'm not trying to migrate a process from one machine to another, > >just the program's stdin, stdout, stderr from a VC to a ssh. > > Perhaps you should use GNU Screen instead. It will change your life :P > I thought screen

Re: tty migration

2007-01-11 Thread Nelson Castillo
Note: I'm not trying to migrate a process from one machine to another, just the program's stdin, stdout, stderr from a VC to a ssh. Perhaps you should use GNU Screen instead. It will change your life :P This link will get you started: http://www.kuro5hin.org/story/2004/3/9/16838/14935 I use

tty migration

2007-01-11 Thread Douglas Tutty
Is there a way to reassign a running process from one tty to another? E.g. I start a job on the computer in the basement. Now I'm finished being down there and want to move upstairs. From upstairs I can ssh to the computer in the basement. I would like to move that running job to the shell runn