-
Notifications
You must be signed in to change notification settings - Fork 2
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
My swupdate-hawkbit service was be crashed when I was using the hawkbit server to update an image weighs about 70 MB #2
Comments
Hard to say without more details; I've confirmed swupdate/hawkbit works last week but didn't try a larger file sorry. Could you run swupdate manually to try to get more informations?
At this point it should start install immediately if it was still pending, but if not retrigger update, wait 5 minutes and it should behave like the service, with logs in stdout. Thanks! |
I tried and successfully updated the image. Thank you for your reply! |
I think the cause of this error is a timeout of service SW update-hawkbit during the time downloading files and handling updates from the hawkbit server. Thank you so much! |
make 'mkswu show' print signature common name (and serial if -v): ``` $ mkswu --show initial_setup.swu # initial_setup.swu # Built with mkswu 6.5-13-g1105c8bca349 # signed by "Armadillo swupdate public one-time key" [...] $ mkswu -v --show initial_setup.swu | grep signed # signed by "Armadillo swupdate public one-time key", serial: 26AD60D893F09C775E7B3698E26C9F2428F54898 $ mkswu -v --show baseos*.swu | grep signed # signed by "Armadillo swupdate key" <-- old releases # signed by "Armadillo swupdate key #2" <-- new releases ``` Change-Id: I05f275fb6588683251719fac6f7f9610dd6ef685
I using swdesc_embed_container option to update podman image
So, my image .swu weighs about 70 MB
When I run a rollout to update device, my swupdate-hawkbit service on the device was be crashed and update failed.
I found log in /var/log/message and it have nothing error and log stop at "...delete volumes".
Plz, help me and thank you so much!
The text was updated successfully, but these errors were encountered: