From owner-freebsd-fs@FreeBSD.ORG Mon Mar 30 15:49:59 2015 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 219E213E for ; Mon, 30 Mar 2015 15:49:59 +0000 (UTC) Received: from new2-smtp.messagingengine.com (new2-smtp.messagingengine.com [66.111.4.224]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7178403 for ; Mon, 30 Mar 2015 15:49:58 +0000 (UTC) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 8A8341169 for ; Mon, 30 Mar 2015 11:49:54 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Mon, 30 Mar 2015 11:49:57 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=H8fDdZ1l4O7izVb UzFROD8LfbgE=; b=Yg3wdgxfF5naAtbvWX1vGJyyV3FcGrEAW5rN9Xwsvk1/uCg UO7qIg54QBvHwGRimHZEC2If15T+f+mfYridrrxKgUBoWDiHiA+z42+nwnYxJU/7 Nyw9vxZiX5/uCd0iDICBt8FsnH7qH1nsjt+h0bMVH5PcfeijxvHmo5xizcIo= Received: by web3.nyi.internal (Postfix, from userid 99) id 75A8C10BD71; Mon, 30 Mar 2015 11:49:57 -0400 (EDT) Message-Id: <1427730597.303984.247097389.165D5AAB@webmail.messagingengine.com> X-Sasl-Enc: xtWEx95Zp/MAY3s6NRVDwU3M50ATFhSfnWhb1wzaif1Q 1427730597 From: Mark Felder To: freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-0b3c2300 In-Reply-To: <55196FC7.8090107@artem.ru> References: <55170D9C.1070107@artem.ru> <1427727936.293597.247070269.5CE0D411@webmail.messagingengine.com> <55196FC7.8090107@artem.ru> Subject: Re: Little research how rm -rf and tar kill server Date: Mon, 30 Mar 2015 10:49:57 -0500 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 15:49:59 -0000 Just to feed my own curiosity, can you paste the output of this sysctl? sysctl kern.eventtimer Thanks