Open AlexandreGombert opened 7 months ago
hey @AlexandreGombert !
Sorry for the looong time answering this issue.
If the statusbar icon is gray, it usually means that the daemon is not running (opensnitch has 2 components, a GUI and a daemon).
Verify that effectively it's not runnning:
$ pgrep -a opensnitchd
and check the status of the systemd service: $ sudo systemctl status opensnitch
If the installation did not fail and opensnitchd
is not already running, try starting the daemon: $ sudo systemctl start opensnitch
(and verify that it's running with pgrep -a ...)
If that works, you need to enable it permanently: $ sudo systemctl enable opensnitch
if opensnitchd
is running, then take a look at the logs, there should be some errors logged to /var/log/opensnitch.log
Hi Gustavo,
Thanks for your reply, I have Install it again in v1.6.6 with the same issue:
:~$ pgrep -a opensnitch
1365 /usr/bin/opensnitchd -rules-path /etc/opensnitchd/rules
3021 /usr/bin/python3 /usr/bin/opensnitch-ui
:~$ sudo systemctl status opensnitch
● opensnitch.service - Application firewall OpenSnitch
...
Active: active (running)...
Now the log:
[2m[2024-11-18 07:04:38][0m [97m[104m IMP [0m Start writing logs to /var/log/opensnitchd.log
[2m[2024-11-18 07:04:39][0m [97m[41m ERR [0m GetInfo() path can't be read
[2m[2024-11-18 07:12:18][0m [97m[104m IMP [0m Got signal: terminated
[2m[2024-11-18 07:12:19][0m [97m[43m WAR [0m (3) EBPF-DNS: Failed to decode ebpf nameLookupEvent: EOF
[2m[2024-11-18 07:12:19][0m [97m[43m WAR [0m (4) EBPF-DNS: Failed to decode ebpf nameLookupEvent: EOF
[2m[2024-11-18 07:12:19][0m [97m[43m WAR [0m (2) EBPF-DNS: Failed to decode ebpf nameLookupEvent: EOF
[2m[2024-11-18 07:12:19][0m [97m[43m WAR [0m (1) EBPF-DNS: Failed to decode ebpf nameLookupEvent: EOF
[2m[2024-11-18 07:12:19][0m [97m[43m WAR [0m (0) EBPF-DNS: Failed to decode ebpf nameLookupEvent: EOF
[2m[2024-11-18 07:13:21][0m [97m[104m IMP [0m Start writing logs to /var/log/opensnitchd.log
Do you have any idea about this?
Have a good day
Hi,
I just install opensnitch_1.6.5-1_amd64 and python3-opensnitch-ui_1.6.5-1_all (and a lot of other package) But when launch with opensnitch-ui it give me:
1) ~ OpenSnitch GUI - 1.6.5 ~ protobuf: 3.12.4 - grpc: 1.30.2
gRPC Max Message Length: None Bytes: 4194304 is new file, or IN MEMORY, setting initial schema version setting schema version to: 3 setting schema version to: 3 Setting journal_mode: OFF Setting DB memory optimizations schema version: 3 db schema is up to date Loading translations: /usr/lib/python3/dist-packages/opensnitch/utils/../i18n locale: fr_FR using IPASN DB: /usr/lib/python3/dist-packages/data/ipasn_20140513_v12.dat.gz
2) Some white/grey 'warning' icon in the status bar
-- Then nothing append.
I already try solutions found here: https://github.com/gustavo-iniguez-goya/opensnitch/issues/16 Also try to open with sudo, no change.
What did I missed ?