-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
can not load kde with opensnichd service enabled (default action is deny) #402
Comments
Hi @Maziar123 , What's the Default Action of the daemon? |
Hi last use it in last stable version in Ubuntu the /etc/opensnitchd/default-action.json is set to deny For fix this problem daemon must load later ... |
ok, try to set it to
|
Hi I test it work for me |
I open this issue again ! yes wit last setting kde boot but 2nd monitor desktop not work ! disable by " systemctl disable opensnitchd" fix 2nd monitor problem |
oops, could you make a copy of the file Set it to debug level before reboot. Thank you in advance! |
Hi Sorry for late answer . i do some check it after add /etc/opensnitchd/default-action.json in default deny in boot problem solved but continue my test show |
Thank you for the logs @Maziar123 I don't quite understand the logs to be honest, it looks like the GUI is getting killed after logging in (just a guess). |
for you info perhaps help find problem : I write one script with sudores permission to autostart opensnichd after gui load this gone my problem sleep 15 |
Sorry, I couldn't reproduced the problem. It worked as expected for me. Thank you for the script/workaround, I'm glad you solved it temporary.
Could you explain a little bit what's the problem here? KDE works correctly, but the second monitor does not? Try adding a new rule to allow everything to |
I don't think this problem exist on Kubuntu, but there are others like:
But I don't know if this is an Opensnitch problem, like catching too much, like intercepting too much or it's a KDE problem where they use some networking protocols when they shouldn't. |
seems this help yo fix this ,to now i don't see error again my check show problem happen between opensnich and mesa or amdgpu device or windows manager ! |
Yep, I've also observed this behaviour on KDE. Will be fixed.
As in the @Maziar123 case, many of the connections to localhost are part of the IPC (InterProcessCommunication) architecture of many programs. They use it to send and receive data, configurations, etc. Other apps use Unix sockets, others memory shared segments, etc. In that case, maybe component1 (GUI) is telling component2 (daemon) to list files, so when component2 list the files it send the list back to component1 via a port in localhost. Besides adding rules to allow everything to localhost, or to allow certain system apps (dirmngr, xbrlapi, host, etc), you can add a system rule to bypass interception altogether by editing the file
They' re just regular firewall rules (iptables right now, nftables in the near future, probably with a nice GUI to edit them easily, we'll see...). More on system rules: https://github.com/evilsocket/opensnitch/wiki/System-rules |
seems with this setting problem solved pleas add it to mainstream |
I use manjaro 21 with kernel 5.11 install via http://aur.archlinux.org/packages/opensnitch-git
opensnich version : 1.4.0rc1
when enabling opensnichd.service
after login kde show blank screen with cursor
The text was updated successfully, but these errors were encountered: