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

Vagrant fails to start with a generic message #8

Closed
ivstiv opened this issue Nov 3, 2021 · 1 comment
Closed

Vagrant fails to start with a generic message #8

ivstiv opened this issue Nov 3, 2021 · 1 comment

Comments

@ivstiv
Copy link

ivstiv commented Nov 3, 2021

I am having the following issue when trying to setup this dev environment.
After running vagrant up or vagrant up --provision-with setup app I get the following output:

Bringing machine 'app' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:
* A box must be specified.

I talked with a few other people from the Ptero discord who have faced a similar issue and none of them have managed to fix it. It looks like what we all have in common is that we are using Linux and this has probably never been tested on it?

Do you have any ideas on how I can fix it and is anyone even using this setup nowadays? Would I be better off by just writing a docker-compose file and DIY-ing the dev setup? What are you guys using?

@ivstiv
Copy link
Author

ivstiv commented Nov 4, 2021

It looks like it was just a permission problem, if anyone ends up here in the future make sure you can run docker and virtualbox without sudo. This is a good starting point. If you however tried to run it with sudo, wipe the whole local repo and clone it again because you will have a bunch of nested root owned files. For those that like to move around their dot files, make sure ~/.gitconfig exists or amend it accordingly in the vagrant file to match your path.

@ivstiv ivstiv closed this as completed Nov 4, 2021
@ivstiv ivstiv changed the title Is this repo still maintained? Vagrant fails to start with a generic message Nov 4, 2021
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

1 participant