Replies: 1 comment
|
Today I was playing with CIFS shares and got solid proof that OpenSnitch somehow interferes with them. Here I disabled OpenSnitch: While disabled, the shares mount without issues, with or without |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When the system resumes from standby, for the next several minutes the desktop is frozen if there are mounted Windows shares on the system. I cannot start new apps from the main menu or from Caja. The apps that are already running remain perfectly alive and well as long as they do not try to interact with the mounted shares. If they do, they also freeze (such as when saving files from LibreOffice etc).
There are the permanent rules for
kernel-connectionsandmount-cifsto the server's port 445, no protocol specified.When the desktop freezes, I check the events and see nothing being blocked.
But if I disable OpenSnitch, then the desktop un-freezes much sooner than with it enabled, like within 1 min vs 2-3 min.
On this system, OpenSnitch runs on top of firewalld, which also has an allow TCP port 445 rule to the server.
How can I troubleshoot this further?
All reactions