Date: Tue, 12 Dec 2006 00:39:18 -0500 From: Kris Kennaway <kris@obsecurity.org> To: basteon <basteon@gmail.com> Cc: freebsd-fs@FreeBSD.org Subject: Re: FreeBSD-7.0 on ZFS Message-ID: <20061212053918.GA91319@xor.obsecurity.org> In-Reply-To: <328fe7150612112129x30cf7d9gbfd6692ba8c11038@mail.gmail.com> References: <328fe7150612112129x30cf7d9gbfd6692ba8c11038@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 12, 2006 at 03:29:07PM +1000, basteon wrote: > Kind time of day. I had a problem of loading of the module.... >=20 > BSDsystem# kldload zfs.ko > kldload: can't load zfs.ko: No such file or directory > BSDsystem# locate zfs.ko > /boot/kernel/zfs.ko > /boot/kernel/zfs.ko.symbols > /usr/obj/usr/src/sys/GENERIC/modules/usr/src/sys/modules/zfs/zfs.ko > /usr/obj/usr/src/sys/GENERIC/modules/usr/src/sys/modules/zfs/zfs.ko.debug > /usr/obj/usr/src/sys/GENERIC/modules/usr/src/sys/modules/zfs/zfs.ko.symbo= ls > BSDsystem# kldload /boot/kernel/zfs.ko > kldload: can't load /boot/kernel/zfs.ko: No such file or directory > BSDsystem# ls -al /boot/kernel/zfs.ko > -r-xr-xr-x 1 root wheel 577771 Dec 8 12:15 /boot/kernel/zfs.ko >=20 >=20 > All pregoing operations are executed consistently and without erroneous. Review the console log, it probably failed to load because of missing symbols. Make sure your kernel + module were both built with -O (not -O2). You may need to also enable some of the -D options depending on what is in your kernel. Kris --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFfkCGWry0BWjoQKURAn/eAKCAzWG7uyBzebVyaZDxU3ksvLtUmQCgoDhY ftM2gXaQocqY7ucbuQ0chdA= =Dr3O -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061212053918.GA91319>