custom edge module fails to start on reboot edge device

Omar Navarro 331 Reputation points
2022-07-20T21:19:03.017+00:00

After a reboot at Linux device with edge installed, all other container restart successfully except one custom module. The manifest JSON defines createOptions as always restart:

"status": "running",  
    "restartPolicy": "always",  
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
{count} votes

1 answer

Sort by: Most helpful
  1. QuantumCache 20,676 Reputation points Moderator
    2022-10-21T05:08:00.013+00:00

    Hi Omar, I hope you have found the root cause on this issue, as it is long time this question was posted!

    You may want to start looking for other issues as well as part of troublshooting

     sudo iotedge check  
    sudo systemctl restart docker  
    

    Network issue

    Device firmware update issue

    Access issue on the host machine for the module , User

    Common issues and resolutions for Azure IoT Edge

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.