Re: view output of process while

2002-04-19 Thread Shawn McMahon
begin James Hook quotation: > > If you do find a way of getting the output from a process without doing > logging/screen please share, as every now and then theres a stray process > that I want to know what its doing/outputting. It won't do what you're asking, but it may do what you need: Packa

Re: view output of process while

2002-04-18 Thread James Hook
G'Day, On Wed, 24 Apr 2002, Rory Campbell-Lange wrote: > Is it possible to log back into a machine over ssh and 'attach' to a > running process so that one can see the output of, say, a kernel > compile? Try using screen, it works like 'multiple' terminal windows which once running can be 'detach

Re: view output of process while

2002-04-18 Thread Karsten M. Self
on Wed, Apr 17, 2002, Dave Carrigan ([EMAIL PROTECTED]) wrote: > Rory Campbell-Lange <[EMAIL PROTECTED]> writes: > > > Is it possible to log back into a machine over ssh and 'attach' to a > > running process so that one can see the output of, say, a kernel > > compile? > > If you find that you of

Re: view output of process while

2002-04-18 Thread Matthew Gregan
On Wed, Apr 24, 2002 at 01:22:18PM +, Rory Campbell-Lange wrote: > Is it possible to log back into a machine over ssh and 'attach' to a > running process so that one can see the output of, say, a kernel > compile? Take a look at the ``screen'' package. -- Matthew Gregan |

Re: view output of process while

2002-04-18 Thread David Smead
And there is always vncserver. -- Sincerely, David Smead http://www.amplepower.com. On 17 Apr 2002, Dave Carrigan wrote: > Rory Campbell-Lange <[EMAIL PROTECTED]> writes: > > > Is it possible to log back into a machine over ssh and 'attach' to a > > running process so that one can see the outp

Re: view output of process while

2002-04-17 Thread Dave Carrigan
Rory Campbell-Lange <[EMAIL PROTECTED]> writes: > Is it possible to log back into a machine over ssh and 'attach' to a > running process so that one can see the output of, say, a kernel > compile? If you find that you often need to reattach to processes between ssh sessions, look into running scr

Re: view output of process while

2002-04-17 Thread Peter Whysall
On Thu, 2002-04-18 at 01:05, Jamin W.Collins wrote: > On Wed, 24 Apr 2002 13:22:18 + > "Rory Campbell-Lange" <[EMAIL PROTECTED]> wrote: > > > Is it possible to log back into a machine over ssh and 'attach' to a > > running process so that one can see the output of, say, a kernel > > compile? >

Re: view output of process while

2002-04-17 Thread Jamin W . Collins
On Wed, 24 Apr 2002 13:22:18 + "Rory Campbell-Lange" <[EMAIL PROTECTED]> wrote: > Is it possible to log back into a machine over ssh and 'attach' to a > running process so that one can see the output of, say, a kernel > compile? I would think it would be easier to redirect the output (stdout