From owner-freebsd-questions@FreeBSD.ORG Mon Jan 23 15:14:12 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E18BD1065673 for ; Mon, 23 Jan 2012 15:14:12 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 771678FC1A for ; Mon, 23 Jan 2012 15:14:12 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so3394353wib.13 for ; Mon, 23 Jan 2012 07:14:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=iYLIKYkUKLh9MdW5SdMtLy1Gq8pYN/7mDEcEdLApMbY=; b=nQgKpbN2iUKnLILq2dpK4uERqlYWe5dCH6aL+di43XL44xrmw9B90DtO6rplM2uvIl EiGBAhddimVxyiNVhXyrBrT7SBLS/jd+4Ow8SFheYjAWYdpp404ga++OJkl2/TNaOMCe 7yucZCRlgnpptdWW3xtlZlu9yu3srrB3zoFZs= Received: by 10.180.108.232 with SMTP id hn8mr14100922wib.16.1327331651550; Mon, 23 Jan 2012 07:14:11 -0800 (PST) Received: from green.tandem.local (32-179-132-95.pool.ukrtel.net. [95.132.179.32]) by mx.google.com with ESMTPS id d9sm13509218wiy.2.2012.01.23.07.14.09 (version=SSLv3 cipher=OTHER); Mon, 23 Jan 2012 07:14:10 -0800 (PST) Message-ID: <4F1D7940.5080303@gmail.com> Date: Mon, 23 Jan 2012 17:14:08 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0.1) Gecko/20120110 Firefox/9.0.1 SeaMonkey/2.6.1 MIME-Version: 1.0 To: =?UTF-8?B?0JrQvtC90YzQutC+0LIg0JXQstCz0LXQvdC40Lk=?= References: <1712857962.20120120232421@yandex.ru> In-Reply-To: <1712857962.20120120232421@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@FreeBSD.org Subject: Re: problem to kill -KILL process 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: Mon, 23 Jan 2012 15:14:13 -0000 Коньков Евгений wrote: > Hi > > # ps ax|grep rad > 45471 ?? T 26473 1 S+ 0:00.00 grep rad > flux# date > Fri Jan 20 23:20:28 UTC 2012 > flux# kill -KILL 45471 > flux# date > Fri Jan 20 23:20:41 UTC 2012 > flux# kill -KILL 45471 > flux# date > Fri Jan 20 23:20:54 UTC 2012 > flux# kill -KILL 45471 > > > top > 9 root 16 - 0K 8K syncer 2 7:12 0.00% syncer > 45471 freeradius 20 -20 311M 283M STOP 0 3:38 0.00% {radiusd} > 49114 root 21 0 10460K 4240K select 0 2:43 0.00% zebra Looks like some bad things happen. Try kill -19 45471 to continue radiusd execution, maybe that helps. -- Sphinx of black quartz judge my vow.