From owner-freebsd-questions@FreeBSD.ORG Mon Aug 25 22:19:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBA2016A4C0 for ; Mon, 25 Aug 2003 22:19:18 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B78C43FFB for ; Mon, 25 Aug 2003 22:19:18 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h7Q5JHLu018440; Tue, 26 Aug 2003 00:19:17 -0500 (CDT) (envelope-from dan) Date: Tue, 26 Aug 2003 00:19:17 -0500 From: Dan Nelson To: Steve Watt Message-ID: <20030826051917.GG26367@dan.emsphone.com> References: <200308260509.h7Q59FQl081259@wattres.Watt.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308260509.h7Q59FQl081259@wattres.Watt.COM> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: questions@freebsd.org Subject: Re: watch(8) both sides? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2003 05:19:19 -0000 In the last episode (Aug 25), Steve Watt said: > Is there something like watch(8) that captures both sides of the > terminal data flow? I'm trying to debug an xmodem (lsx via kermit) > problem with another (embedded) system, and am looking for some clues > as to why it's not working. Try adding multiple -v's to your lsz commandline; I believe that will log a huge amount of debugging info to stderr or /tmp/szlog (depending on which part of the manpage you read). -- Dan Nelson dnelson@allantgroup.com