-
Notifications
You must be signed in to change notification settings - Fork 54
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
Issues running dev environment #19
Comments
Trying a manual build inside environment ends with:
|
Managed to zoom in even further. the docker.sh script fails to find
|
Hey, about the ubuntu_mirror_replace_to_fastest.sh - thanks, i'll look into the mirror list. About the issue, the final steps on the provisioning looks actually really good. that part, I don't understand, why did it shutdown? what triggered it? Another thing you can do, is SSH to the VM, cd $STAFFJOY. please share the results. Oleg. |
Thanks for your response. The output is above; that said, somehow, after destroying and re-creating multiple times, then re-running all of the provisioning scripts and compiling the go app again, it's up! I still have no idea what happened. |
Interesting, if you can shed some light I'll give it a try too. Was there anything different while it succeeded? I also run it in a loop and I have very high rates. Thanks, |
We use Github to track bugs in Staffjoy. Please answer these questions before submitting your issue. All of our code is in one place, so please preface the title with the system where the bug is (e.g. "company api" or "www"). Thanks!
What environment did you encounter the issue in?
development.
I'm trying to run on a fresh Ubuntu 18.04 machine. VirtualBox 6.0 and Vagrant installed successfully
What did you do?
Cloned the repo, installed virtualbox and vagrant, then ran make dev.
What did you see instead?
First, there were issues with ubuntu_mirror_replace_to_fastest.sh, it would choose http://uk.mirror.worldbus.ge/ , which does not have packages for Jammy, leading the provisioning to fail. I fixed that manually.
Next, there were issues with Go installing packages:
Cool. No problem. Edited golang.sh to add "@latest" at the end of every install command. Error messages went away.
Now the provisioning ends with no clear error message, and I get:
==> default: Attempting graceful shutdown of VM...
Attempting to manually bring the dev vm up produces no better results. I can ssh into it, but nothing runs on port 80 but a gateway error.
Are there any logs indicating an issue?
If I SSH into the env and curl port 80:
no response on localhost:8001 or http://10.0.0.99:80 either.
Am I missing something? How do I get this to run?
Many thanks for your time.
The text was updated successfully, but these errors were encountered: