-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unable to bootstrap cluster due to missing artifacts. #297
Comments
So trying to debug one part of that I double checked that
Which is strange because I actually use GAR with Bazel and |
Artifacts from kernel.org do indeed appear to be missing though:
|
Ok so |
This gets it down to just these missing/not available URLs which I am not sure are truly unavailable or just not available to me given I am based in Thailand and country specific blocking is unfortunately something I run into quite often:
|
Thank you for the bug report and the troubleshooting! Hmm - there's definitely something weird going on. The URLs do work for me (I tried https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20231211.tar.gz). I would be surprised if git.kernel.org did geoblocking, but perhaps something's wrong with the CDN node closest to you. We'll try to reproduce the issue. This bug report is an excellent example for why we need #178 before our first stable release :-) |
Yeah it's a geo-block or mirror problem. I connected to a VPN node in Belgium and was able to download the archive. |
@josephglanville Could you please try again whether you can reach https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20231211.tar.gz now? We're no longer able to reproduce it, perhaps the CDN mirror has been fixed. |
Yes it's fixed now!
|
Yay :) Thank you for your bug report! |
Hi, I'm trying to get started with Monogon but currently can't bootstrap due to missing artifacts, see attached Bazel build log:
The text was updated successfully, but these errors were encountered: