-
Notifications
You must be signed in to change notification settings - Fork 460
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
IoT Edge Agent randomly stops and fails to restart on Ubuntu Core #7333
Comments
This issue is preventing us to deploy Raspberry Pi devices. |
Is there a reason you use the older 1.4 agent and hub with the newer 1.5 daemon? Did you try with the latest versions?
|
When the issue was fresh, 1.4 was the latest available in snap. I'll try upgrading. |
Hi @kaancfidan, Any updates using the latest image versions? |
Hi @kaancfidan, Closing this for now. If you are able to repro on the latest version, feel free to reopen this bug or create a new issue. |
Hi, we haven't encountered this problem since we have updated the edge agent and edge hub. It might be solved. |
Expected Behavior
Azure IoT Edge Agent should keep running unattended for long periods of time.
Current Behavior
Edge agent and all the other Docker containers deployed on the machine including Edge Hub stop running after a few days. When we SSH into the device to look at the status, we see that all docker containers have stopped and we cannot restart them. The issue is only solved when we uninstall, reinstall and config azure-iot-edge from scratch.
When we try to restart edgeAgent container we see the following error:
Steps to Reproduce
Provide a detailed set of steps to reproduce the bug.
sudo snap install azure-iot-edge
sudo snap set azure-iot-edge raw-config="$(cat config.toml)"
sudo docker restart edgeAgent
and get the error mentioned above.Context (Environment)
Device Information
Runtime Versions
iotedge version
]: iotedge 1.5.0docker version
]: 24.0.5The text was updated successfully, but these errors were encountered: