From owner-freebsd-questions Sun Jan 14 16: 0: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kraeusen.nbrewer.com (unknown [208.42.68.65]) by hub.freebsd.org (Postfix) with ESMTP id D1DCC37B400 for ; Sun, 14 Jan 2001 15:59:43 -0800 (PST) Received: by kraeusen.nbrewer.com (Postfix, from userid 1001) id D910C1743E; Sun, 14 Jan 2001 17:59:42 -0600 (CST) Date: Sun, 14 Jan 2001 17:59:42 -0600 From: Christopher Farley To: guenther.schmidt@bigfoot.de Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Processes that have been terminated still resident in system! Message-ID: <20010114175942.A26240@northernbrewer.com> Mail-Followup-To: Christopher Farley , guenther.schmidt@bigfoot.de, freebsd-questions@FreeBSD.ORG References: <3A6237BF.2192ED1D@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A6237BF.2192ED1D@web.de>; from gue.schmidt@web.de on Mon, Jan 15, 2001 at 12:35:28AM +0100 Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Guenther Schmidt (gue.schmidt@web.de) wrote: > I'm using 4.2 Stable. I found that when I finish with certain programms > I can still see them taking up rescources under top. Namely netscape and > Staroffice. > > This continued even after I logged out from X, process was still > resident. > > Is this because the programs are natively linux programms or is it just > something that happens occasionaly? It shouldn't have anything to do with them being Linux programs. It probably has to do with the fact that Netscape and StarOffice are gigantic and buggy. I wouldn't worry too much about it unless it happens consistently. What happens if you try and kill the processes? Find the process ID via 'ps -acx | grep netscape' (for example), and use the kill command to signal the process to quit. I usually try kill without any arguments to allow the program to quit gracefully. If that fails, you can kill the process with kill -KILL, which processes may not ignore. You can also kill the process directly from top, by typing 'k'. -- Christopher Farley Northern Brewer / 1150 Grand Avenue / St. Paul, MN 55105 www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message