Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Vagrant fixes#34

Open
j-5-s wants to merge 2 commits intogetumbrel:masterfrom
j-5-s:vagrant-fixes
Open

Vagrant fixes#34
j-5-s wants to merge 2 commits intogetumbrel:masterfrom
j-5-s:vagrant-fixes

Conversation

@j-5-s
Copy link

@j-5-s j-5-s commented Dec 2, 2022

umbrel-dev failed to boot on mac os for two reasons:

  • bcrypt latest version does not work. (fixes umbrel-dev boot fails on macOS #25)

  • yq seems to be a new dependency and is logging this error:

    umbrel-dev: Creating umbrel_middleware_1 ... done
    umbrel-dev: Creating manager             ... done
    umbrel-dev: Creating nginx               ...
    umbrel-dev: Creating nginx               ... done
    umbrel-dev: 
    umbrel-dev: Removing status server iptables entry...
    umbrel-dev: Exiting iptables setup when not on Umbrel OS
    umbrel-dev: 
    umbrel-dev: Starting installed apps...
    umbrel-dev: 
    umbrel-dev: This script requires "yq" to be installed
    The SSH command responded with a non-zero exit status. Vagrant
    assumes that this means the command failed. The output for this command
    should be in the log above. Please read the output to determine what
    went wrong.
    

    As you see its pulling the latest version of yq, not sure if you want to lock into a specific one?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

umbrel-dev boot fails on macOS

1 participant