gustavo-iniguez-goya / opensnitch

OpenSnitch is a GNU/Linux application firewall
GNU General Public License v3.0
395 stars 20 forks source link

Status not running -- version 1.2.0 #91

Closed COUPON4Vitamins closed 3 years ago

COUPON4Vitamins commented 3 years ago

Hi, it's my first time trying out opensnitch.

The installation went smoothly. However, I see that the daemon is not running. When I click on Statistics, a window opens and on the right upper corner I see the status "not running."

Can I turn the opensnitch daemon manually in the terminal? Or any other way to fix that?

Thanks!

image

Ubuntu 20.04.1 LTS 64-bit GNOME 3.36.3

gustavo-iniguez-goya commented 3 years ago

Hi!

Can you post the content of /var/log/opensnitchd.log ? Last 10-15 lines would be sufficient.

Or run it from a terminal: /usr/bin/opensnitchd -rules-path /etc/opensnitchd/rules/

COUPON4Vitamins commented 3 years ago

Hi Gustavo, Thanks for your reply.

It looks like the daemon is not installed. So, the log file isn't of any help. Not an expert here and hope that can be fixed easily.

$ /usr/bin/opensnitchd
bash: /usr/bin/opensnitchd: No such file or directory

opensnitchd.log [2020-11-16 23:02:33]  IMP  Starting opensnitch-daemon v1.0.0b [2020-11-16 23:02:34]  INF  Loading rules from /etc/opensnitchd/rules ... [2020-11-16 23:02:34]  INF  Running on netfilter queue #0 ...

[2020-11-16 23:05:38]  IMP  Got signal: terminated [2020-11-16 23:05:38]  INF  Cleaning up ...

gustavo-iniguez-goya commented 3 years ago

Starting opensnitch-daemon v1.0.0b

mmh, that's weird. Did you install a previous version of opensnitch?

Download and install latest version v1.2.0: https://github.com/gustavo-iniguez-goya/opensnitch/releases/download/v1.2.0/opensnitch_1.2.0-1_amd64.deb https://github.com/gustavo-iniguez-goya/opensnitch/releases/download/v1.2.0/python3-opensnitch-ui_1.2.0-1_all.deb

Install the daemon and let me know if the daemon is launched: $ sudo dpkg -i opensnitch_1.2.0-1_amd64.deb

If the installation fails or the daemon doesn't start, please, post the messages logged to the teminal.

COUPON4Vitamins commented 3 years ago

I think it was my fault. I downloaded the arm package instead of amd. It's all working now. thanks!