Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing display after installation #147

Open
AlexandreGombert opened this issue Apr 9, 2024 · 1 comment
Open

Nothing display after installation #147

AlexandreGombert opened this issue Apr 9, 2024 · 1 comment

Comments

@AlexandreGombert
Copy link

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 ?

  • OS: Linux Mint 21.3 Cinnamon
@gustavo-iniguez-goya
Copy link
Owner

hey @AlexandreGombert !

Sorry for the looong time answering this issue.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants