From owner-freebsd-fs@freebsd.org Mon Sep 24 21:44:59 2018 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 992611092BCC for ; Mon, 24 Sep 2018 21:44:59 +0000 (UTC) (envelope-from SRS0=mV4m=MG=quip.cz=000.fbsd@elsa.codelab.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2C6B47405A for ; Mon, 24 Sep 2018 21:44:59 +0000 (UTC) (envelope-from SRS0=mV4m=MG=quip.cz=000.fbsd@elsa.codelab.cz) Received: by mailman.ysv.freebsd.org (Postfix) id D50B71092BCB; Mon, 24 Sep 2018 21:44:58 +0000 (UTC) Delivered-To: fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C38F31092BCA for ; Mon, 24 Sep 2018 21:44:58 +0000 (UTC) (envelope-from SRS0=mV4m=MG=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5534574059 for ; Mon, 24 Sep 2018 21:44:58 +0000 (UTC) (envelope-from SRS0=mV4m=MG=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 9DB6828428; Mon, 24 Sep 2018 23:44:49 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id B7E9E28422; Mon, 24 Sep 2018 23:44:48 +0200 (CEST) Subject: Re: ZFS and chflags To: Chris Rees , fs@freebsd.org References: <59BBABA0-9B8F-4CDA-AFF1-39D3508C0C6E@bayofrum.net> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <8541779c-9a64-d277-b749-b36a120d9c67@quip.cz> Date: Mon, 24 Sep 2018 23:44:48 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.3 MIME-Version: 1.0 In-Reply-To: <59BBABA0-9B8F-4CDA-AFF1-39D3508C0C6E@bayofrum.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 21:44:59 -0000 Chris Rees wrote on 2018/09/24 23:08: > Hi all, > > I don't know if it's some sort of veneer, but two of my machines actually have started supporting file flags (schg for example), which makes pkgbase happy. > > My remaining machine, which I've managed to shoehorn 11.2-R onto after a 2014 head, still says chflags: Unsupported by device, causing pkg to error out. I was hoping the new kernel would sort this out, but it appears to still happen. > > I can't find anything on Google, and was wondering what is different between the three computers. I know ZFS doesn't support them, but they do work on two of them! > > Please let me know if I should be asking on pkgbase@ Are all your machines on the same ZFS pool version? What about "zpool upgrade" and "zfs upgrade"? Miroslav Lachman