From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7040 invoked from network); 25 Feb 2003 16:35:14 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 25 Feb 2003 16:35:14 -0000 Received: (qmail 10534 invoked by alias); 25 Feb 2003 16:35:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18294 Received: (qmail 10525 invoked from network); 25 Feb 2003 16:35:07 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 25 Feb 2003 16:35:07 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [216.27.190.146] by sunsite.dk (MessageWall 1.0.8) with SMTP; 25 Feb 2003 16:35:6 -0000 Received: from ceramic.fifi.org (mail@ceramic.fifi.org [216.27.190.147]) by tantale.fifi.org (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id IAA25256; Tue, 25 Feb 2003 08:34:56 -0800 Received: from phil by ceramic.fifi.org with local (Exim 3.35 #1 (Debian)) id 18ni2d-0000dI-00; Tue, 25 Feb 2003 08:34:51 -0800 To: Peter Whaite Cc: zsh-workers@sunsite.dk Subject: Re: Cant fg a suspended su (4.1.0-dev-7) References: <200302250300.h1P30n621369@aragorn.cortexmachina.com> <87y945yqsc.fsf@ceramic.fifi.org> From: Philippe Troin Date: 25 Feb 2003 08:34:51 -0800 In-Reply-To: <87y945yqsc.fsf@ceramic.fifi.org> Message-ID: <87n0kk71zo.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Philippe Troin Philippe Troin writes: > I'll check out how the other shells (bash and tcsh) handle this case > and will post a patch for bin_suspend() later. I was looking at bash, and they do not do anything special (like reverting to the original pgrp) before suspending. Can you try su'ing with bash? I was able to get it stuck with my local test program here... but I do not have GNU su installed (yet). Thanks, Phil.