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 XAA16676 for ; Wed, 10 Apr 1996 23:26:52 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id JAA07344; Wed, 10 Apr 1996 09:13:28 -0400 (EDT) Resent-Date: Wed, 10 Apr 1996 09:13:28 -0400 (EDT) From: elessar Message-Id: <199604101312.JAA00473@khatru.squonk.net> Subject: Wierd problem with functions on Solaris 2.4 To: zsh-workers@math.gatech.edu Date: Wed, 10 Apr 1996 09:12:33 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"0Ixvg3.0.go1.tFxQn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/907 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I'm not quite certain what happened, so I'm referring this question here to see if anyone might know the reason for this strange occurance. I am using zsh 2.6beta13 on Solaris 2.4, on a Sparc IPC. I handed zsh the following function: list() { ps -aux | grep $1 | grep -v grep ; } and when I attempted to run it, my drive started getting accessed like crazy and I was unable to get the machine to respond to any keystrokes or mouse clicks, even though I was able to move the pointer around (was in OpenWindows). An attempt to login remotely from another machine met with no success, for I never received a login prompt. I am uncertain if this is a problem with zsh, Solaris 2.4, or the function itself. Someone else who looked at the function said it _should_ work, but of course it didn't. So I'm wondering if anyone here has a clue, and may be able to explain the problem to me. Thanks for any help. Ken Lareau elessar@squonk.net