Package Details: opensnitch-git 1.6.0rc5.r84.e1afd24-2

Git Clone URL: https://aur.archlinux.org/opensnitch-git.git (read-only, click to copy)
Package Base: opensnitch-git
Description: A GNU/Linux port of the Little Snitch application firewall
Upstream URL: https://github.com/evilsocket/opensnitch
Licenses: GPL3
Conflicts: opensnitch
Provides: opensnitch
Submitter: None
Maintainer: lsf
Last Packager: lsf
Votes: 40
Popularity: 0.001149
First Submitted: 2017-05-03 14:15 (UTC)
Last Updated: 2023-06-11 11:45 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 18 Next › Last »

L0-FF commented on 2020-12-03 17:34 (UTC) (edited on 2020-12-03 18:09 (UTC) by L0-FF)

Couple of notes:

If you want to install v1.3_0*; you can install with:

$ yay(*or your aur helper of choice*) -S opensnitch-git --editmenu;

  • choose to edit the PKGBUILD and edit line 25 (in the pkgver function) to be: git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g'

I'm also experiencing the:
- Error while finding module specification for 'grpc_tools.protoc' (ModuleNotFoundError: No module named 'grpc_tools' #212

Which seems to have a long-standing issue (new for me, as opensnitch-git has always compiled successfully).

Will keep looking into it.

mat commented on 2020-12-02 10:33 (UTC) (edited on 2020-12-02 10:34 (UTC) by mat)

And version 1.3.0.rc.2.r0.6619124-1 needs python-grpcio-tools too. (but it works again.)

mat commented on 2020-12-02 10:25 (UTC)

Now with 1.3.0.rc.1.r4.0b85f6b-1, I get:

❯ opensnitch-ui     
Traceback (most recent call last):
  File "/usr/bin/opensnitch-ui", line 22, in <module>
    from opensnitch.service import UIService
ModuleNotFoundError: No module named 'opensnitch'

xtc0r commented on 2020-11-25 18:24 (UTC) (edited on 2020-11-25 18:31 (UTC) by xtc0r)

For me it broke after the last update using 1.2.0.r11.a517ebe-1. See log below:

opensnitch-ui
Traceback (most recent call last):
  File "/usr/bin/opensnitch-ui", line 22, in <module>
    from opensnitch.service import UIService
  File "/usr/lib/python3.8/site-packages/opensnitch/service.py", line 23, in <module>
    from dialogs.stats import StatsDialog
  File "/usr/lib/python3.8/site-packages/opensnitch/dialogs/stats.py", line 748
    self.nodeRuleLabel.setText("" if active)

SyntaxError: invalid syntax

mat commented on 2020-11-24 20:16 (UTC)

With version 1.3.0.rc.1.r4.0b85f6b-1 it works again.

Zame commented on 2020-11-18 20:47 (UTC)

After Manjaro update and opensnitch re-install - it works!

Zame commented on 2020-11-17 06:51 (UTC) (edited on 2020-11-17 07:12 (UTC) by Zame)

After today's update it doesn't start.
Can't start GUI.
Can't start opensnitchd: 'There is no /home/username/rules'
After creating it: 'Starting opensnitch-daemon v1.3.0rc1 Loading rules from /home/username/rules ... ERROR: nfq_create_queue() queue not created Is opnensitchd already running? Error while creating queue #0: Error binding to queue: operation not permitted' As I can see, there's a new path for rules?
After clean installing the same result:
Service status is Active. Gui doesn't start

yochananmarqos commented on 2020-11-16 23:31 (UTC)

@Zame @L0-FF: When /etc/opensnitchd/default-config.json changes upstream, you'll have a pacnew: /etc/opensnitchd/default-config.json.pacnew. Make sure to merge any new changes.

L0-FF commented on 2020-11-16 22:48 (UTC)

@Zame,

You may need to update your /etc/opensnitchd/default-config.json Think I experienced the same issue as well.

From upstream:

WARNING:
The configuration file /etc/opensnitchd/default-config.json has new fields. .If you're upgrading opensnitch and you have modified it, you must replace the one you have installed with the one shipped with the packages (apt will ask you to do it).
Changes made to that file will be overwritten after installation.