-
Notifications
You must be signed in to change notification settings - Fork 98
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
🐛 Upgrading on RPi is making the agent panic #1593
Comments
Same issue with interactive upgrade and for the manual upgrade I also tried using the specific version label instead of latest. All result in the same error |
@mauromorales is it possible to get a decent log with proper entries? maybe you can redirect all output to a file and scp it? Its kind of difficult to see the actual structs that agent loaded, but it sure smells like the recovery partition load is broken somehow :) The label shit was changed lately so Im pretty sure we probably broke it somehow :( |
working on latest master 🎉 |
This has been tested on master 383ed52 for openSUSE and Alpine.
When trying to upgrade via
kairos-agent upgrade --image some-image:latest
there is a nil pointer error that makes the agent panicOriginally posted by @mauromorales in #1066 (comment)
The text was updated successfully, but these errors were encountered: