Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2001 14:59:14 -0800
From:      "Crist J. Clark" <cjclark@reflexnet.net>
To:        Edwin Groothuis <mavetju@chello.nl>
Cc:        G D McKee <freebsd@gdmckee.com>, freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Telnet Sessions
Message-ID:  <20010128145914.Y10761@rfx-216-196-73-168.users.reflex>
In-Reply-To: <20010128163106.D62745@d9168.upc-d.chello.nl>; from mavetju@chello.nl on Sun, Jan 28, 2001 at 04:31:06PM %2B0100
References:  <002501c0893d$ded84660$0500a8c0@gdmckee.local> <20010128163106.D62745@d9168.upc-d.chello.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 28, 2001 at 04:31:06PM +0100, Edwin Groothuis wrote:
> On Sun, Jan 28, 2001 at 03:20:39PM -0000, G D McKee wrote:
> > If for example I was doing a make world from a telnet connection on a
> > Microsoft box and this PC needed rebooting, is there a way of redirecting
> > the output of the telnet session to another telnet session on another PC?
> 
> Yes and no...
> 
> The telnet-session itself has to be closed, but the make world run
> is the thing you want to continue. If you use screen
> (/usr/ports/misc/screen), you can detach the sessions and pick them
> up from another terminal.

I find it easier to just redirect the output to a file,

  # make buildworld > /var/log/buildlog 2>&1

And just,

  # tail -f /var/log/buildlog

Whenever I feel like watching the output go by.
-- 
Crist J. Clark                           cjclark@alum.mit.edu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010128145914.Y10761>