-
-
Notifications
You must be signed in to change notification settings - Fork 520
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
Cannot run v1.6.6-1 on Linux Aeon - not sure why #1211
Comments
hi @frigeky00 , Before launching the daemon manually, did you verify if it was already running? -> The error
The ui package should have installed the package Try reinstalling the UI package and see if suggest you to install additional packages. If not, install |
Thanks for the advice and sorry for the late reply. Unfortunately, installing python3-grpcio did not help, I still get the same error message. Also, after running |
ok, the problem that the GUI (python3 really) does not find the grpcio python package. If you execute ~$ python3
iPython 3.12.8 (main, Dec 4 2024, 12:15:27) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import grpc
>>> If you do this, it should fail in your system. Try resolving that problem, and then the GUI should work. Maybe, try installing it with pip for your regular user: Or find where was installed the package python3-grpcio. For example our GUI is installed in /usr/lib/python3/ |
Describe the bug
I cannot run v1.6.6-1 on Linux Aeon. Just installed Aeon, so I do not have experience with previous opensnitch versions.
To Reproduce
e.g. [for ui] sudo transactional-update pkg install opensnitch-ui-1.6.6-1.noarch.rpm
Steps to reproduce the behavior:
Results:
Note: running
opensnitchd -check-requirements
confirms that the kernel is compatible (everything is ticked green).Post last 15 lines of the log file
/var/log/opensnitchd.log
Additional context
If I try and launch the ui from the terminal (because it doesn't open from the icon), I also get an error:
$ opensnitch-ui
Result:
The text was updated successfully, but these errors were encountered: