How can I troubleshoot the delayed startup of specific components like DeepStream and VST within the AI NVR setup, following a system reboot due to power cut? Despite NVStreamer Docker being up and running, these components failed to start for over an hour, which is unusual. Any insights or suggestions on resolving this issue would be greatly appreciated.
The manual fix will be to edit the base_compose.yaml
Update all init container ubuntu image
image: ubuntu
to
image: ubuntu@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
Hi,
Thank you for your reply.
I tried to manually update all init container ubuntu image as suggested by you, but still facing errors.
Attaching a screenshot for your reference.
I also checked the ubuntu image that you had mentioned earlier and I also have the same updated one (image: ubuntu@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e).
I assume you have the latest files; if not, please download the newest application bundle. Please first start the Ingress, Redis, and VST services, then run docker-compose. These three services are not running behind, and Docker Compose is waiting for them to start.