From owner-freebsd-questions@FreeBSD.ORG Mon Oct 18 18:18:07 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 D835B16A4CE for ; Mon, 18 Oct 2004 18:18:07 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E3443D39 for ; Mon, 18 Oct 2004 18:18:07 +0000 (GMT) (envelope-from jxkoepk@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so42560cwb for ; Mon, 18 Oct 2004 11:18:04 -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=iIs44r0QAPliayJSuT3jZ9hFXhbFzb8VQIzmqb3oyhgn+yWS2Lh8aHuTliX51VkoxvWqFtcJLyiVL5k6MaQxsCsmWJ4XUEewSjDdJ9x9FSE0nD3lhKcrj1dcuaEyWESiPtP2gcqGrBHWSeWv5BPQNNPrdZAlNKoLponu7TAFs60 Received: by 10.11.119.24 with SMTP id r24mr662850cwc; Mon, 18 Oct 2004 11:18:04 -0700 (PDT) Received: by 10.11.119.17 with HTTP; Mon, 18 Oct 2004 11:18:04 -0700 (PDT) Message-ID: Date: Mon, 18 Oct 2004 11:18:04 -0700 From: John Koepke To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Python Issue 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: Mon, 18 Oct 2004 18:18:08 -0000 Hey all, I have asked this before but this time I am subscribed to the list. I current have a PHP script that runs various Python scripts. It checks to see if they are running, by doing a ps -ax -w -w | grep and the script name. But for some reason Python shows just (python) if you do a ps. It doesn't show that anything is running but (python). I can only assume that this is some sort of patch or setting when python was installed. Other than just downloading the python source and re-building my box, is there a way to fix this issue? Python 2.3.4_2 (installed via the PortsTree) PhP 4 (Installed Via the Ports Tree) Any help would be GREATLY appreciated. John