On Mon, Aug 4, 2014 at 10:51 AM, Matthias Apitz <g...@unixarea.de> wrote: > El día Friday, January 03, 2014 a las 04:15:30PM +0100, Bernhard Fröhlich > escribió: > >> VirtualBox 4.3.6 Ports: >> http://people.freebsd.org/~decke/virtualbox/virtualbox-cft-4.3.6-20140103.tar.gz >> >> ... > > > Hello, > > Based on the call for testers file virtualbox-cft-4.3.0-20131020.tar.gz > I compiled ports/emulators/virtualbox-ose-additions; > > the background of using this version from end of October is, that > it is the last one which fits in my ports tree and the 10-CURRENT > (r255948, ports: r328930, October 1st 2013) I have to run > in this VM which runs fine in vbox of Ubuntu 14.04; > > after this 4.3.0 there was a fundamental change in the ports tree and it > would mean that I have to compile all my ports from scratch; > > I had a few errors and removed > > -fformat-extensions > -fno-format-extensions > -mno-align-long-strings > > from work/VirtualBox-4.3.0/Config.kmk and after this it > compiled and installed fine with: > > # make install USE_GCC=any > > but the system can not load the module: > > # /usr/local/etc/rc.d/vboxguest start > /usr/local/etc/rc.d/vboxguest: WARNING: Can't load vboxguest module. > # ls -ltr /boot/modules/vb* > -r-xr-xr-x 1 root wheel 5433 Aug 4 10:24 /boot/modules/vboxvideo.ko > -r-xr-xr-x 1 root wheel 184387 Aug 4 10:24 /boot/modules/vboxguest.ko > # kldload /boot/modules/vboxguest.ko > kldload: can't load /boot/modules/vboxguest.ko: No such file or directory > > Why is this?
Please have a look at /var/log/messages when loading the kernel module because the real cause is posted there when loading fails. -- Bernhard Froehlich http://www.bluelife.at/ _______________________________________________ freebsd-emulation@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"