From owner-freebsd-stable@FreeBSD.ORG Mon Nov 3 09:51:46 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1193A106567A; Mon, 3 Nov 2008 09:51:46 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id E56438FC1E; Mon, 3 Nov 2008 09:51:45 +0000 (UTC) (envelope-from randy@psg.com) Received: from 50.216.138.210.bn.2iij.net ([210.138.216.50] helo=rmac.psg.com) by ran.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Kww64-0004EL-Ny; Mon, 03 Nov 2008 09:51:45 +0000 Message-ID: <490EC9AF.7020804@psg.com> Date: Mon, 03 Nov 2008 18:51:43 +0900 From: Randy Bush User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: Jeremy Chadwick References: <490E9E2F.2010403@psg.com> <20081103065306.GA13398@icarus.home.lan> <490EA171.8050600@psg.com> <20081103070403.GA13649@icarus.home.lan> <490EA5D7.3020307@psg.com> <20081103072145.GA14071@icarus.home.lan> In-Reply-To: <20081103072145.GA14071@icarus.home.lan> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable Subject: Re: installworld chflags failures X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Nov 2008 09:51:46 -0000 > Is /usr a ZFS filesystem or part of a zpool? If so, possibly you have > some ZFS settings on your pool or filesystem which are inhibiting the > ability to use chflags in some way? "zfs get all" will help. aha! i suspect you care correct. but i can not decipher from man zfs which property it is. http://wiki.freebsd.org/ZFS tells me that chflags(2) support is done. still googling, but nothing exciting. xattr is extended attributes, and should default to on but is temp off for unknown reasons. is that it? randy -- # zfs get all tank/usr NAME PROPERTY VALUE SOURCE tank/usr type filesystem - tank/usr creation Wed Oct 8 1:02 2008 - tank/usr used 63.0G - tank/usr available 164G - tank/usr referenced 14.6G - tank/usr compressratio 1.00x - tank/usr mounted yes - tank/usr quota none default tank/usr reservation none default tank/usr recordsize 128K default tank/usr mountpoint /usr local tank/usr sharenfs off default tank/usr checksum on default tank/usr compression off default tank/usr atime on default tank/usr devices on default tank/usr exec on default tank/usr setuid on default tank/usr readonly off default tank/usr jailed off default tank/usr snapdir hidden default tank/usr aclmode groupmask default tank/usr aclinherit secure default tank/usr canmount on default tank/usr shareiscsi off default tank/usr xattr off temporary tank/usr copies 1 default