-
Notifications
You must be signed in to change notification settings - Fork 0
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
Broken OpenBSD 7 image #1
Comments
Thanks for reporting this and for the research. I have pushed up a "fix" for this issue and released it as |
TheTumultuousUnicornOfDarkness
added a commit
to anrieff/libcpuid
that referenced
this issue
Dec 1, 2024
That is better now with the latest version, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
The
generic/openbsd7
image created by Roboxes is broken since some weeks: this a an OpenBSD 7.4 system, but the configured mirror in the image (https://ftp.usa.openbsd.org/pub/OpenBSD/) does not contain 7.4 packages anymore.This is the error I have when I use this GitHub Action:
There is an issue opened upstream about this: lavabit/robox#305.
As suggested by borgbackup/borg#8554, you can fix that by adding
echo "https://ftp.eu.openbsd.org/pub/OpenBSD" > /etc/installurl
before this line:openbsd-vagrant-action/action.yml
Line 50 in 587c79f
This mirror has packages for all OpenBSD versions, so it should fix the issue and avoid the same issue in the future (e.g. when OpenBSD 7.7 will be released and OpenBSD 7.5 will become EOL).
The text was updated successfully, but these errors were encountered: