Skip to content

frigate: various fixes#493172

Merged
mweinelt merged 2 commits intoNixOS:staging-nextfrom
mweinelt:frigate-fixes
Feb 23, 2026
Merged

frigate: various fixes#493172
mweinelt merged 2 commits intoNixOS:staging-nextfrom
mweinelt:frigate-fixes

Conversation

@mweinelt
Copy link
Member

Based on staging-next to resolve merge conflicts early.

Fixes:

  • onnxruntime compat with jinna-clip-v1 fp16 embedding models
  • fixes trailing whitespace in process commandline leaking into prometheus labels

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Recent onnxruntime versions have a failing optimization with FP16
embedding models used in Frigate.
The process cmdline gets read from /proc/pid/cmdline which is a memory
allocation with a rounded up size. The psutil library looks for a
Null-terminated string, but apparently not all cmdlines have that.
@mweinelt mweinelt enabled auto-merge February 23, 2026 00:21
@mweinelt mweinelt added this pull request to the merge queue Feb 23, 2026
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". labels Feb 23, 2026
Merged via the queue into NixOS:staging-next with commit bb82602 Feb 23, 2026
32 of 36 checks passed
@mweinelt mweinelt deleted the frigate-fixes branch February 23, 2026 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 9.needs: reviewer This PR currently has no reviewers requested and needs attention. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant