evilsocket / opensnitch

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

Traffic doesn't show up after restart #190

Closed jwingnut closed 3 years ago

jwingnut commented 6 years ago

The behavior of the software seems to be different upon restart (Ubuntu 16.04).

Is there something besidessudo systemctl enable opensnitchd that needs to be ran in order to see traffic upon restart?

Everything seemed to be working fine until I restarted, a popup would appear asking me about rules and the OpenSnitch Network Statistics showed lots of stuff, now it's just showing some snapd process.

Any ideas?

ghost commented 6 years ago

I am trying to get it running on Debian but also seem to have some issues in most recent version. Maybe I am missing some step?

Based on the error log below, I thought there might be some permission issue? But the process/deamon is running as root.. :thinking: Maybe there was a recent API change

> tail -f opensnitchd.log

[2018-08-27 15:38:54]  IMP  Starting opensnitch-daemon v1.0.0b
[2018-08-27 15:38:54]  !!!  Error while enabling probe descriptor for opensnitch_exec_probe: write /sys/kernel/debug/tracing/kprobe_events: no such file or directory
[2018-08-27 15:39:24]  IMP  Starting opensnitch-daemon v1.0.0b
[2018-08-27 15:39:24]  !!!  Error while enabling probe descriptor for opensnitch_exec_probe: write /sys/kernel/debug/tracing/kprobe_events: no such file or directory

I am running

> uname -r
4.17.0-3-amd64
Northern-Lights commented 6 years ago

@hanslfc take a look at #184

arielf commented 4 years ago

To restart the service (opensnitchd backend) you need to run:

sudo service opensnitchd restart
gustavo-iniguez-goya commented 3 years ago

This should be fixed with latest packages.