Closed jwingnut closed 3 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
@hanslfc take a look at #184
To restart the service (opensnitchd
backend) you need to run:
sudo service opensnitchd restart
This should be fixed with latest packages.
The behavior of the software seems to be different upon restart (Ubuntu 16.04).
Is there something besides
sudo 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?