From owner-freebsd-stable Fri Dec 19 13:27:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA19723 for stable-outgoing; Fri, 19 Dec 1997 13:27:24 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from mailhost.yahoo.com (mailhost.yahoo.com [205.216.162.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA19718 for ; Fri, 19 Dec 1997 13:27:20 -0800 (PST) (envelope-from serge@yahoo-inc.com) Received: from borogove.yahoo.com (borogove.yahoo.com [205.216.162.65]) by mailhost.yahoo.com (8.8.8/8.8.8) with ESMTP id NAA01673; Fri, 19 Dec 1997 13:26:42 -0800 (PST) Received: from borogove.yahoo.com (borogove.yahoo.com [205.216.162.65]) by borogove.yahoo.com (8.8.7/8.8.6) with SMTP id NAA00484; Fri, 19 Dec 1997 13:26:25 -0800 (PST) Date: Fri, 19 Dec 1997 13:26:25 -0800 (PST) From: Sergiy Zhuk X-Sender: serge@borogove.yahoo.com To: Scot Elliott cc: Igor Roshchin , iang@digs.iafrica.com, stable@FreeBSD.ORG Subject: Re: fsck problem at boot time In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hi On Fri, 19 Dec 1997, Scot Elliott wrote: > Actually, I find this with Pine all the time too... is this a bug in pine? not only pine, but any process, waiting for user input and diassociated from its control terminal, i.e. processes which are not designed to run as daemons. > But my point about limiting daemon's CPU time still applies - you don't > very often execute interactive processes as daemon. I hope. typical case: home -> (Internet) -> ssh host1 -> destination ssh host2, run pine (emacs, vi, joe). Then drop your dial-up connection at home. Then login again and look at system load as well at ps ax|grep RN pretty amazing... If you close ssh at home, it will work fine, i.e. pine will be terminated, catching SIGHUP (or whatever) from the parent shell. -- rgds, serge