-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support sleep/wake and standby/wake or ssh connection cut or aid the situation with auto unmount/remount for remote filesystems #678
Comments
Unrelated to libfuse - in your case I would ask Apple about a solution. |
So from the design of libfuse and any of its networking plugins like sshfs or curlftpfs a permanent TCP/IP connection is established which should also outlive sleep/wake events? |
I don't know anything about OSX, I'm not even sure if you are looking at the right project. A colleague told me that libfuse does not even compile, when I asked to test compile my branch on MacOS. The compilation errors pointed to https://github.com/osxfuse On linux a recent workaround patch pointed to this patch https://linux-kernel.vger.kernel.narkive.com/UeBWfN1V/patch-fuse-make-fuse-daemon-frozen-along-with-kernel-threads |
Yes, I think I am wrong here.
I now saw that there is also the repo https://github.com/osxfuse/osxfuse and there issues can be created and first search already yielded related issues. So I am closing here. |
Reproduction 1
pmset -g log
Reproduction 2
Another fact: macFUSE does not publish any "stay awake assertions"
as other similar background processes do which do not or can not support sleep
Proposed fixes
Sorted by most desired first:
The text was updated successfully, but these errors were encountered: