From owner-freebsd-current@FreeBSD.ORG Thu May 10 10:23:04 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBEA81065678 for ; Thu, 10 May 2012 10:23:04 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 81B228FC1A for ; Thu, 10 May 2012 10:23:04 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1SSQWV-0007Sg-If for freebsd-current@freebsd.org; Thu, 10 May 2012 11:23:03 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1SSQWV-0001k8-GI for freebsd-current@freebsd.org; Thu, 10 May 2012 11:23:03 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id q4AAN3Xl021279 for ; Thu, 10 May 2012 11:23:03 +0100 (BST) (envelope-from mexas@bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id q4AAN3rX021278 for freebsd-current@freebsd.org; Thu, 10 May 2012 11:23:03 +0100 (BST) (envelope-from mexas@bris.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bris.ac.uk using -f Date: Thu, 10 May 2012 11:23:03 +0100 From: Anton Shterenlikht To: freebsd-current@freebsd.org Message-ID: <20120510102303.GA21257@mech-cluster241.men.bris.ac.uk> Mail-Followup-To: freebsd-current@freebsd.org References: <20120510100121.GA21039@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120510100121.GA21039@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.4.2.3i Subject: SOLVED: Re: KLD zfs.ko: depends on acl_nfs4 - not available or version mismatch 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, 10 May 2012 10:23:04 -0000 On Thu, May 10, 2012 at 11:01:21AM +0100, Anton Shterenlikht wrote: > On ia64 r235163 I get this error > when trying to load zfs module: > > # ls -al /boot/kernel/zfs.ko* > -r-xr-xr-x 1 root wheel 2496877 May 10 09:15 /boot/kernel/zfs.ko > -r-xr-xr-x 1 root wheel 6578175 May 10 09:15 /boot/kernel/zfs.ko.symbols > # kldload zfs > KLD zfs.ko: depends on acl_nfs4 - not available or version mismatch > kldload: can't load zfs: No such file or directory Figured I now need to add module acl_nfs4: makeoptions MODULES_OVERRIDE="geom/geom_part geom/geom_label opensolaris zfs acl_nfs4" The acl_nfs4 module wasn't required before for zfs. Where is this change documented? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423