From owner-freebsd-questions@FreeBSD.ORG Mon May 24 12:31:11 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 982F9106568B; Mon, 24 May 2010 12:31:11 +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 380748FC2B; Mon, 24 May 2010 12:31:10 +0000 (UTC) Received: by gyh20 with SMTP id 20so1917973gyh.13 for ; Mon, 24 May 2010 05:31:10 -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=R0xFEUEObIvvhd+izsFOEAvtO+l8KW5vV9lkiYgzA5M=; b=krSfhsWnKlTLyj5E9cTTopEurdyQyIqJaurWvN1SnW+ua6wxnQejafMJC9o8tm0dpO 9+QXteT9kzX2UV0bWIdRF3SA/sEFXcJXUP9Dn/XoiDVT+WovIcNJr2eqD0NeOAIXw3BC tD7hwd9rHxvs4YYjd1ScMfEays88OKiOqTVcg= 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=GNgWS6k1QOs0KkmQ5//LpwVe31r0eeidOGyPZQESEUKg3ZmUJwDMq+UWt3LHFNBUQO Yeks5Hxrru9rJ2S52SsT1iSswHMHU69j06VhtkawLQQ6vn0brN/Dp02phnTSJ+ElgIaD JNVEpxi9btE8dLEMn9eO1rBmsjWStNgqxqYhQ= Received: by 10.151.25.16 with SMTP id c16mr6063916ybj.363.1274704270454; Mon, 24 May 2010 05:31:10 -0700 (PDT) Received: from centel.dataix.local (adsl-99-19-40-41.dsl.klmzmi.sbcglobal.net [99.19.40.41]) by mx.google.com with ESMTPS id 20sm3027057ywh.11.2010.05.24.05.31.09 (version=SSLv3 cipher=RC4-MD5); Mon, 24 May 2010 05:31:09 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4BFA718C.3020202@dataix.net> Date: Mon, 24 May 2010 08:31:08 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100515 Thunderbird MIME-Version: 1.0 To: Eugene Mitrofanov References: <201005211555.59622.eugene@imedia.ru> <4BF78226.6020403@dataix.net> <201005241013.29344.eugene@imedia.ru> In-Reply-To: <201005241013.29344.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: Mon, 24 May 2010 12:31:11 -0000 On 05/24/2010 02:13, Eugene Mitrofanov wrote: > On Saturday 22 May 2010, jhell wrote: >> 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. >> > > But this feature was in 7S and in 8.0R: > > root@donkey:samba33# uname -sr > FreeBSD 7.3-RELEASE > root@donkey:samba33# zfs set jailed=on data/test > root@donkey:samba33# zfs get jailed data/test > NAME PROPERTY VALUE SOURCE > data/test jailed on local > > When I updated to 8.1PRE it stopped working. Are there any plans for the > revival of "jailed"? > > Good luck And what exactly did that property do for you... ?||? AFAIK it was a NOP. -- jhell