From owner-freebsd-current@FreeBSD.ORG Thu Jul 19 16:36:33 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 586D216A402 for ; Thu, 19 Jul 2007 16:36:33 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.freebsd.org (Postfix) with ESMTP id 1D9DA13C491 for ; Thu, 19 Jul 2007 16:36:33 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from [192.168.1.5] (217.211.83.81) by pne-smtpout1-sn1.fre.skanova.net (7.2.076.2) id 46758F19006E2BE0 for current@freebsd.org; Thu, 19 Jul 2007 17:27:28 +0200 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <5EF8F594-035F-4DCA-AF66-EFD7339D4E91@exscape.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: current@freebsd.org From: Thomas Backman Date: Thu, 19 Jul 2007 17:27:25 +0200 X-Mailer: Apple Mail (2.752.3) Cc: Subject: ZFS, chflags and installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2007 16:36:33 -0000 Hi everybody, I successfully moved everything to ZFS a few weeks ago. Everything seems to work, except I can't run installworld. If I understand things correctly, ZFS doesn't support chflags, but I'm guessing the flags stuck when I copied the files from UFS (using tar)? In any case, installworld gives me plenty of errors like "chflags: (filename): Operation not supported", and the files remain unchanged. kern.securelevel is -1 and has always been. chflags -R noschg doesn't work (plenty of "Operation not supported" errors). Any hints? Thanks, Thomas