evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
10.74k stars 498 forks source link

no statistics or events in arch linux #377

Closed AnirudhChandupatla closed 3 years ago

AnirudhChandupatla commented 3 years ago

I was able to install Opensnitch in Arch Linux, but when I opened it there were no events or any pop ups asking what needs to be denied or allowed. image

gustavo-iniguez-goya commented 3 years ago

Hi @AnirudhChandupatla

Please, verify that the daemon is running: pgrep opensnitchd

Also take a look at the daemon log: /var/log/opensnichd.log and look if there's any error messages (and attach it anyway).

Finally, try launching the daemon from a terminal as root, and post the output: # /usr/bin/opensnitchd -rules-path /etc/opensnitchd/rules/

last question: do you know the version that you have installed? Is it the 1.3.6 from the release page, or the AUR package was compiled from a later commit?

thank you!

AnirudhChandupatla commented 3 years ago

image I was able to run it using /usr/bin/opensnitchd -rules-path /etc/opensnitchd/rules/ command I installed 1.3.6-1 from chaotic-aur

gustavo-iniguez-goya commented 3 years ago

Aaah , ok! maybe you need to enable the systemd service so it start on every boot? (if your system uses systemd), like: systemctl enable opensnitch.

Close the issue if it's fixed.

AnirudhChandupatla commented 3 years ago

Yeah that worked, thanks