loading modules
M. Warner Losh
imp at bsdimp.com
Tue Feb 9 20:56:55 UTC 2010
In message: <4B71C145.3020605 at gmail.com>
Jeremy Faulkner <gldisater at gmail.com> writes:
: I wanted to try zfs on my openrd-client and after a small patch to the
: opensolaris module I could get it to load but when I tried to load zfs
: I got the following, any suggestions on resolving this?
:
: %kldload zfs.ko
: link_elf: symbol __ucmpdi2 undefined
: kldload: can't load zfs.ko: No such file or directory
You could add ucmpdi2.c to the files.arm and see if that solves it.
There's a reason that this isn't in the kernel by default, but I
forget what that is.
Waht was the small patch for the opensolaris module?
Warner
: > ls -l /boot/kernel
: total 6556
: -r-xr-xr-x 1 root wheel 3946929 Feb 8 21:44 kernel
: -r-xr-xr-x 1 root wheel 1523484 Feb 8 21:44 kernel.gz.tramp
: -r-xr-xr-x 1 root wheel 12273 Feb 8 21:52 opensolaris.ko
: -r-xr-xr-x 1 root wheel 1177500 Feb 8 21:52 zfs.ko
:
: I've attached my kernel config file.
:
: Jeremy Faulkner
More information about the freebsd-arm
mailing list