For the last few hours, I've been running into a single issue when trying to get a box set up using Vagrant and VirtualBox.
- Vagrant 1.7.4
- VirtualBox 5.0.4
- Windows 10 64 bit
It gets to the point of trying to mount shared folders, and fails with this error:
I've installed the vb-guest plugin with Vagrant, but even that errors out. I even created a symlink like many people said would fix the issue, and it hasn't.
$ sudo ln -s /opt/VBoxGuestAdditions-5.0.4/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions
This is the first time I've used Vagrant, and I'm to the point where it's just easier doing my dev work through my VPS as usual. It's needlessly frustrating.
Edit: This is using the Vagrantfile included in the flarum/flarum repository on GitHub.
Anyone run into similar issues?