From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3) with ESMTP id GAA01238 for ; Thu, 30 May 1996 06:56:09 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA12727; Wed, 29 May 1996 16:44:18 -0400 (EDT) Resent-Date: Wed, 29 May 1996 16:43:37 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199605292043.WAA20373@bolyai.cs.elte.hu> Subject: Re: priority, bgnice To: lupu-sax@typhoon.harvard.edu (Adam Lupu-Sax) Date: Wed, 29 May 1996 22:43:48 +0200 (MET DST) Cc: zsh-users@math.gatech.edu In-Reply-To: <199605291917.PAA08708@typhoon.harvard.edu> from Adam Lupu-Sax at "May 29, 96 03:17:44 pm" Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"2-68g3.0.H63.vRBhn"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/225 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > zsh seems to be running all my jobs > (foreground and background) "niced" I have > "unsetopt bgnice" in my .zshrc file. > > I am running zsh-2.6-beta15 (though I > had the same problem with beta13 and beta19) > on a DEC alpha running osf1 (ver 2.0). Are you sure that zsh causes this? Isn't it that the zsh itself is stared as a niced process? In this case all of its childs will be niced of course. It may happen that the window manager or some xsession script starts xterms in the background niced. I use zsh on OSF/1 V2.0 and I do not have this problem. Zoltan