Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Q) KLDload error

1 view
Skip to first unread message

ken

unread,
Nov 16, 2012, 6:58:08 PM11/16/12
to

I have the following error at booting with current kernel. Were there any changes? Any fixed? I need to run virtualbox.

Nov 17 08:32:34 t3 kernel: FreeBSD 10.0-CURRENT #12 r243164M: Sat Nov 17 08:24:30 JST 2012
Nov 17 08:32:34 t3 kernel: k...@tyd3.sub.tydfam.jp:/usr/obj/usr/head/sys/TYD3 amd64
Nov 17 08:32:34 t3 kernel: link_elf_obj: symbol vm_page_lock_queues undefined
Nov 17 08:32:34 t3 kernel: KLD file vboxdrv.ko - could not finalize loading
Nov 17 08:32:34 t3 kernel: CPU: Intel(R) Core(TM) i7-3960X CPU @ 3.30GHz (3309.94-MHz K8-class CPU)
Nov 17 08:32:34 t3 kernel: Origin = "GenuineIntel" Id = 0x206d7 Family = 0x6 Model = 0x2d Stepping = 7
Nov 17 08:32:34 t3 kernel: Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Nov 17 08:32:34 t3 kernel: Features2=0x1fbee3bf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX>
Nov 17 08:32:34 t3 kernel: AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
Nov 17 08:32:34 t3 kernel: AMD Features2=0x1<LAHF>



_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-curre...@freebsd.org"

Steven Hartland

unread,
Nov 16, 2012, 7:34:28 PM11/16/12
to
sounds like your kernel and world may be out of sync?
================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it.

In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337
or return the E.mail to postm...@multiplay.co.uk.

ken

unread,
Nov 16, 2012, 8:09:22 PM11/16/12
to

From: "Steven Hartland" <kil...@multiplay.co.uk>
> sounds like your kernel and world may be out of sync?

No, I always DO "make buildworld && make installworld && make buildkernel && make installkernel". And I do not think they are not sync'd.

Lucas James

unread,
Nov 16, 2012, 8:15:11 PM11/16/12
to
On 17/11/2012 10:58 AM, ken wrote:
>
> I have the following error at booting with current kernel. Were there any changes? Any fixed? I need to run virtualbox.
>
> Nov 17 08:32:34 t3 kernel: FreeBSD 10.0-CURRENT #12 r243164M: Sat Nov 17 08:24:30 JST 2012
> Nov 17 08:32:34 t3 kernel: k...@tyd3.sub.tydfam.jp:/usr/obj/usr/head/sys/TYD3 amd64
> Nov 17 08:32:34 t3 kernel: link_elf_obj: symbol vm_page_lock_queues undefined
> Nov 17 08:32:34 t3 kernel: KLD file vboxdrv.ko - could not finalize loading
>

You will need to rebuild and install the virtualbox-ose-kmod port.


regards,
Lucas

--
I was going to include a witty saying,
but I couldn't think of one.

ken

unread,
Nov 16, 2012, 9:04:05 PM11/16/12
to
From: Lucas James <Lucas...@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
: : :

Ian Lepore

unread,
Nov 16, 2012, 9:15:04 PM11/16/12
to
On Sat, 2012-11-17 at 11:04 +0900, ken wrote:
> From: Lucas James <Lucas...@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

Lucas James

unread,
Nov 16, 2012, 9:19:14 PM11/16/12
to
On 17/11/2012 1:04 PM, ken wrote:
> 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
> : : :
> _______________________________________________
> freebsd...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-curre...@freebsd.org"

Ahh, I see. After little more digging it would appear that alc@ removed
vm_page_lock_queues in r242941, as he replaced them with multiple
queues. Unfortunately this means VirtualBox will not be able to be run.

I suggest submitting a PR.
signature.asc

ken

unread,
Nov 16, 2012, 9:38:01 PM11/16/12
to
Gee,,,
It sounds not so easy as multiple queues indicates, but I hope that it is fixed soon...
0 new messages