You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"]
It seems that VirtualBox 7 has added a compatibility fallback, so the issue is gone: vboxmanage modifyvm $ID --clipboard bidirectional works correctly.
$ vboxmanage --version
7.0.12r159484
We could just raise the minimum version in the README file. Sooner or later, VirtualBox 6.1 will reach its end of life anyway.
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
The text was updated successfully, but these errors were encountered: