Search Criteria
Package Details: opensnitch-git 1.3.6.r18.4532c25-1
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: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | lsf |
Last Packager: | lsf |
Votes: | 29 |
Popularity: | 1.94 |
First Submitted: | 2017-05-03 14:15 |
Last Updated: | 2021-02-26 15:44 |
Dependencies (12)
- libnetfilter_queue (libnetfilter_queue-git)
- libpcap (libpcap-git)
- python-grpcio
- python-protobuf (python-protobuf-git)
- python-pyinotify
- python-pyqt5
- python-slugify
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
- python-grpcio-tools (make)
- python-setuptools (make)
- logrotate (logrotate-git, logrotate-selinux) (optional) – for logfile rotation support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 ... Next › Last »
L0-FF commented on 2020-12-03 20:59
hmmmm...
Weird.
pythong-grpcio-tools
was installed.python-protobuf-git
was installed.python-grpcio
was installed.I'd checked the versions, all were up-to-date.
I did an uninstall of all. Rechecked versions. SAME (as prior to uninstall).
Rebuilt
opensnitch-git
with--editmenu
to install 1.3.0rc2 version, andgrpc_tools
error is now gone.L0-FF commented on 2020-12-03 17:34
Couple of notes:
If you want to install
v1.3_0*
; you can install with:PKGBUILD
and edit line25
(in thepkgver
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
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
Now with 1.3.0.rc.1.r4.0b85f6b-1, I get:
xtc0r commented on 2020-11-25 18:24
For me it broke after the last update using 1.2.0.r11.a517ebe-1. See log below:
mat commented on 2020-11-24 20:16
With version 1.3.0.rc.1.r4.0b85f6b-1 it works again.
Zame commented on 2020-11-18 20:47
After Manjaro update and opensnitch re-install - it works!
Zame commented on 2020-11-17 06:51
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
@Zame @L0-FF: When
/etc/opensnitchd/default-config.json
changes upstream, you'll have apacnew
:/etc/opensnitchd/default-config.json.pacnew
. Make sure to merge any new changes.L0-FF commented on 2020-11-16 22:48
@Zame,
You may need to update your
/etc/opensnitchd/default-config.json
Think I experienced the same issue as well.From upstream: