Hello everyone, I'm new to BSD.
I was trying to get X working on my machine but it doesn't start. I've noticed that during startup it stays that it was unable to start the vbox module. I tried to start it manually from /usr/local/etc/rc.d with
and the second one
I'm running VirtualBox 4.3.10 on OSX Mavericks, and FreeBSD 10.0. All the packages are the last version available. I have tried to deinstall and reinstall emulators/virtualbox-ose-addons, but with no success. I have installed anything with
I have compiled the kernel with the options
to get the high resolution console, I don't know if this means anything.
Tell me if I should provide further information and thank you very much.
I was trying to get X working on my machine but it doesn't start. I've noticed that during startup it stays that it was unable to start the vbox module. I tried to start it manually from /usr/local/etc/rc.d with
./vboxguest start and ./vboxservice start, but the first one returns
Code:
./vboxguest: WARNING: Can't load vboxguest module.
and the second one
Code:
VBoxService: error: VbglR3Init failed with rc=VERR_FILE_NOT_FOUND.
./vboxguest: WARNING: Can't load vboxguest module.
I'm running VirtualBox 4.3.10 on OSX Mavericks, and FreeBSD 10.0. All the packages are the last version available. I have tried to deinstall and reinstall emulators/virtualbox-ose-addons, but with no success. I have installed anything with
make install and portsnap(). Maybe something went wrong during the installation? I don't know what to reinstall, apart from this.I have compiled the kernel with the options
Code:
options VESA
options SC_PIXEL_MODE
Tell me if I should provide further information and thank you very much.