Closed squalou closed 3 years ago
Hi, just to mention that the issue persists.
I've seen other arch users starting the daemon successfully so there's probably something missing on my system ... no idea what.
In that scenario, we should probably fallback to parse /proc
Can you post the output of "mount | grep debugfs" command? I've checked it in Suse(>=11), Debian (>=8), Ubuntu (>=13), Fedora (>=21), RHEL (>=7) and CentOS (>=7.0) and debugfs is on in all of them.
hi
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
compile this branch and see if it works on your system please: https://github.com/gustavo-iniguez-goya/opensnitch/tree/main
I tried, it's promising indeed : daemon starts, no errors !
I managed to run an old UI I still had installed, and had issues with unresponsive buttons.
... so I tried to build / instll clean this branch, (using a virtualenv and not sudo pip install, see other issue about this)
Tried from scratch completely : make never succeded. Python has issues.
ERROR: No matching distribution found for sip<4.20,>=4.19.4 (from pyqt5==5.10.1->-r requirements.txt (line 4))
Upgrading qt may hel, or not, no idea, right now with pyqt 5.11.2 it stalls there :
Building wheel for grpcio-tools (setup.py) ... /
seems it will never end ... but it finishes and seems to work fine !
I have a font-size issue (gui is really small), but... I can test if it works at last
good news! :)
Fixed with latest version.
Hi,
I've read similar issues #214 #235 for instances, but none of which breing any solution.
I'm running a 4.19 LTS kernel.
Compilation works fine, but I can't start the daemon.
I'm runing Arch, these files do exist, debugs is mounted, Secure Boot is OFF in bios (was a suggestion in another issue)
Will gladly help track this down if I can,
regards