I\'m trying to do a vagrant up on a box, and I get the following error.
INFO interface: error: There was an error executing the following command with VBo
I just recently updated to OS X 10.9 and had this problem with vagrant up
.
If you're running VirtualBox version 4.2 or older, this should work:
sudo /Library/StartupItems/VirtualBox/VirtualBox restart
However, if you're running a newer version of VirtualBox (4.3 or newer), try:
sudo launchctl load /Library/LaunchDaemons/org.virtualbox.startup.plist
As noted in this question: vagrant up failed, /dev/vboxnetctl: no such file or directory