Q) KLDload error

Ian Lepore freebsd at damnhippie.dyndns.org
Sat Nov 17 02:15:35 UTC 2012


On Sat, 2012-11-17 at 11:04 +0900, ken wrote:
> From: Lucas James <Lucas.James at LDJcs.Com.Au>
> > 
> > You will need to rebuild and install the virtualbox-ose-kmod port.
> > 
> > 
> > regards,
> > Lucas
> 
>   Yes, I did and yet I have the following error with "kldload vboxdrv".
> 
> Is "vm_page_lock_queues" renamed?  It is in "./work/VirtualBox-4.1.22/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c"
> 
> # tail -f /var/log/messages 
>   :                :                     :
> Nov 17 10:53:17 t3 pkg: virtualbox-ose-kmod-4.1.22 installed
> Nov 17 10:53:55 t3 kernel: link_elf_obj: symbol vm_page_lock_queues undefined
> Nov 17 10:53:55 t3 kernel: linker_load_file: Unsupported file type
>   :                :                     :


It's not renamed, it's gone in favor of per-queue locks.  See r242941.

-- Ian




More information about the freebsd-current mailing list