evilsocket / opensnitch

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

[Arch Linux] Opensnitch UI does not log connections unless the daemon is restarted #838

Closed user52318908 closed 1 year ago

user52318908 commented 1 year ago

The UI does not appear to be able to connect to the daemon unless the daemon is restarted.

Steps to reproduce the behavior:

  1. Install OpenSnitch with sudo pacman -S opensnitch
  2. Enable the service with sudo systemctl enable --now opensnitchd.service
  3. Launch OpenSnitch with opensnitch-ui
  4. Note that OpenSnitch is paused and no connections are logged in the UI (no rules are displayed either). Connections are still being filtered, as reflected in /var/log/opensnitchd.log
  5. Restart OpenSnitch with sudo systemctl restart opensnitchd.service - this can take a few seconds
  6. OpenSnitch now appears as "Running" and connections are logged as expected

This is on a fresh install of Arch Linux with KDE.

gustavo-iniguez-goya commented 1 year ago

Hi @user52318908 ,

Thank you for reporting this issue. It was already reported here: #833

user52318908 commented 1 year ago

My apologies, I thought these were two separate issues.