Open sjpatel21 opened 6 months ago
the mounting has become quite unstable after the recent update
By the "recent update", do you mean "upgrading from easysshfs from version 0.5.10 to 0.5.11"? Or was something else changed? As far as I can see, the only change in the latest release was a workaround to avoid one of the issues with Magisk 27.0. And it shouldn't affect mount stability in any way.
Magisk Version: 27.0 App Version: 0.5.11
Can you try downgrading both Magisk and easysshfs to their previous versions to confirm that the issue is specific to certain versions of these apps (and not related to some changes in the environment)?
the only option left is to reboot the device
killall ssh
should also help, if you have access to the terminal. I guess it's a slightly better workaround than rebooting.
@bobrofon yes by "recent update" I meant Magisk 27.0 and EasySSHFS 0.5.11
Will try killall ssh
next time. Thanks, that would indeed be a better workaround.
Is there a way to generate more informative logs for debug purposes?
Is there a way to generate more informative logs for debug purposes?
I'm not sure that any application logs will be helpful here. Based on your description, it seems like the problem is not related to any ssh/sshfs/fuse/easysshfs logic. And it's more likely something related to Android itself (like power or network managers are doing something with the network) or the environment. In that case adb bugreport
may help. However, it contains a lot of unnecessary information about the system, and I'm unsure where I should start looking for a problem anyway.
The more interesting information is that previously the mountpoints were stable. This could be because in the last version of Magisk, some workaround was removed, or due to some other factor. So, experimenting with different system configurations and application versions should provide much more information about the problem.
@sjpatel21 Can you also try adding something like reconnect,ServerAliveInterval=5,ServerAliveCountMax=3
to the mountpoint's options?
@bobrofon Will add these lines and reply back.
I am using the app on rooted Pixel device for quite some time now, and it seems that the mounting has become quite unstable after the recent update.
My phone sits next to the wifi and always on charge, but the connection will drop unexpectedly and unmount/mount would not work and the only option left is to reboot the device.
Device info Model: Pixel 1 OS: Stock Android 10 Magisk Version: 27.0 App Version: 0.5.11
Please let me know if you want me to debug/try something. Thanks for your awesome work.
Logs: