-
-
Notifications
You must be signed in to change notification settings - Fork 50
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 create a socket for launching a KIO worker for protocol 'file' #630
Comments
can you provide the full logs that caused the error: https://apparmor.pujol.io/report/ |
Same with sudo. |
But I have another way to get logs, and I dont see anything from apparmor when the error happens.
But the only thing so far that have resolved the issue is a I also see the audit from apparmor on the logs. But all starts with |
Can you share all audit with |
I did a reboot to clean things up as I was disabling and enabling it before. But now there are barely any, that's relevant. https://pastebin.com/2ST5KaCi |
I also confirm that by removing |
What is common in between apps that trigger the error seems to be |
There is this specific audit that keeps spamming regardless if I trigger the error or not, that are from apparmor when checking through
And it's the same msg log repeated. It's spammed a lot, all the time, I dont know why. Who knows if it's retrying in attempt to make the socket connection. Because there are no files being open and it is not very specific. Though when in X11, this is the spammy message, that continuously repeat, even without triggering the error. |
when apparmor.d is enabled on my kde plasma i've also this issuewhen i want to access the trash via the applet in my dockPannel. For this cas this is what i get:
find bellow the apparmor.d log
in other cases I can't make simple system scripts (.sh / .py) work to improve the use of some applications. and the solution of using the hoping that a temporary solution is implemented in the apparmor.d config while waiting for the apparmor team to deliver a functional version 4 |
Can you provide a fix @roddhjav or is there anything else needed? |
Can you publish? Last release was 10-2024 https://aur.archlinux.org/packages/apparmor.d-git |
This is a -git package, it is always up-to-date. Just install it again, it will build from the main branch. Edit: reopening as I am not 100% sure this the issue has been fully fixed. |
Again, if you don't provide logs, I can't help you. |
I already did before. Was that used? |
In the logs, there is only this in between the times it failed, but there is many other of the same, outside the time it failed.
There is nothing more to provide. |
@roddhjav that are logs for the child-open-any profile:
regards |
Hi,
One of your profiles, possibly
kioworker
are causing the error on KDE.CachyOS/distribution#69
Can you provide a fix?
I tried disabling the profile with
sudo aa-disable /etc/apparmor.d/kioworker
but it didnt work, the profile was disabled, but the error are back. So, it might be some other profile.The text was updated successfully, but these errors were encountered: