From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.net.au (8.7/8.7) with SMTP id FAA22845 for ; Thu, 5 Oct 1995 05:56:50 +1000 (EST) Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA25034 (5.65c/Gatech-10.0-IDA for ); Wed, 4 Oct 1995 15:55:55 -0400 Received: by math (5.x/SMI-SVR4) id AA05549; Wed, 4 Oct 1995 15:47:23 -0400 Resent-Date: Wed, 4 Oct 1995 20:50:01 +0100 (MET) Old-Return-Path: From: Zoltan Hidvegi Message-Id: <199510041950.UAA00706@bolyai.cs.elte.hu> Subject: [1] + suspended (tty output) zsh -fc 'echo bug' To: zsh-workers@math.gatech.edu (zsh-workers) Date: Wed, 4 Oct 1995 20:50:01 +0100 (MET) X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-Id: <"fTezJ1.0.dM1.AJkSm"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/420 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On some machines, e.g. on Solaris 2.4 or on AIX the following happens: % zsh -fc 'echo hehe' & [1] 6100 % [1] + suspended (tty output) zsh -fc 'echo hehe' % But the same works if you replace zsh with sh/ksh or bash. The problem probably that when zsh sets the TERM variable, it tries some tty ioctl's via the termcap library. I thought that someone had a fix for such problems (not to read the termcap stuff until it is not really needed). Did I forgot to apply this patch? Thanks, Zoltan