paulsturgess / mopidy-vagrant

An Ubuntu Lucid install of the latest dev version of Mopidy via Vagrant & Chef
8 stars 2 forks source link

Vagrant can't start because of coreaudio #3

Open Pawka opened 10 years ago

Pawka commented 10 years ago

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:

config.vm.customize ["modifyvm", :id, "--audio", "coreaudio"]

Versions: Vagrant: 1.3.3 Virtualbox: 4.2.18

bmordue commented 10 years ago

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").