From owner-freebsd-questions@FreeBSD.ORG Fri Oct 15 21:45:32 2004 Return-Path: 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 AC0F116A4DD for ; Fri, 15 Oct 2004 21:45:32 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A01643D1D for ; Fri, 15 Oct 2004 21:45:19 +0000 (GMT) (envelope-from jxkoepk@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so6281cwb for ; Fri, 15 Oct 2004 14:45:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=bjUowTPLBBKaNurAG0goMwmIWt2F8fysDeQQXPxyXDON7KjENzQimifmhGKvqfOYho4sYdV00uuxzCcy97DZ5a0HI8FhUSo0EcP5aJszqRAwfQQb1eQLj7oAQZoIfwQbLaTV2Nn4mRmoBQWfW8RcZsT3DFurI8j7mjFyvYQG1qo Received: by 10.11.119.43 with SMTP id r43mr314008cwc; Fri, 15 Oct 2004 14:45:19 -0700 (PDT) Received: by 10.11.119.17 with HTTP; Fri, 15 Oct 2004 14:45:19 -0700 (PDT) Message-ID: Date: Fri, 15 Oct 2004 14:45:19 -0700 From: John Koepke To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: PS and Python issues... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Koepke List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 21:45:33 -0000 Hello all, For some odd reason when I run Python scripts, and try to get info on the scripts via PS, all I see is (python). I don't see the script command line or anything. So if I run multiple scripts, and have to kill just 1, I have to killall python because I cannot tell which script is running on which PID. ps -aux -w -w | grep py 65283 ?? S 0:35.17 (python) 65291 ?? S 0:59.21 (python) Any ideas? FreeBSD 5.2.1 Python 2.3.4 P.S. Please include me in the CC, I am not subscribed with this email address. Thank you.