Closed arjancool closed 1 year ago
What is your docker CLI command?
i'd used this :
docker run -d \
--name frigate-beta \
--restart=unless-stopped \
--mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 \
--device /dev/bus/usb:/dev/bus/usb \
--device /dev/dri/renderD128 \
--shm-size=64m \
--gpus all \
-v /media/Shares/frigate-beta/:/media/frigate \
-v /media/docker/frigate-beta/config/config.yml:/config/config.yml \
-v /etc/localtime:/etc/localtime:ro \
-e FRIGATE_RTSP_PASSWORD='
Okay I'd check the linked issue, this is due to missing dependency on the host
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Did you ever figure this one out?
Did you ever figure this one out?
No, even with the latest release I've got this issue. Did a workaround to restart the container every day with the Nvidia smi command right after that.
um.... is no way to fix that?
Describe the problem you are having
During a restart of the docker containr or after a while running the beta (8) version, Frigate loses connection to the camera's. The error i receive is : No frames have been received, check error logs.
docker error message : docker exec -it frigate-beta nvidia-smi Failed to initialize NVML: Unknown Error
if the error is received during the initial start this command is sufficient to get the camera's running : docker exec -it frigate-beta ldconfig
This error message is shown in the logs: ERROR : [h264_cuvid @ 0x55aa21307b80] Cannot load libnvcuvid.so.1 ERROR : [h264_cuvid @ 0x55aa21307b80] Failed loading nvcuvid.
after that :
if the error returns after running for a while, the ldconfig command is not working. this error is shown in the logs: ERROR : [AVHWDeviceContext @ 0x55dd382e2ac0] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
Version
0.12.0-27A31E7
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
No response
Operating system
Debian
Install method
Docker CLI
Coral version
CPU (no coral)
Network connection
Wired
Camera make and model
Reolink, Doorbird, Foscam
Any other information that may be helpful
No response