Skip to content

Frigate freezes proxmox hostΒ #1253

Closed as not planned
Closed as not planned
@raverlution

Description

βœ… Have you read and understood the above guidelines?

yes

πŸ“œ What is the name of the script you are using?

Frigate

πŸ“‚ What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/frigate.sh)"

πŸ“ Provide a clear and concise description of the issue.

Hi
A couple a weeks ago i added the Frigate NVR with hardware transcoding on my Lenovo Tiny with a i5-14500t with Intel UHD 770.

The problem is that every 12 - 36 hours it crashes my proxmox host. If i Connect a display to the server its just a Black screen with a little blinking White curser in the top left side. It is totally unresponsive. I canΒ΄t ssh to the server.
The logs shows nothing.
I have to pull the plug and Connect again to get it up and running.

Sometimes I Can trick it to crash, when Plex transcodes and I get lots of motion in front of my camera. But not always

I have been running Plex on this server for a couple of months without any problem (also created with the community script)

Seems like Frigate somehow crashes the igpu? or that openvino crashes my proxmox host, if my "new" settings without hwaccel and only cpu detector is working?

Proxmox 8.3.2 kernel 6.8.12-5-pve also tried kernel 6.11, but then the crash is within 1 hour.

*The things i have tried:
Disable hwaccel using:
ffmpeg:
hwaccel_args: ''

But its the same, it crashes within 36 hours.

Now for a test until my coral arrives i am running with:
ffmpeg:
hwaccel_args: ''

and cpu detector (without openvino) it it has been running for 12 hours so far without issues, but will see if it lasts

I have found a similar thread here? blakeblackshear/frigate#8470

Any ideas?

βš™οΈ What settings are you using?

  • Default Settings
  • Advanced Settings

πŸ–₯️ Which Linux distribution are you using?

Debian 11

πŸ”„ Steps to reproduce the issue.

Sometimes not always:
Plex transcoding one or more streams.
Motion in front of the camera

❌ Paste the full error output (if available).

Nothing gets written to the log

πŸ–ΌοΈ Additional context (optional).

Aktiver mqtt server

mqtt:
host: 192.168.1.xxx
user: user
password: passwd

detectors:
ov:
type: openvino
device: CPU

model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
path: /openvino-model/FP16/ssdlite_mobilenet_v2.xml
labelmap_path: /openvino-model/coco_91cl_bkgr.txt

ffmpeg configuration

More information about presets at https://docs.frigate.video/configuration/ffmpeg_presets

ffmpeg:
hwaccel_args: ''
input_args: preset-rtsp-restream
output_args:
record: preset-record-generic-audio-copy

Restream configuration

Uses https://github.com/AlexxIT/go2rtc (v1.9.2)

go2rtc:
streams:
Indkoersel:
- rtsp://xxx:xxx@192.168.1.xxx:554/h264Preview_01_main
Indkoersel_sub:
- rtsp://xxx:xxx@192.168.1.xxx:554/h264Preview_01_sub

------------------------Kamera 1 konfiguration STARTER her------------------------------

cameras:
Indkoersel:
ffmpeg:
inputs:
- path: rtsp://192.168.1.xxx:8554/Indkoersel
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.1.xxx:8554/Indkoersel_sub
input_args: preset-rtsp-restream
roles:
- detect
motion:
mask:
0.001,0.229,0.119,0.17,0.133,0.301,0.178,0.227,0.266,0.164,0.308,0.114,0.501,0.147,0.544,0.153,0.829,0.207,0.832,0.368,0.82,0.996,0.998,0.992,0.998,0.006,0.002,0.002
objects:
track:
- person
- car
- car
- bicycle
- motorcycle
- boat
- cat
- dog
- hat
- backpack
- umbrella
- baseball bat
mask:
0,0,1,0,1,1,0.918,1,0.846,0.223,0.34,0.148,0.267,0.111,0.223,0.133,0.231,0.273,0.143,0.321,0.124,0.171,0,0.233
zones:
Primaer:
coordinates: 0.923,0.364,0.252,0.247,0.241,0.129,0.01,0.229,0.039,0.663,0.943,0.867
filters:
person:
min_area: 2000
max_area: 100000
threshold: 0.7
inertia: 1
loitering_time: 0
review:
alerts:
required_zones: Primaer
detections:
required_zones: Primaer
detect:
enabled: true

width: 640

height: 480

  fps: 7
snapshots:
  enabled: true
  required_zones:
    - Primaer
  retain:
    default: 30

------------------------Kamera 1 konfiguration SLUTTER her------------------------------

Global Record configuration

NOTE: Can be overridden at the camera level

record:
enabled: true
retain:
days: 14
mode: motion
events:
retain:
default: 30
mode: motion

Global Review configuration

NOTE: Can be overridden at the camera level

Dette er instillinger til forsiden hvor events bliver vist foroven

review:
alerts:
labels:
- person
- car
- car
- bicycle
- motorcycle
- boat
- cat
- dog
- hat
- backpack
- umbrella
- baseball bat
required_zones:
- Primaer

Frigate version nr.

version: 0.14

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions