You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhat randomly, frigate will loose all camera inputs but otherwise function fine. Logs show a bus error, followed by a bunch of threading debug output (see below).
2023-06-17 23:35:11.423709697 [INFO] Starting Frigate...
2023-06-17 23:35:12.376518066 [2023-06-17 23:35:12] frigate.app INFO : Starting Frigate (0.12.1-367d724)
2023-06-17 23:35:12.419235066 [2023-06-17 23:35:12] frigate.app INFO : Creating directory: /tmp/cache
2023-06-17 23:35:12.421031373 [2023-06-17 23:35:12] peewee_migrate INFO : Starting migrations
2023-06-17 23:35:12.521724175 [2023-06-17 23:35:12] peewee_migrate INFO : There is nothing to migrate
2023-06-17 23:35:12.535820296 [2023-06-17 23:35:12] detector.coral INFO : Starting detection process: 428
2023-06-17 23:35:12.537654785 [2023-06-17 23:35:12] frigate.app INFO : Output process started: 430
2023-06-17 23:35:12.542290974 [2023-06-17 23:35:12] frigate.app INFO : Camera processor started for side-gate-camera: 436
2023-06-17 23:35:12.546170872 [2023-06-17 23:35:12] frigate.app INFO : Camera processor started for backyard-camera: 437
2023-06-17 23:35:12.554753115 [2023-06-17 23:35:12] frigate.app INFO : Camera processor started for front-yard-camera: 438
2023-06-17 23:35:12.558544156 [2023-06-17 23:35:12] frigate.app INFO : Camera processor started for front-camera: 439
2023-06-17 23:35:12.558634790 [2023-06-17 23:35:12] frigate.app INFO : Capture process started for side-gate-camera: 440
2023-06-17 23:35:12.562589334 [2023-06-17 23:35:12] frigate.app INFO : Capture process started for backyard-camera: 443
2023-06-17 23:35:12.567191441 [2023-06-17 23:35:12] frigate.app INFO : Capture process started for front-yard-camera: 447
2023-06-17 23:35:12.571151527 [2023-06-17 23:35:12] frigate.app INFO : Capture process started for front-camera: 452
2023-06-17 23:35:13.502666635 [2023-06-17 23:35:13] frigate.util ERROR : Unable to poll intel GPU stats: Failed to initialize PMU! (Permission denied)
2023-06-17 23:35:13.502670374
2023-06-17 23:35:15.191147587 [2023-06-17 23:35:12] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2023-06-17 23:35:15.210117455 [2023-06-17 23:35:15] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2023-06-17 23:36:22.929348076 [2023-06-17 23:36:22] frigate.util ERROR : Unable to poll intel GPU stats: Failed to initialize PMU! (Permission denied)
2023-06-17 23:36:22.929351981
2023-06-18 02:21:58.460455392 [2023-06-18 02:21:58] frigate.output WARNING : Unable to copy frame side-gate-camera1687054864.900349 to birdseye.
2023-06-18 03:58:44.978540800 Fatal Python error: Bus error
2023-06-18 03:58:44.978550076
2023-06-18 03:58:44.978555242 Thread 0x00007f2b920a76c0 (most recent call first):
2023-06-18 03:58:44.978748758 File "/usr/lib/python3.9/threading.py", line 312 inwait
2023-06-18 03:58:44.979042356 File "/usr/lib/python3.9/multiprocessing/queues.py", line 233 in _feed
2023-06-18 03:58:44.979251260 File "/usr/lib/python3.9/threading.py", line 892 in run
2023-06-18 03:58:44.979531217 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:44.979806430 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:44.979845806
2023-06-18 03:58:44.979850707 Thread 0x00007f2b988a86c0 (most recent call first):
2023-06-18 03:58:44.980018721 File "/opt/frigate/frigate/log.py", line 86 in run
2023-06-18 03:58:44.980298002 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:44.980553969 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:44.980557902
2023-06-18 03:58:44.980594794 Current thread 0x00007f2bb61fb6c0 (most recent call first):
2023-06-18 03:58:44.980845512 File "/opt/frigate/frigate/video.py", line 179 in capture_frames
2023-06-18 03:58:44.981074046 File "/opt/frigate/frigate/video.py", line 394 in run
2023-06-18 03:58:46.983235899 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.983246213 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.983250950
2023-06-18 03:58:46.983256148 Thread 0x00007f2bb11f96c0 (most recent call first):
2023-06-18 03:58:46.983269666 File "/usr/lib/python3.9/multiprocessing/synchronize.py", line 261 inwait
2023-06-18 03:58:46.983276262 File "/usr/lib/python3.9/multiprocessing/synchronize.py", line 349 inwait
2023-06-18 03:58:46.983309025 File "/opt/frigate/frigate/video.py", line 253 in run
2023-06-18 03:58:46.983315959 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.983321125 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.983325041
2023-06-18 03:58:46.983330521 Thread 0x00007f2bab37f6c0 (most recent call first):
2023-06-18 03:58:46.983334951 File "/opt/frigate/frigate/log.py", line 86 in run
2023-06-18 03:58:46.983384276 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.983389304 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.983423276
2023-06-18 03:58:46.983428032 Thread 0x00007f2bc2558740 (most recent call first):
2023-06-18 03:58:46.983432934 File "/usr/lib/python3.9/threading.py", line 1049 in _wait_for_tstate_lock
2023-06-18 03:58:46.983437912 File "/usr/lib/python3.9/threading.py", line 1033 in join
2023-06-18 03:58:46.983442769 File "/opt/frigate/frigate/video.py", line 429 in capture_camera
2023-06-18 03:58:46.983447856 File "/usr/lib/python3.9/multiprocessing/process.py", line 108 in run
2023-06-18 03:58:46.983452819 File "/usr/lib/python3.9/multiprocessing/process.py", line 315 in _bootstrap
2023-06-18 03:58:46.983492032 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 71 in _launch
2023-06-18 03:58:46.983497284 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 19 in __init__
2023-06-18 03:58:46.983502065 File "/usr/lib/python3.9/multiprocessing/context.py", line 277 in _Popen
2023-06-18 03:58:46.983507212 File "/usr/lib/python3.9/multiprocessing/context.py", line 224 in _Popen
2023-06-18 03:58:46.983511930 File "/usr/lib/python3.9/multiprocessing/process.py", line 121 in start
2023-06-18 03:58:46.983516916 File "/opt/frigate/frigate/app.py", line 286 in start_camera_capture_processes
2023-06-18 03:58:46.983615526 File "/opt/frigate/frigate/app.py", line 383 in start
2023-06-18 03:58:46.983624563 File "/opt/frigate/frigate/__main__.py", line 16 in<module>
2023-06-18 03:58:46.983632197 File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
2023-06-18 03:58:46.983640460 File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
2023-06-18 03:58:46.983648703 Fatal Python error: Bus error
2023-06-18 03:58:46.983654964
2023-06-18 03:58:46.983660220 Thread 0x00007f2b920a76c0 (most recent call first):
2023-06-18 03:58:46.983664964 File "/usr/lib/python3.9/threading.py", line 312 inwait
2023-06-18 03:58:46.983669808 File "/usr/lib/python3.9/multiprocessing/queues.py", line 233 in _feed
2023-06-18 03:58:46.983674678 File "/usr/lib/python3.9/threading.py", line 892 in run
2023-06-18 03:58:46.983679604 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.983684149 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.983687754
2023-06-18 03:58:46.983692226 Thread 0x00007f2b988a86c0 (most recent call first):
2023-06-18 03:58:46.983696667 File "/opt/frigate/frigate/log.py", line 86 in run
2023-06-18 03:58:46.983760179 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.983764917 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.983768670
2023-06-18 03:58:46.983773150 Current thread 0x00007f2bb61fb6c0 (most recent call first):
2023-06-18 03:58:46.983777624 File "/opt/frigate/frigate/video.py", line 179 in capture_frames
2023-06-18 03:58:46.983781993 File "/opt/frigate/frigate/video.py", line 394 in run
2023-06-18 03:58:46.983787279 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.983791993 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.983795671
2023-06-18 03:58:46.983800185 Thread 0x00007f2bb11f96c0 (most recent call first):
2023-06-18 03:58:46.983804961 File "/usr/lib/python3.9/multiprocessing/synchronize.py", line 261 inwait
2023-06-18 03:58:46.983809940 File "/usr/lib/python3.9/multiprocessing/synchronize.py", line 349 inwait
2023-06-18 03:58:46.983814431 File "/opt/frigate/frigate/video.py", line 253 in run
2023-06-18 03:58:46.983881687 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.983886519 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.983890135
2023-06-18 03:58:46.983894544 Thread 0x00007f2bab37f6c0 (most recent call first):
2023-06-18 03:58:46.983898910 File "/opt/frigate/frigate/log.py", line 86 in run
2023-06-18 03:58:46.983904041 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_Fatal Python error: inBus errorn
2023-06-18 03:58:46.983907822
2023-06-18 03:58:46.983911489 er
2023-06-18 03:58:46.983916193 File "/uThread 0xs00007f2b920a76c0r/ (most recent call first):2023-06-18 03:58:46.983921802 li File b/"py/tuhsorn3/.l9i/bt/hrpeyatdihnogn.3p.y9/threadin"g, line .912p in y_b"o, line ot312s in trwaapi
2023-06-18 03:58:46.983925620 t
2023-06-18 03:58:46.983929562 Thread 0x
2023-06-18 03:58:46.983934078 00007f2bc2558740 File (most recent call first):
2023-06-18 03:58:46.983939817 File ""//uussrr//lliibb//pyptyhtohnon3.39./9/mtuhlrteiadpirnogc.epys"s, line i1049n in g_/wqaiute_ufeosr_.tpsyt"at, line e233_ in l_ocfke
2023-06-18 03:58:46.983943567 e File d"2023-06-18 03:58:46.983948948 / File us"r//ulisbr//lib/pyptythhoonn33..99//thtrheraediandgi.npgy"., line p1033y in "j, line oi892n in
2023-06-18 03:58:46.983952886 ru File n"2023-06-18 03:58:46.983958338 / File op"t//ufsrir/ligba/tpe/yftrhiognat3e./9v/itdheor.epayd"i, line n429 in gc.appyt"ur, line e954_ in c_abmeoroat
2023-06-18 03:58:46.983962823 st File r"a/pu_sirn/lniebr/2023-06-18 03:58:46.983968338 p File yt"h/ouns3r/lib/p.y9t/hmounlt3i.p9r/otchesrseiandgi/pnrgo.cpesys"., line p912y"in , line _108b in oruont
2023-06-18 03:58:46.983972344 s File t"/ruaspr/2023-06-18 03:58:46.983976046 l2023-06-18 03:58:46.983980490 iThread 0xb/00007f2b988a86c0p (most recent call first):2023-06-18 03:58:46.983985963 yt File ho"n/3o.9p/tm/uflrtiipgraotcees/sfirngi/gpartocee/slso.gp.y"p, line y315"in , line _86bo in ortusnt
2023-06-18 03:58:46.983989796 ra File p"2023-06-18 03:58:46.983995247 /usr File /"l/ib/pythouns3r./9li/bt/hpryetahodni3n.g9/.mpuyl"ti, line p954r in o_cebsosoitnsg/tproappe_n_ifnoner2023-06-18 03:58:46.983999648 r File k."p/yu"s, line r71/ in l_liabu/ncphy2023-06-18 03:58:46.984004620 tho File n"3/.us9r//tlhirbe/paydtihnogn3..p9y/"mu, line l912ti in p_rbooceostssintgr/apopp2023-06-18 03:58:46.984092996 e2023-06-18 03:58:46.984100418 Current thread 0x00007f2bb61fb6c0 (most recent call first):2023-06-18 03:58:46.984106759 File "n/_ofpotr/kf.rpiyg"a, line t19e in /_f_riingiatt_e_/2023-06-18 03:58:46.984115014 vid File e"o/.upsyr"/, line l179i in bc/appyttuhroen_3f.r9a/mmeusl2023-06-18 03:58:46.984121576 tipr File o"c/eospsti/nfgr/icgoanttee/xftr.ipgya"t, line e277/ in v_iPdoepoe.np2023-06-18 03:58:46.984127237 y File "", line /394u in srru/nl2023-06-18 03:58:46.984134402 i File b"//puystrh/olni3b./9p/ython3.9m/utlhtriepardociensgsi.ngp/cyo"nt, line e954xt in ._pby"o, line o224t in s_tProappe_ni
2023-06-18 03:58:46.984139674 nne File r"2023-06-18 03:58:46.984147316 File "/u/surs/rl/ilbi/bp/yptyhtohonn33..99//mtuhlrtiepardoicensgs.ipnyg/"p, line r912o in ce_sbso.opty"s, line t121r in aspt
2023-06-18 03:58:46.984152441 ar
2023-06-18 03:58:46.984157760 tThread 0x
2023-06-18 03:58:46.984191469 00007f2bb11f96c0 (most recent call first):
2023-06-18 03:58:46.984200206 File File "/usr/"l/iobpt//pfyrtighaotne3/.fr9i/gmautle/taippp.rpoyc"e, line s286s in isntagr/ts_cyanmecrhar_ocanpitzuer.e_ppyr"oc, line e261s in swesa
2023-06-18 03:58:46.984205428 i File t"2023-06-18 03:58:46.984211752 /o File p"t//ufrsirg/altie/bf/rpiygtatheo/na3p.p.9p/ym"u, line 383l in tsitparrto2023-06-18 03:58:46.984218428 cessing/syn File c"/horpto/fnriizgaet.ep/fyr"ig, line a349te in /w_a_imati2023-06-18 03:58:46.984225088 n_ File _"./poyp"t, line /16f in r<imgateo/dfurlieg>a2023-06-18 03:58:46.984231620 te/v File i"d/euos.rp/yl"i, line b253/ in pryutnh2023-06-18 03:58:46.984240333 o File n"3/.u9s/rr/ulnipby/.ppyyt"h, line o87n in 3_.r9u/nt_hcroedaed2023-06-18 03:58:46.984246707 ing.py", line File 954 in _bootst"r/aups_ri/nlniebr/2023-06-18 03:58:46.984254734 p File y"t/huosnr3/.l9i/br/upnyptyh.opny3"., line 9197/ in t_hrurne_maoddiunleg_.aps_ym"a, line i912n
2023-06-18 03:58:46.984260537 in _bootstrap
2023-06-18 03:58:46.984368107
2023-06-18 03:58:46.984375847 Thread 0x00007f2bab37f6c0 (most recent call first):
2023-06-18 03:58:46.984383233 File "/opt/frigate/frigate/log.py", line 86 in run
2023-06-18 03:58:46.984390031 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.984396445 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.984401716
2023-06-18 03:58:46.984409144 Thread 0x00007f2bc2558740 (most recent call first):
2023-06-18 03:58:46.984417446 File "/usr/lib/python3.9/threading.py", line 1049 in _wait_for_tstate_lock
2023-06-18 03:58:46.984425221 File "/usr/lib/python3.9/threading.py", line 1033 in join
2023-06-18 03:58:46.984433451 File "/opt/frigate/frigate/video.py", line 429 in capture_camera
2023-06-18 03:58:46.984441929 File "/usr/lib/python3.9/multiprocessing/process.py", line 108 in run
2023-06-18 03:58:46.984450724 File "/usr/lib/python3.9/multiprocessing/process.py", line 315 in _bootstrap
2023-06-18 03:58:46.984458757 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 71 in _launch
2023-06-18 03:58:46.984465630 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 19 in __init__
2023-06-18 03:58:46.984584231 File "/usr/lib/python3.9/multiprocessing/context.py", line 277 in _Popen
2023-06-18 03:58:46.984592145 File "/usr/lib/python3.9/multiprocessing/context.py", line 224 in _Popen
2023-06-18 03:58:46.984599428 File "/usr/lib/python3.9/multiprocessing/process.py", line 121 in start
2023-06-18 03:58:46.984606914 File "/opt/frigate/frigate/app.py", line 286 in start_camera_capture_processes
2023-06-18 03:58:46.984615143 File "/opt/frigate/frigate/app.py", line 383 in start
2023-06-18 03:58:46.984621736 File "/opt/frigate/frigate/__main__.py", line 16 in<module>
2023-06-18 03:58:46.984628710 File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
2023-06-18 03:58:46.984635666 File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
2023-06-18 03:58:46.984642510 Fatal Python error: Bus error
2023-06-18 03:58:46.984648111
2023-06-18 03:58:46.984654631 Thread 0x00007f2b920a76c0 (most recent call first):
2023-06-18 03:58:46.984661140 File "/usr/lib/python3.9/threading.py", line 312 inwait
2023-06-18 03:58:46.984668196 File "/usr/lib/python3.9/multiprocessing/queues.py", line 233 in _feed
2023-06-18 03:58:46.984676127 File "/usr/lib/python3.9/threading.py", line 892 in run
2023-06-18 03:58:46.984685220 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.984832234 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.984838268
2023-06-18 03:58:46.984845018 Thread 0x00007f2b988a86c0 (most recent call first):
2023-06-18 03:58:46.984851814 File "/opt/frigate/frigate/log.py", line 86 in run
2023-06-18 03:58:46.984858936 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.984865964 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.984871495
2023-06-18 03:58:46.984879325 Current thread 0x00007f2bb61fb6c0 (most recent call first):
2023-06-18 03:58:46.984887661 File "/opt/frigate/frigate/video.py", line 179 in capture_frames
2023-06-18 03:58:46.984895371 File "/opt/frigate/frigate/video.py", line 394 in run
2023-06-18 03:58:46.985005395 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.985011222 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.985015217
2023-06-18 03:58:46.985022538 Thread 0x00007f2bb11f96c0 (most recent call first):
2023-06-18 03:58:46.985030738 File "/usr/lib/python3.9/multiprocessing/synchronize.py", line 261 inwait
2023-06-18 03:58:46.985038272 File "/usr/lib/python3.9/multiprocessing/synchronize.py", line 349 inwait
2023-06-18 03:58:46.985043909 File "/opt/frigate/frigate/video.py", line 253 in run
2023-06-18 03:58:46.985050443 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.985057114 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.985062102
2023-06-18 03:58:46.985068426 Thread 0x00007f2bab37f6c0 (most recent call first):
2023-06-18 03:58:46.985075098 File "/opt/frigate/frigate/log.py", line 86 in run
2023-06-18 03:58:46.985082208 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2023-06-18 03:58:46.985089036 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2023-06-18 03:58:46.985094290
2023-06-18 03:58:46.985100635 Thread 0x00007f2bc2558740 (most recent call first):
2023-06-18 03:58:46.985107370 File "/usr/lib/python3.9/threading.py", line 1049 in _wait_for_tstate_lock
2023-06-18 03:58:46.985114240 File "/usr/lib/python3.9/threading.py", line 1033 in join
2023-06-18 03:58:46.985120865 File "/opt/frigate/frigate/video.py", line 429 in capture_camera
2023-06-18 03:58:46.985127673 File "/usr/lib/python3.9/multiprocessing/process.py", line 108 in run
2023-06-18 03:58:46.985136057 File "/usr/lib/python3.9/multiprocessing/process.py", line 315 in _bootstrap
2023-06-18 03:58:46.985142978 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 71 in _launch
2023-06-18 03:58:46.985150328 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 19 in __init__
2023-06-18 03:58:46.985156865 File "/usr/lib/python3.9/multiprocessing/context.py", line 277 in _Popen
2023-06-18 03:58:46.985164079 File "/usr/lib/python3.9/multiprocessing/context.py", line 224 in _Popen
2023-06-18 03:58:46.985171219 File "/usr/lib/python3.9/multiprocessing/process.py", line 121 in start
2023-06-18 03:58:46.985178318 File "/opt/frigate/frigate/app.py", line 286 in start_camera_capture_processes
2023-06-18 03:58:46.985185778 File "/opt/frigate/frigate/app.py", line 383 in start
2023-06-18 03:58:46.985191131 File "/opt/frigate/frigate/__main__.py", line 16 in<module>
2023-06-18 03:58:46.985195648 File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
2023-06-18 03:58:46.985200215 File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
@zestysoft If it's any consolation this issue is now one of the top results for the crash on DuckDuckGo now, and the way I came to discover the FAQ entry via the link above! So in the end you might be saving on support in the long run 😂
Describe the problem you are having
Somewhat randomly, frigate will loose all camera inputs but otherwise function fine. Logs show a bus error, followed by a bunch of threading debug output (see below).
Version
ghcr.io/blakeblackshear/frigate:0.12.1
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
No response
Operating system
Other Linux
Install method
Docker CLI
Coral version
USB
Network connection
Wired
Camera make and model
n/a -- restarting the container fixes the problem
Any other information that may be helpful
ps aux output (width truncated):
This is running in a local kubernetes cluster on a node with plenty of resources. There are no memory or cpu limits set. This is new behavior afaik.
That garbled log output is interesting! I checked the log output in kubernetes too, and it's identical to what the frigate app shows in the log view.
The text was updated successfully, but these errors were encountered: