Open basictheprogram opened 4 years ago
It seems like the flag --clipboard got renamed to --clipboard-mode in 6.1.
More details: hashicorp/vagrant#11288
You can find more details about this issue here: https://github.com/ruzickap/packer-templates/issues/54#issue-551453456
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