Skip to content

make dev fails on macOS  #15

@btc

Description

@btc

🙏

Hi there. make dev is failing for me. Is macOS supported as a development environment?

What environment did you encounter the issue in?

development

macOS 11.6
Virtual Box 6.1.26
Vagrant 2.2.18
vagrant-hostmanager (1.8.9)
vagrant-disksize (0.1.3)
modd 0.8
go version go1.17 darwin/amd64 (go mod enabled)

What did you do?

  1. install virtualbox
  2. install vagrant
  3. install the two vagrant plugins
  4. run make dev

What did you expect to see?

successful creation of the development environment

What did you see instead?

StaffjoyV2  (master) λ. make dev
bash vagrant/dev-watch.sh
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'ubuntu/focal64'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: staffjoy-v2.local
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: hostonly
==> default: Forwarding ports...
    default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "987d898d-4e43-46aa-b66d-33b9b8315d2e", "--type", "headless"]

Stderr: VBoxManage: error: RawFile#0 failed to create the raw output file staffjoy-v2.local-console.log (VERR_FILE_NOT_FOUND)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole

make: *** [dev] Error 1

Are there any logs indicating an issue?

I am not aware of any.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions