Closed p4ulb closed 8 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:
rpm2cpio ./opensnitch-1.6.5-1.x86_64.rpm | cpio -idmv
systemctl enable opensnitch; service opensnitch start
)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.
Thanks for getting back to me :)
I've had some python dependency errors that i have manage to correct.
Now im getting the following:
Did you install the UI with pip -r install requirements.txt
? it'll download the dependencies that it's complaining about (grpc, etc).
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.
did anybody try to install the latest version on centos7? am trying to install and getting the following error.
any ideas?