I’m trying to setup aerospike on my mac m1 chip. following the doc https://www.aerospike.com/docs/operations/install/vagrant/mac, but I’m unable to making up the vm.
getting below error :
There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: [“hostonlyif”, “create”]
Stderr: 0%…
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to create the host-only adapter
VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory
Aerospike does not yet support the M1 architecture, so Vagrant instructions on Mac will likely not work with the M1 chip. You may want to try it with Rosetta 2 installed. Caveat: we have not tested the software in this environment.
aerospike-community/docker-amd64-mac-m1 lets you run emulated x86_64 Docker images on Apple M1 processors. There are instructions for running Aerospike Database server on it. It does use Qemu.