From owner-freebsd-questions@FreeBSD.ORG Sat May 22 07:05:14 2010 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 33510106566B; Sat, 22 May 2010 07:05:14 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id C670E8FC12; Sat, 22 May 2010 07:05:13 +0000 (UTC) Received: by gyh20 with SMTP id 20so1024891gyh.13 for ; Sat, 22 May 2010 00:05:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=arz6aK5SGOnix8KjRswa4/vpdsN/SKxDMbrzuX67ZS4=; b=CZEz1pQPB0ZUpcmVJkydZM+JfcVxtdZfxmuaq7gJg0+F6jaydH3/uhl+Qd+1YVMbrD aHh6X4ZHZnko1TyQFio2nXPdBep+fkIV+PlNNGwI5wX0e2hVBykK5frLjgiuUc7veOYP GGtemKqIQNVK7X1WInlSqjy7AZy2qsiOvuCrY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding; b=WP1anXODVnO13R2TF/3tEFLCFZ67/3msr45/BoI9n/L355jxcjwuzbchz3kgRPqZlp iZ/AOSD8DjP2W/4aDjvpzsoc4uPIIxeH5q81/P34xVKS7+KvELL4+uTHCyeREP4aaIO1 cUjVFieT+SVLNBufhfxWQWwUe0QZUDpwJv2NQ= Received: by 10.150.183.11 with SMTP id g11mr3665766ybf.66.1274511912934; Sat, 22 May 2010 00:05:12 -0700 (PDT) Received: from centel.dataix.local (adsl-99-181-129-134.dsl.klmzmi.sbcglobal.net [99.181.129.134]) by mx.google.com with ESMTPS id r27sm26206721ybc.1.2010.05.22.00.05.11 (version=SSLv3 cipher=RC4-MD5); Sat, 22 May 2010 00:05:12 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4BF78226.6020403@dataix.net> Date: Sat, 22 May 2010 03:05:10 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100515 Thunderbird/3.0.4 MIME-Version: 1.0 To: Eugene Mitrofanov References: <201005211555.59622.eugene@imedia.ru> In-Reply-To: <201005211555.59622.eugene@imedia.ru> X-Enigmail-Version: 1.0.1 OpenPGP: id=89D8547E Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FreeBSD 8.1-PRERELEASE: property 'jailed' not supported on FreeBSD: permission denied 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: Sat, 22 May 2010 07:05:14 -0000 On 05/21/2010 07:55, Eugene Mitrofanov wrote: > Hi > > The command "zfs set jailed=on tank/s1" is failed with the message " > property 'jailed' not supported on FreeBSD: permission denied". > > Output of "zfs get jailed tank/s1" shows me that the property "jailed" is > still exists: > NAME PROPERTY VALUE SOURCE > tank/s1 jailed off default > > How can I change its value? > > Thanks. Simply put, property 'jailed' not supported on FreeBSD. Some features that you may see in a "zfs get all pool" will not work because they are not implemented yet or are not planned to be implemented because they are too *Solaris dependent. See jail(1) for setting up a jail on FreeBSD. -- jhell