Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Feb 2010 13:51:14 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        gldisater@gmail.com
Cc:        arm@FreeBSD.org
Subject:   Re: loading modules
Message-ID:  <20100209.135114.857710717450034146.imp@bsdimp.com>
In-Reply-To: <4B71C145.3020605@gmail.com>
References:  <4B71C145.3020605@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <4B71C145.3020605@gmail.com>
            Jeremy Faulkner <gldisater@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



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