[Support]: Frigate does not start when SMB share is set as recording folder #16128
-
Describe the problem you are havingI am experiencing an issue with Frigate where the container fails to start completely when an SMB share is specified as the recording directory. Despite this, Frigate creates the folder structure within the SMB share but does not fully start. Steps Taken: I have tried several approaches to mount the SMB share: I edited the Frigate configuration to point to the SMB share as the recording path. volumes:
Previous Working Configuration: Issue with Starting Frigate: Successful Launch with Local Path: I have ensured that the SMB share has the correct permissions (file_mode=0777 and dir_mode=0777), giving full read/write access to the share for the Frigate container. Diagnostic Steps: Logs: Expected Behavior: Request: Version0.14.0 What browser(s) are you using?edge, opera Frigate config file... Relevant Frigate log outputdatabase is locked
connect() failed (111: Connection refused)
auth request unexpected status: 502 Relevant go2rtc log output... FFprobe output from your camera... Frigate statsNo response Install methodProxmox via Docker docker-compose file or Docker CLI commandservices:
frigate:
container_name: frigate
image: ghcr.io/blakeblackshear/frigate:stable
privileged: true
restart: unless-stopped
shm_size: "512mb" # Shared Memory für ffmpeg
ports:
- "5000:5000" # Web-GUI Port
- "1935:1935" # RTMP-Stream Port
volumes:
- /mnt/cctv/config:/config # Pfad für Konfigurationsdatei
- /mnt/cctv:/media # Pfad für Aufnahmen
- /dev/dri:/dev/dri # Für Hardware-Beschleunigung (z. B. Intel iGPU)
- /dev/bus/usb:/dev/bus/usb # Für USB Coral TPU
environment:
# - FRIGATE_RTSP_PASSWORD=your_rtsp_password
- LIBVA_DRIVER_NAME=iHD
- LIBVA_DRIVERS_PATH=/usr/lib/x86_64-linux-gnu/dri Object DetectorCoral Network connectionWired Camera make and model... Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
please look at |
Beta Was this translation helpful? Give feedback.
please look at
#16005