I try to enable copy-paste functionality in the Oracle Virtual Box. In order to accomplish this, I run:
sudo /usr/bin/VBoxClient --clipboard
and I get
Failed to connect to the VirtualBox kernel service
What does this mean and how can I solve it? I tried to launch the Virtual Box with sudo, it did not work.
I mention that I have virtualbox-guest-utils
and virtualbox-guest-x11
installed.
Ubuntu 14.04
Thanks!