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
When I'm trying to run vagrant up, it fails with following message:
[default] Running 'pre-boot' VM customizations...
A customization command failed:
["modifyvm", "6e3b22ac-1b3f-416e-992d-d5097cbb75ca", "--audio", "coreaudio"]
The following error was experienced:
VBoxManage: error: Invalid --audio argument 'coreaudio'
Please fix this customization and try again.
Box starts after commented this line on Vagrantfile:
This depends on your host OS: "coreaudio" is only available on a Mac OS host. For a Windows host use "dsound". Linux gives you a couple of options ("alsa", "pulse").
When I'm trying to run
vagrant up
, it fails with following message:Box starts after commented this line on
Vagrantfile
:Versions:
Vagrant: 1.3.3
Virtualbox: 4.2.18
The text was updated successfully, but these errors were encountered: