From owner-freebsd-questions Fri Jan 29 16:40:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12766 for freebsd-questions-outgoing; Fri, 29 Jan 1999 16:40:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (root.com [208.221.12.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12758 for ; Fri, 29 Jan 1999 16:40:12 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id QAA22649; Fri, 29 Jan 1999 16:39:18 -0800 (PST) Message-Id: <199901300039.QAA22649@implode.root.com> To: Jerry Raynor cc: freebsd-questions@FreeBSD.ORG Subject: Re: run away process!!!! In-reply-to: Your message of "Fri, 29 Jan 1999 19:24:02 EST." From: David Greenman Reply-To: dg@root.com Date: Fri, 29 Jan 1999 16:39:18 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have a run a way process.... > >USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND >root 2 14.6 0.1 0 12 ?? DL 2:50AM 30:03.33 (pagedaemon) > >I've tried 'kill 2' and 'kill -9 2' > >its still running.... what should I do and what is this?? The pagedaemon is a kernel process that manages memory and cannot be killed. If it is using a lot of CPU time, then it is because your system is heavily paging. You can fix this by adding more RAM to your machine. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message