Date: Tue, 6 Mar 2007 12:46:09 +0200 From: Andrei Kolu <antik@bsd.ee> To: freebsd-geom@freebsd.org Subject: Re: zfs_20070303.patch on current Message-ID: <200703061246.09687.antik@bsd.ee> In-Reply-To: <200703052033.12095.antik@bsd.ee> References: <20070120073117.GB60202@x12.dk> <20070305175619.GC1162@garage.freebsd.pl> <200703052033.12095.antik@bsd.ee>
next in thread | previous in thread | raw e-mail | index | archive | help
Now I found out why my kernel build failed. I followed directions found in patch file: # patch -p0 < zfs_20070303.patch # make kernel # cd cddl # make && make install Build failed. Then I changed it to this: # patch -p0 < zfs_20070303.patch # make buildkernel # cd cddl # make && make install # make installkernel Now I got working kernel but ZFS is still not available: # zpool status internal error: failed to initialize ZFS library
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703061246.09687.antik>