gustavo-iniguez-goya / opensnitch

OpenSnitch is a GNU/Linux application firewall
GNU General Public License v3.0
397 stars 20 forks source link

Nothing display after installation #147

Open AlexandreGombert opened 7 months ago

AlexandreGombert commented 7 months ago

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 ?

gustavo-iniguez-goya commented 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

AlexandreGombert commented 2 weeks ago

Hi Gustavo,

Thanks for your reply, I have Install it again in v1.6.6 with the same issue:

Now the log:

[2024-11-18 07:04:38]  IMP  Start writing logs to /var/log/opensnitchd.log
[2024-11-18 07:04:39]  ERR  GetInfo() path can't be read

[2024-11-18 07:12:18]  IMP  Got signal: terminated
[2024-11-18 07:12:19]  WAR  (3) EBPF-DNS: Failed to decode ebpf nameLookupEvent: EOF
[2024-11-18 07:12:19]  WAR  (4) EBPF-DNS: Failed to decode ebpf nameLookupEvent: EOF
[2024-11-18 07:12:19]  WAR  (2) EBPF-DNS: Failed to decode ebpf nameLookupEvent: EOF
[2024-11-18 07:12:19]  WAR  (1) EBPF-DNS: Failed to decode ebpf nameLookupEvent: EOF
[2024-11-18 07:12:19]  WAR  (0) EBPF-DNS: Failed to decode ebpf nameLookupEvent: EOF
[2024-11-18 07:13:21]  IMP  Start writing logs to /var/log/opensnitchd.log

Do you have any idea about this?

Have a good day