vboxclient: the virtualbox kernel service is not running

Hi everyone!

I am unable to share folder with my virtualbox.
I'm try to share folder and clipboard from my mechine to virtualbox, but things that it need
emulators/virtualbox-ose-additions to installed, so I find https://wiki.freebsd.org/VirtualBox and install the extensions
pkg install emulators/virtualbox-ose-additions
and add this to /etc/rc.conf in the FreeBSD guest:
Code:
vboxguest_enable="YES"
vboxservice_enable="YES"
and after reboot, I got a message as title said:
Code:
vboxclient: the virtualbox kernel service is not running
and after that I double check I've add
Code:
vboxservice_enable="YES"
vboxnet_enable="YES"
vboxguest_enable="YES"

and virtualbox can work fine without this extension.
For about different timezone I may not response soon, but any help appreciated.
 
Back
Top