Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generates large number of error logs: Error parsing rule Created date (it should be in RFC3339 format) #1153

Open
thenbe opened this issue Jul 11, 2024 · 2 comments

Comments

@thenbe
Copy link

thenbe commented Jul 11, 2024

Describe the bug
v1.6.6 of opensnitch spams the journal. Here is the output of journalctl --follow --lines=1000 --all -u opensnitchd.service

2024-07-11-14-29-36.mp4

The issue only started happening after upgrading from v1.6.5.1 to v1.6.6.

Include the following information:

  • OpenSnitch version: v1.6.6
  • OS: [e.g. Debian GNU/Linux, ArchLinux, Slackware, ...]:
    • system: "x86_64-linux"
    • host os: Linux 6.6.37, NixOS, 24.11 (Vicuna), 24.11.20240709.feb2849
  • Kernel version: echo $(uname -a): Linux 6.6.37 #1-NixOS SMP PREEMPT_DYNAMIC Fri Jul 5 07:34:07 UTC 2024 x86_64 GNU/Linux

To Reproduce

  1. Run journalctl --follow --lines=1000 --all -u opensnitchd.service
  2. Observe the large number of logs.
@gustavo-iniguez-goya
Copy link
Collaborator

Hi @thenbe ,

Sorry for the late reply. That warning means that the rule has an invalid date. The Created field should be something like: "created": "2023-02-11T23:48:49.990680711+01:00",

If you select from the GUI the rules, and make a change (right click -> Disable/Enable, or Apply to -> ...), it'll add the correct date to the rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants