-
Notifications
You must be signed in to change notification settings - Fork 847
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
error while provisioning fresh box in MacOS #2530
Comments
Sounds like you had the misfortune of provisioning while Node source had its pants down. It's like surprise guests turning up and ringing the doorbell while you're in the shower covered in soap. All I can suggest is that you wait a little while and try again. |
@tomjn Thanks for the response. I tried again a second ago and still got the same error so I'll give it another try tomorrow. |
@columbian-chris we don't have any say or control over Nodesource, so unless you know of an alternative apt source there's nothing that can be done at our end |
perhaps destroy and recreate? That it's happening with Nginx too suggests either ISP intervention, terrible luck, or interference |
Yeah sorry, didn't work. I'll give it another try tomorrow after more time has passed. Do you know if Nodesource releases status notes or updates so we can know if they have problems going on? |
Apparently DST Root CA X3 (older Let's Encrypt signed root certificate) expired yesterday, the 30th of September, which resulted in quite some broken things across the web. For the particular case of nodesource, following nodesource/distributions#1267 and nodesource/distributions#1266 I took these steps: After running these commands |
it is the day of issues of certificates in all t the world, all the systems and services needs updates. |
@JenaMischk I'm curious why |
|
This also enabled me to successfully provision. |
I checked out the develop branch a few minutes before @columbian-chris commented and I still had the same issues with "focal Release doesn't have a release file. Following @columbian-chris' instructions I was able to get my box spun up. @tomjn Maybe more than ca-certificates is needed? I think chris added the |
I also destroyed the box and tried to run |
Sounds like it is, I’m away from my machine but if somebody can do a pull
request to add it I can approve and merge, check the latest commit for
where to add it
|
To be fair, it might very well run without it, although I can not test it right now. On my first try to solve this issue I did install So, in my steps to fix the provisioner earlier today, I have tested provisioning with |
I forgot to link the issue but here's the PR: #2531 |
I'm closing this as the fix is merged into |
I was working on an issue (#2529) and thought I would try an attempt in a fresh VVV box. I installed it but after I initially provisioned it, it threw me errors:
I ssh-ed into the box and noticed that none of the default sites (like one.wordpress.test, etc.) were in the
/srv/www/
directory, so clearly the provisioning never reached that point of the process.I looked at the full log file the error described and it didn't seem to provide anything additional.
The text was updated successfully, but these errors were encountered: