From owner-freebsd-questions@FreeBSD.ORG Tue May 10 16:44:02 2005 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 2197216A4CE for ; Tue, 10 May 2005 16:44:02 +0000 (GMT) Received: from diomedes.noc.ntua.gr (diomedes.noc.ntua.gr [147.102.222.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id F241843D93 for ; Tue, 10 May 2005 16:44:00 +0000 (GMT) (envelope-from aduitsis@noc.ntua.gr) Received: from ajax.noc.ntua.gr (ajax.noc.ntua.gr [147.102.220.1]) by diomedes.noc.ntua.gr (8.13.1/8.13.1) with ESMTP id j4AGhxl8097262 for ; Tue, 10 May 2005 19:43:59 +0300 (EEST) (envelope-from aduitsis@noc.ntua.gr) Received: from ajax.noc.ntua.gr (localhost.noc.ntua.gr [127.0.0.1]) by ajax.noc.ntua.gr (8.13.1/8.13.1) with ESMTP id j4AGhx6Y044685 for ; Tue, 10 May 2005 19:43:59 +0300 (EEST) (envelope-from A.Douitsis@noc.ntua.gr) Received: (from aduitsis@localhost) by ajax.noc.ntua.gr (8.13.1/8.13.1/Submit) id j4AGhxjk044684 for freebsd-questions@freebsd.org; Tue, 10 May 2005 19:43:59 +0300 (EEST) (envelope-from aduitsis) Date: Tue, 10 May 2005 19:43:59 +0300 From: Athanasios Douitsis To: freebsd-questions@freebsd.org Message-ID: <20050510164359.GL11613@noc.ntua.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-7 Content-Disposition: inline X-PGP-Key: http://noc.ntua.gr/~aduitsis/pubkey.asc User-Agent: Mutt/1.5.8i Subject: cannot kill -9 a process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 16:44:02 -0000 Hello all, I have run into a peculiar problem. A process in one of my servers has stopped working, but when I kill -9 the pid the process won't go away. ps axuw | grep nagios nagios 36818 0.0 0.1 3964 2184 ?? TLs 30Mar05 46:14.69 /usr/local/bin/nagios -d /usr/local/etc/nagios/nagios.cfg and kill -9 36818 Well, it won't die no matter how many times I'll try to kill -9 it. My uname is 5.3-SECURITY FreeBSD 5.3-SECURITY #0: Sun Jan 16 09:53:48 UTC 2005 root@builder.daemonology.net:/usr/obj/usr/src/sys/SMP i386 Does anyone have any constructive suggestion on how to get rid of it? Thanks in advance Athanasios