You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just install opensnitch_1.6.5-1_amd64 and python3-opensnitch-ui_1.6.5-1_all (and a lot of other package)
But when launch with opensnitch-ui it give me:
gRPC Max Message Length: None
Bytes: 4194304
is new file, or IN MEMORY, setting initial schema version
setting schema version to: 3
setting schema version to: 3
Setting journal_mode: OFF
Setting DB memory optimizations
schema version: 3
db schema is up to date
Loading translations: /usr/lib/python3/dist-packages/opensnitch/utils/../i18n locale: fr_FR
using IPASN DB: /usr/lib/python3/dist-packages/data/ipasn_20140513_v12.dat.gz
Some white/grey 'warning' icon in the status bar
--
Then nothing append.
I already try solutions found here: #16
Also try to open with sudo, no change.
What did I missed ?
OS: Linux Mint 21.3 Cinnamon
The text was updated successfully, but these errors were encountered:
If the statusbar icon is gray, it usually means that the daemon is not running (opensnitch has 2 components, a GUI and a daemon).
Verify that effectively it's not runnning:
$ pgrep -a opensnitchd
and check the status of the systemd service: $ sudo systemctl status opensnitch
If the installation did not fail and opensnitchd is not already running, try starting the daemon: $ sudo systemctl start opensnitch (and verify that it's running with pgrep -a ...)
If that works, you need to enable it permanently: $ sudo systemctl enable opensnitch
if opensnitchd is running, then take a look at the logs, there should be some errors logged to /var/log/opensnitch.log
Hi,
I just install opensnitch_1.6.5-1_amd64 and python3-opensnitch-ui_1.6.5-1_all (and a lot of other package)
But when launch with opensnitch-ui it give me:
~ OpenSnitch GUI - 1.6.5 ~
protobuf: 3.12.4 - grpc: 1.30.2
gRPC Max Message Length: None
Bytes: 4194304
is new file, or IN MEMORY, setting initial schema version
setting schema version to: 3
setting schema version to: 3
Setting journal_mode: OFF
Setting DB memory optimizations
schema version: 3
db schema is up to date
Loading translations: /usr/lib/python3/dist-packages/opensnitch/utils/../i18n locale: fr_FR
using IPASN DB: /usr/lib/python3/dist-packages/data/ipasn_20140513_v12.dat.gz
Some white/grey 'warning' icon in the status bar
--
Then nothing append.
I already try solutions found here: #16
Also try to open with sudo, no change.
What did I missed ?
The text was updated successfully, but these errors were encountered: