vagrant 'hostonlyif' create not working

后端 未结 7 1028
别那么骄傲
别那么骄傲 2021-01-31 18:42

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

7条回答
  •  遥遥无期
    2021-01-31 18:57

    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

提交回复
热议问题