Date: Mon, 4 Aug 2014 14:40:36 +0200 From: Matthias Apitz <guru@unixarea.de> To: Bernhard =?utf-8?B?RnLDtmhsaWNo?= <decke@FreeBSD.org>, "freebsd-emulation@freebsd.org" <emulation@freebsd.org> Subject: Re: [Call for Testers] VirtualBox 4.3.0 Message-ID: <20140804124036.GA2358@La-Habana> In-Reply-To: <20140804121519.GA2255@La-Habana> References: <CAE-m3X2AEvxdAb4y2ACYsZkKBddSEPkffq3j3WUaPZQS0mtbDA@mail.gmail.com> <20140804085140.GA1669@La-Habana> <CAE-m3X3wE_hRtT41jd7vH4zXfE6iAsnGJr1_qdhn0FWHbZM84g@mail.gmail.com> <20140804121519.GA2255@La-Habana>
next in thread | previous in thread | raw e-mail | index | archive | help
El día Monday, August 04, 2014 a las 02:15:19PM +0200, Matthias Apitz escribió: > > Please have a look at /var/log/messages when loading the kernel module > > because the real cause is posted there when loading fails. > > Thanks for your feedback; the message is: > > Aug 4 10:34:10 aurora guru: /usr/local/etc/rc.d/vboxguest: WARNING: Can't load vboxguest module. > Aug 4 10:34:10 aurora kernel: link_elf: symbol RTMpGetCoreCount undefined more Infos: root@aurora:/usr/ports/emulators/virtualbox-ose-additions # ls -l `find work | fgrep RTMpGetCoreCount` -rw-r--r-- 1 root wheel 2448 Aug 4 12:55 work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o -rw-r--r-- 1 root wheel 5274 Aug 4 12:55 work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o.dep -rw-r--r-- 1 root wheel 2504 Aug 4 12:55 work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o -rw-r--r-- 1 root wheel 5350 Aug 4 12:55 work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o.dep -rw-r--r-- 1 root wheel 1502 Oct 15 2013 work/VirtualBox-4.3.0/src/VBox/Runtime/generic/RTMpGetCoreCount-generic.cpp root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o | fgrep RTMpGetCoreCount 00000000 T RTMpGetCoreCount root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o | fgrep RTMpGetCoreCount 00000000 T RTMpGetCoreCount root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm /boot/modules/vboxguest.ko | fgrep RTMpGetCoreCount U RTMpGetCoreCount i.e. RTMpGetCoreCount-generic.cpp was compiled but somehow not included in the kernel module? matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140804124036.GA2358>