evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
9.86k stars 486 forks source link

centos7 install error(opensnitch-1.6.5-1.x86_64) #1096

Closed p4ulb closed 3 months ago

p4ulb commented 4 months ago

did anybody try to install the latest version on centos7? am trying to install and getting the following error.

any ideas?

opensnitch

gustavo-iniguez-goya commented 3 months ago

Hi @p4ulb ,

I tested it on centos 7.7, and yum segfaults. Maybe the rpm version used to build it is incompatible with the one of these systems, or there's some incompatible macro in the rpm.

For now what you can do is install it manually:

maybe a package manager agnostic installer wouldn't be a bad idea...

By the way, interesting to see that the main module to intercept connections work. Since it's a 3.10 kernel I didn't expect that :) Anyway I'd expect some errors, since I haven't tested it on these kernels. If you happen to install and use it, please, report any problem.

p4ulb commented 3 months ago

Thanks for getting back to me :)

I've had some python dependency errors that i have manage to correct.

Now im getting the following: image

gustavo-iniguez-goya commented 3 months ago

Did you install the UI with pip -r install requirements.txt ? it'll download the dependencies that it's complaining about (grpc, etc).

p4ulb commented 3 months ago

Really appreciate your support with this but I am going to upgrade the system. I am getting a load of dependency errors on python and it just refuses to play ball.

Am moving to rocky9 with my install. Am testing with rocky9 in a VM and it seems to running just fine.