Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on vagrant up #1

Closed
chinshr opened this issue Oct 31, 2015 · 2 comments
Closed

Error on vagrant up #1

chinshr opened this issue Oct 31, 2015 · 2 comments

Comments

@chinshr
Copy link

chinshr commented Oct 31, 2015

Received error on vagrant up

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
A customization command failed:

["modifyvm", :id, "--audio", "pulse", "--audiocontroller", "ac97"]

The following error was experienced:

#<Vagrant::Errors::VBoxManageError: There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["modifyvm", "261aa7aa-1081-40af-b9be-8ce8d77eb47f", "--audio", "pulse", "--audiocontroller", "ac97"]

Stderr: VBoxManage: error: Invalid --audio argument 'pulse'
>

Please fix this customization and try again.
@fmetze
Copy link
Contributor

fmetze commented Oct 31, 2015

I think you want to try "dsound" (on Windows) or "coreaudio" (on Mac) instead of "pulse" - see tinyfm/sandbox#7, we'll try to look into this more next week.

@riebling
Copy link
Contributor

riebling commented Nov 3, 2015

Or comment out the sound command all together,
which might make a better default and make sense for this vm

@fmetze fmetze closed this as completed Mar 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants