aircast
aircast copied to clipboard
'coreaudio' invalid argument
It looks like I'm getting a invalid argument error for the 'coreaudio' argument.
$ git clone https://github.com/ains/aircast.git Cloning into 'aircast'... remote: Enumerating objects: 46, done. remote: Total 46 (delta 0), reused 0 (delta 0), pack-reused 46 Receiving objects: 100% (46/46), 10.81 KiB | 1.20 MiB/s, done. Resolving deltas: 100% (18/18), done.
$ cd aircast
$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'ubuntu/trusty64'... ==> default: Matching MAC address for NAT networking... ==> default: Checking if box 'ubuntu/trusty64' version '20190514.0.0' is up to date... ==> default: Setting the name of the VM: aircast_default_1590359745691_23829 ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Specific bridge 'en0: Wi-Fi (AirPort)' not found. You may be asked to specify ==> default: which network to bridge to. ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: bridged ==> default: Forwarding ports... default: 22 (guest) => 2222 (host) (adapter 1) ==> default: Running 'pre-boot' VM customizations... A customization command failed:
["modifyvm", :id, "--audio", "coreaudio", "--audiocontroller", "hda"]
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", "81287d1c-9f22-4abe-b259-4a1fcb54a5a4", "--audio", "coreaudio", "--audiocontroller", "hda"]
Stderr: VBoxManage.exe: error: Invalid --audio argument 'coreaudio'
Please fix this customization and try again.
$