From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20473 invoked from network); 21 Feb 2003 18:07:12 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 21 Feb 2003 18:07:12 -0000 Received: (qmail 11643 invoked by alias); 21 Feb 2003 18:07:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18271 Received: (qmail 11635 invoked from network); 21 Feb 2003 18:07:05 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 21 Feb 2003 18:07:05 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [209.202.76.214] by sunsite.dk (MessageWall 1.0.8) with SMTP; 21 Feb 2003 18:7:5 -0000 Received: from aragorn.cortexmachina.com (aragorn.cortexmachina.com [192.168.2.2]) by ursula.cortexmachina.com (8.11.6/8.11.6) with ESMTP id h1LI74i14737 for ; Fri, 21 Feb 2003 13:07:04 -0500 Received: from aragorn.cortexmachina.com (peta@localhost) by aragorn.cortexmachina.com (8.11.6/8.11.6) with ESMTP id h1LI74n23531 for ; Fri, 21 Feb 2003 13:07:04 -0500 Message-Id: <200302211807.h1LI74n23531@aragorn.cortexmachina.com> To: zsh-workers@sunsite.dk Subject: Cant fg a suspended su (4.1.0-dev-7) X-Mailer: MH-E 7.2+cvs; nmh 1.0.4; GNU Emacs 21.3.50.63 Date: Fri, 21 Feb 2003 13:07:03 -0500 From: Peter Whaite I've noticed that I cannot resume a suspened su session lately (It happened in 4.1.0-dev-6 as well). aragorn% /bin/su peta Password: aragorn% echo $ZSH_VERSION 4.1.0-dev-7 aragorn% suspend zsh: suspended (signal) /bin/su peta aragorn% fg %1 [1] + continued /bin/su peta zsh: suspended (signal) /bin/su peta There is approximately a 1 second pause between the contined and the suspended messages. Any idea why the su command re-suspends after the continue? aragorn% uname -a Linux aragorn 2.4.14 #1 Sat Nov 10 17:16:26 EST 2001 i686 unknown aragorn% cat /etc/issue Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.14 on an i686 aragorn% setopt autocd noautolist autonamedirs autopushd cdablevars completeinword extendedglob extendedhistory histignoredups histignorespace histnofunctions histreduceblanks histsavenodups interactive login menucomplete monitor numericglobsort nopromptcr promptsubst pushdignoredups pushdminus pushdsilent shinstdin zle -- peta