From owner-freebsd-stable@FreeBSD.ORG Wed Jan 21 11:43:36 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DDCE10657AD for ; Wed, 21 Jan 2009 11:43:36 +0000 (UTC) (envelope-from dikshie@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 1E6838FC1C for ; Wed, 21 Jan 2009 11:43:35 +0000 (UTC) (envelope-from dikshie@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1523178yxb.13 for ; Wed, 21 Jan 2009 03:43:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=aqCNPyubVeFYyDpCJhmN2v/MFa+51u1FUzNw6qicIkA=; b=qU0aGJRhNxdT+LQEDdUQheSmy71QaYHLQukapBRchJ4EDqBC5WwrymkqxIZp0jyP0e M5kEkQ4SvX2HkpW6jmZNvoScXG9udQ4P5PIah4Fvky+g/z4OsswaQJbfbfWhXMXOYkeU sHPleNgRU/TikWPtCqjImD1alzku4m0qI1/ss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=cbMtC0vrZWNYG2e4cKJqYU05Xsg1fjrN2zLNdR3fEK+QGAkl5ACyhmZLMzez/cLMs6 lwoffHbEOUdXvzKW4ab0YWDtr8G2jpk20v5LISpNgPR5iINbukLWR6GGF+mlTGa8wpBX BMVMW6LkJ3ZmU/Kpo5SijUf4dUdw/u9HmNupA= MIME-Version: 1.0 Received: by 10.151.114.13 with SMTP id r13mr4078129ybm.21.1232536769216; Wed, 21 Jan 2009 03:19:29 -0800 (PST) Date: Wed, 21 Jan 2009 20:19:29 +0900 Message-ID: <910e60e80901210319mbb13fbxa8659577bb5ea162@mail.gmail.com> From: dikshie To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: unkillable proceess X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2009 11:43:37 -0000 Hi, how to kill unkillable process: # ps axuf |grep http www 66005 73.4 1.3 87656 13164 ?? R 4:58PM 62:24.41 /usr/local/sbin/httpd -DSSL -DNOHTTPACCEPT www 4277 71.6 1.4 88680 13964 ?? R 4:12PM 48:23.40 /usr/local/sbin/httpd -DSSL -DNOHTTPACCEPT www 2708 65.5 1.4 88680 14112 ?? R 4:12PM 54:39.50 /usr/local/sbin/httpd -DSSL -DNOHTTPACCEPT above processes unkillable regards, -dikshie-