From owner-freebsd-questions@FreeBSD.ORG Fri Aug 10 13:30:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E7BB16A417 for ; Fri, 10 Aug 2007 13:30:55 +0000 (UTC) (envelope-from michi@villawels.de) Received: from olymp.villawels.de (olymp.villawels.de [83.120.7.11]) by mx1.freebsd.org (Postfix) with ESMTP id 0415A13C465 for ; Fri, 10 Aug 2007 13:30:54 +0000 (UTC) (envelope-from michi@villawels.de) Received: from [10.0.1.50] (fluffy.villawels.de [10.0.1.50]) by olymp.villawels.de (8.13.8/8.13.8) with ESMTP id l7ADJa6Z012405 for ; Fri, 10 Aug 2007 15:19:37 +0200 (CEST) (envelope-from michi@villawels.de) Message-ID: <46BC65E0.2000208@villawels.de> Date: Fri, 10 Aug 2007 15:19:28 +0200 From: michi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.12) Gecko/20070509 Thunderbird/1.5.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> <20070802160938.GA77822@dan.emsphone.com> In-Reply-To: <20070802160938.GA77822@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (olymp.villawels.de [83.120.7.11]); Fri, 10 Aug 2007 15:19:37 +0200 (CEST) X-Virus-Scanned: ClamAV 0.91.1/3908/Thu Aug 9 23:32:41 2007 on olymp.villawels.de X-Virus-Status: Clean Subject: Re: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: michi@villawels.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 13:30:55 -0000 > The next-best is to use the /usr/sbin/watch command to attach to an > existing tty and see its screen output. You'll need to rebuild your > kenel and add the "snp" device (or load it as a module). > not necessariliy build new kernel sudo kldload snp will do also