-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
0.kind: bugSomething is brokenSomething is broken
Description
Nixpkgs version
- Unstable (25.11)
Describe the bug
The opensnitch package version 1.7.0.0 with 4 numbers used for both the git tag and the daemon/ui version number breaks the check_versions in opensintch-ui which expects 3 (major, minor, patch).
Also noticed the opensitch-ui package might be missing a small change:
| sed -i 's/^import ui_pb2/from . import ui_pb2/' opensnitch/proto/ui_pb2* |
Steps to reproduce
Run opensnitch-ui --debug
No values are shown in status bar, i.e. Daemon version and all tabs are empty, except any loaded rules.
Reported as:
Ping exception: too many values to unpack (expected 3)
Expected behaviour
Show the information retrieved from opensnitchd.
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
- system:
"x86_64-linux" - host os:
Linux 6.12.34, NixOS, 25.11 (Xantusia), 25.11.19700101.dirty - multi-user?:
yes - sandbox:
yes - version:
nix-env (Nix) 2.28.3 - nixpkgs:
/nix/store/dxc2swd4dhdxnxjiji62b1z0nb5sms0x-source
Notify maintainers
Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)
I assert that this issue is relevant for Nixpkgs
- I assert that this is a bug and not a support request.
- I assert that this is not a duplicate of an existing issue.
- I assert that I have read the NixOS Code of Conduct and agree to abide by it.
Is this issue important to you?
Add a 👍 reaction to issues you find important.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken