From owner-freebsd-questions@FreeBSD.ORG Sat Jun 2 11:39:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BAE216A469 for ; Sat, 2 Jun 2007 11:39:11 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.freebsd.org (Postfix) with ESMTP id A9F2F13C45A for ; Sat, 2 Jun 2007 11:39:10 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id l52Bd8f0038654; Sat, 2 Jun 2007 13:39:09 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id D715CB820; Sat, 2 Jun 2007 13:39:08 +0200 (CEST) Date: Sat, 2 Jun 2007 13:39:08 +0200 From: Roland Smith To: Jeremy Gransden Message-ID: <20070602113908.GB18606@slackbox.xs4all.nl> Mail-Followup-To: Jeremy Gransden , freebsd-questions@freebsd.org References: <87f7f4170706020423x6f67e84bv366cc765d21529a6@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SkvwRMAIpAhPCcCJ" Content-Disposition: inline In-Reply-To: <87f7f4170706020423x6f67e84bv366cc765d21529a6@mail.gmail.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.15 (2007-04-06) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: See output of local xterm session on remote ssh session. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 11:39:11 -0000 --SkvwRMAIpAhPCcCJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 02, 2007 at 07:23:45AM -0400, Jeremy Gransden wrote: > Hello, >=20 > I have been searching Google for a few days for this but have not been > coming up with the correct answer. Then again maybe I am asking the wrong > question... If I start a process, i.e. compile a kernel, on my desktop, = how > can I then connect to it from my laptop and see the output of that proce= ss > via the ssh session? The easiest way would be to start the process from your ssh session. If you want to keep tabs on an already running process, you should start the process in such a way that it redirects the standard output and standard error streams to a file. How that's done depends on the shell you're using. You can then watch that file via ssh with 'tail -f'. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --SkvwRMAIpAhPCcCJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGYVbcEnfvsMMhpyURArCOAJ4hUKCCdoqsRRLHjNOcqcCc8whqvACfbwsG 5PGM7ukZtTzM35t85dgfAQQ= =7pm3 -----END PGP SIGNATURE----- --SkvwRMAIpAhPCcCJ--