From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 08:53:23 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9969493 for ; Mon, 23 Jun 2014 08:53:23 +0000 (UTC) Received: from mail.sub.ru (mail.sub.ru [88.212.205.2]) by mx1.freebsd.org (Postfix) with SMTP id 5BEE92ED4 for ; Mon, 23 Jun 2014 08:53:23 +0000 (UTC) Received: (qmail 19008 invoked from network); 23 Jun 2014 12:46:41 +0400 Received: from tarkhil.infotel.ru (tarkhil.infotel.ru [195.170.223.197]) by mail.sub.ru ([88.212.205.2]) with ESMTP via TCP; 31 Dec 1969 23:59:59 -0000 Message-ID: <53A7E96A.7070906@webmail.sub.ru> Date: Mon, 23 Jun 2014 12:46:34 +0400 From: Alex Povolotsky User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: All variables available in jail.conf? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 08:53:23 -0000 Hello I'm trying to limit cpus used by jail; looks like I have to run cpuset after jail is started However, I've got no clues to find a list of all variables available in jail.conf, expecially jail id for postrun_cmd I can, of course, use $(jls -j $name jid) - but maybe there is some more elegant? Alex