Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Mar 2007 13:02:24 +0100
From:      Dennis Berger <db@nipsi.de>
To:        Andrei Kolu <antik@bsd.ee>
Cc:        freebsd-geom@freebsd.org
Subject:   Re: zfs_20070303.patch on current
Message-ID:  <45ED5850.6050506@nipsi.de>
In-Reply-To: <200703061246.09687.antik@bsd.ee>
References:  <20070120073117.GB60202@x12.dk>	<20070305175619.GC1162@garage.freebsd.pl>	<200703052033.12095.antik@bsd.ee> <200703061246.09687.antik@bsd.ee>

next in thread | previous in thread | raw e-mail | index | archive | help
Andrei Kolu schrieb:
> 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
> _______________________________________________
> freebsd-geom@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-geom
> To unsubscribe, send any mail to "freebsd-geom-unsubscribe@freebsd.org"
>   
this means zfs.ko isn't loaded at all.
Try loading it via kldload zfs. Try to create a pool with zpool then, I
would like to know if it worked for you.
regards,
-Dennis



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45ED5850.6050506>