From owner-freebsd-questions@FreeBSD.ORG Fri Mar 24 10:26:12 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 365A816A41F for ; Fri, 24 Mar 2006 10:26:12 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE38843D48 for ; Fri, 24 Mar 2006 10:26:11 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: by zproxy.gmail.com with SMTP id 16so57567nzp for ; Fri, 24 Mar 2006 02:26:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=d01Cs2N3/Ay/vGE7AktrJEm8K8NFRld6IK1qh5c+XgxQOfhWMuO+RD7p3BVgZ3N/Kfdz+EQdup1kHJ2Voh5ay5YpcFuspsKkkCbT7StF+6ApzPerToXSBY8Vcb+8Gffx2K0tNHHIAOFvT+qTgmWLXJWUkuF0o1ctzILguoX35VM= Received: by 10.35.14.1 with SMTP id r1mr787949pyi; Fri, 24 Mar 2006 02:26:03 -0800 (PST) Received: by 10.35.81.3 with HTTP; Fri, 24 Mar 2006 02:26:03 -0800 (PST) Message-ID: Date: Fri, 24 Mar 2006 10:26:03 +0000 From: Freminlins To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Process stuck in START state X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2006 10:26:12 -0000 Hello, I have a process which I cannot kill. It is stuck in the START state. Top shows this: 37028 frem 1 100 0 0K 0K START 5:20 6.54% acroread and ps shows this: frem 37028 6.5 0.0 0 0 v0 RE 2:40PM 5:20.33 [acroread] There is no entry for this pid under /proc. How do I actually kill this process? It's been running for over a day now. I'm using FreeBSD 6.0 Release. Thanks, Frem.