From owner-freebsd-questions Mon Feb 21 12:22: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 43EF837BEA3 for ; Mon, 21 Feb 2000 12:21:55 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id MAA09475; Mon, 21 Feb 2000 12:50:51 -0800 (PST) Date: Mon, 21 Feb 2000 12:50:51 -0800 From: Alfred Perlstein To: Marc Wandschneider Cc: freebsd-questions@FreeBSD.ORG Subject: Re: STATE="piperd" Message-ID: <20000221125051.S21720@fw.wintelcom.net> References: <000001bf7ca7$ca98fdf0$0300000a@katana> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000001bf7ca7$ca98fdf0$0300000a@katana>; from marcw@lanfear.com on Mon, Feb 21, 2000 at 12:11:08PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Marc Wandschneider [000221 12:45] wrote: > > > moo! > > i'm running ApplixWare on my FreeBSD 3.3 machine, and when I run the core > "applix" program, 'top' always reports its state as "piperd". > > I've been rummaging through source, but can't seem to find out what this > means ... What's up with the process? Everything else about it seems pretty > normal ... Um, does applix work? Or is it hanging? process states like 'piperd' are setup when the process is sleeping, waiting for something to happen, see sys/kern/sys_pipe.c line 433: /usr/src/sys % grep -n piperd */* kern/sys_pipe.c:433: if ((error = tsleep(rpipe, PRIBIO|PCATCH, "piperd", 0)) == 0) -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message