From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 07:21:30 2005 Return-Path: X-Original-To: freebsd-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 4461116A41F for ; Fri, 7 Oct 2005 07:21:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80B4D43D45 for ; Fri, 7 Oct 2005 07:21:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a181.otenet.gr [212.205.215.181]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j977LMvw031766; Fri, 7 Oct 2005 10:21:23 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j977KNgO001105; Fri, 7 Oct 2005 10:20:23 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j977KMjl001104; Fri, 7 Oct 2005 10:20:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 7 Oct 2005 10:20:22 +0300 From: Giorgos Keramidas To: Lowell Gilbert Message-ID: <20051007072022.GB998@flame.pc> References: <002e01c5c98e$57043640$1101a8c0@DunxD> <443bne21ut.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <443bne21ut.fsf@be-well.ilk.org> Cc: Duncan Drury , freebsd-questions@freebsd.org Subject: Re: [freebsd-questions] PID 0 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, 07 Oct 2005 07:21:30 -0000 On 2005-10-06 09:48, Lowell Gilbert wrote: > "Duncan Drury" writes: > > I am having a problem with Apache/PHP that results in Apache running > > as PID 0, which I cannot kill without restarting the server (or > > rather I don't know how else to do it). > > PID 0? Really? As in the first column of "ps -ax"? That sounds strange. In general, small PID numbers are reserved for internal kernel threads. For instance, PID 0 is [swapper].