From owner-freebsd-current@FreeBSD.ORG Wed Apr 29 16:43:41 2015 Return-Path: Delivered-To: freebsd-current@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 2152ED89 for ; Wed, 29 Apr 2015 16:43:41 +0000 (UTC) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA51117EB for ; Wed, 29 Apr 2015 16:43:40 +0000 (UTC) Received: by wgin8 with SMTP id n8so34807728wgi.0 for ; Wed, 29 Apr 2015 09:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=/7IDLZYpTbsc2i7EsfN1ZAXgrxyXwH+BFUwa79Cq+xM=; b=kZTlcpygunS0V+2kKIM6/29sPtQXXdwK8jjtdM690DkYhL8NjubJ07iXVp+beivZOJ cYgqzHuDZoN+ZI4Oc8iw+HAT4q6TU4kf0/un3zZ3QiRUCBDXiswytlqHrwK4Y19I1AYt uW6qkn43hQkfBeJLr+bTGjYY+IHeye4OcFhuuQp+vYXh+G+nYYsOcrINFgI7Zo5Qo17l tVsqRJpM9CPjqFLu/sn6FgaslJZI3NW9EG7XOEi5cxTg7oXQsrk4faKd0wNZO20+CKpD PAkQORbc5L/ry8+SnNwrBib1aS0N8//xA7XblOEOGCWMTtMjAe50OEYScSWRJkqoKz+/ G4Bg== X-Received: by 10.180.218.201 with SMTP id pi9mr9714784wic.53.1430325819125; Wed, 29 Apr 2015 09:43:39 -0700 (PDT) Received: from brick.home (eid109.neoplus.adsl.tpnet.pl. [83.21.119.109]) by mx.google.com with ESMTPSA id df1sm21942824wib.12.2015.04.29.09.43.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Apr 2015 09:43:37 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Wed, 29 Apr 2015 18:43:35 +0200 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: timp Cc: freebsd-current@freebsd.org Subject: Re: Enabling RACCT/RCTL in GENERIC. Message-ID: <20150429164335.GA3688@brick.home> Mail-Followup-To: timp , freebsd-current@freebsd.org References: <20150429110304.GA3377@brick.home> <1430307684708-6008378.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430307684708-6008378.post@n5.nabble.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2015 16:43:41 -0000 On 0429T0441, timp wrote: > Hi! > Does it mean I will manage to use rctl to set limits without recompiling > GENERIC? If so, then it's extremely nice news! Yes. You will still need to enable it using a tunable, though, as explained by rctl(8) error message: rctl: RACCT/RCTL present, but disabled; enable using kern.racct.enable=1 tunable