Using the an unchanged Vagrantfile vagrant/virtualbox throws an error
$ vagrant up --provider virtualbox
<snip>
["modifyvm", :id, "--clipboard", "bidirectional"]
The following error was experienced:
#<Vagrant::Errors::VBoxManageError: There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["modifyvm", "c553546c-59f4-4524-957e-05ef4a7bda54", "--clipboard", "bidirectional"]
$ vagrant --version
Vagrant 2.2.6
$ VBoxManage --version
6.1.0r135406
Maybe this is the problem?
https://forums.virtualbox.org/viewtopic.php?f=6&t=95992
What's odd, if I REMOVE this line
v.customize ["modifyvm", :id, "--clipboard", "bidirectional"]
from the Vagrantfile I still get the error
Using the an unchanged Vagrantfile vagrant/virtualbox throws an error
$ vagrant --version
Vagrant 2.2.6
$ VBoxManage --version
6.1.0r135406
Maybe this is the problem?
https://forums.virtualbox.org/viewtopic.php?f=6&t=95992
What's odd, if I REMOVE this line
from the Vagrantfile I still get the error