From owner-freebsd-questions@FreeBSD.ORG Sat Sep 28 10:52:34 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8C58F2A8 for ; Sat, 28 Sep 2013 10:52:34 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 296EE2451 for ; Sat, 28 Sep 2013 10:52:34 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id f12so3652745wgh.26 for ; Sat, 28 Sep 2013 03:52:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=7d33G93T0MbAgF1xhVzvyZ9ysINgqUrh450h96txfXk=; b=IIBqcqW45Rm7rbvHTwAVP8oP7nrd+86MF4r/avqtv3Kg5izzqxQDQlwfAfGwNYme+N CkUbo5OGBeUOd5HMbl75Eqt2IVbMQLSZ5xx0Uj3WNf8oqrXNZC8V36O2GvN8Er/zDI7c YjyvixAXy0rV32oBBBVDt/atrMAnjzi8lRE5p3fNJq6U/9Kpy5XLyY1kx7N6ajN9mA/n tJ5uai4OSZREftvs3r11IAE9jqFolWfFvxLfj1TQ/UEobnTP2STS5QreetJIQMT52CxG FkNvp1a5yqLthguN2IAyrKz51Vt2XmgWfEujMnedDlsSJIJ4D2ooMUKRFmACJgUPDzqq CycQ== X-Received: by 10.180.10.136 with SMTP id i8mr6211110wib.46.1380365552579; Sat, 28 Sep 2013 03:52:32 -0700 (PDT) Received: from [192.168.0.10] (171.33.91.91.rev.sfr.net. [91.91.33.171]) by mx.google.com with ESMTPSA id sh5sm1122268wic.11.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 28 Sep 2013 03:52:32 -0700 (PDT) Message-ID: <5246B4E4.3060002@gmail.com> Date: Sat, 28 Sep 2013 12:52:20 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130830 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: problem with stoping process References: <1118838194.20111215210050@yandex.ru> In-Reply-To: <1118838194.20111215210050@yandex.ru> Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2013 10:52:34 -0000 On 15.12.2011 20:00, Коньков Евгений wrote: > I am trying to stop process > /usr/local/etc/rc.d/radiusd top > Stopping radiusd. > Waiting for PIDS: 27618 > > top > 27618 freeradius 2 20 -20 333M 295M STOP 0 4:42 0.00% radiusd > > ps aux > freeradius 27618 0.0 7.4 341144 302528 ?? T > nothing is happen > > Why process do not stop? > Does it stops when you kill it by hand with kill -15 27618? David.