From owner-freebsd-hackers Fri Mar 8 16:09:56 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA25311 for hackers-outgoing; Fri, 8 Mar 1996 16:09:56 -0800 (PST) Received: from localhost (daemon@localhost) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA22098 Fri, 8 Mar 1996 15:21:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA21919 for questions-outgoing; Fri, 8 Mar 1996 15:20:06 -0800 (PST) Received: from zappa.cs.uncc.edu (zappa.cs.uncc.edu [152.15.35.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA21901 for ; Fri, 8 Mar 1996 15:20:04 -0800 (PST) Received: by zappa.cs.uncc.edu (5.x/SMI-SVR4) id AA15305; Fri, 8 Mar 1996 18:09:54 -0500 From: jlrobins@zappa.cs.uncc.edu (James Robinson) Message-Id: <9603082309.AA15305@zappa.cs.uncc.edu> Subject: Working cmdtool ??? To: freebsd-questions@FreeBSD.ORG Date: Fri, 8 Mar 1996 18:09:53 -0500 (EST) X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: owner-questions@FreeBSD.ORG Sender: owner-hackers@FreeBSD.ORG X-Loop: owner-hackers@FreeBSD.ORG Precedence: bulk Howdy: Does anyone have a working copy of the XView program cmdtool? I've repeatedly tried to build the XView packages, but unfortunately cmdtool builds, but does not run properly under 2.1-stable. Whenever I hit return at the prompt, it goes nutso crazy, as if I were repeatedly hitting return over and over until I hit ^C. Likewise if I invoke a command -- it operates over and over again -- not good :-( . I have a feeling that this is a problem within the XView tty code interacting with FreeBSD's pty implementation. I've even gone so far back as to try out the cmdtool found on the FreeBSD 1.1 CD's xview-bin proto-package. Same effect. Any hints would be appreciated! James