Date: Thu, 10 May 2012 11:23:03 +0100 From: Anton Shterenlikht <mexas@bristol.ac.uk> To: freebsd-current@freebsd.org Subject: SOLVED: Re: KLD zfs.ko: depends on acl_nfs4 - not available or version mismatch Message-ID: <20120510102303.GA21257@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20120510100121.GA21039@mech-cluster241.men.bris.ac.uk> References: <20120510100121.GA21039@mech-cluster241.men.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120510102303.GA21257>