Replies: 2 comments 44 replies
-
If it is crashing then you won't really find anything in logs. If it was a known situation and logable it wouldn't be crashing :) Could you provide basic details as requested here: https://github.com/trapexit/mergerfs/tree/latest-release#information-to-include-in-bug-reports The only way to see exactly what is going on is to catch it when it fails but that would require attaching a debugger. |
Beta Was this translation helpful? Give feedback.
20 replies
-
Oh, no. Just make DEBUG=1 and run build/mergerfs. Building the deb does its own thing. |
Beta Was this translation helpful? Give feedback.
24 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wonder if anyone has a guide or suggestions to get me started in the right direction towards trouble shooting why my mergerfs mount point keeps crashing.
My setup is ubuntu 22.10 server on Dell server hardware and up until a few weeks ago, MergerFS was rock solid. Now I am experiencing a crash of the mount point every other day or so. Basically I get the "transport endpoint is not connected" error. I was originally using a self compiled binary from the latest source. Since the problems started, I have reverted to the binary available from the Debian install package with no improvement.
At this point, I am just not sure where to even begin digging into it. I have used grep to try to dig into the system and kernel logs for mergerfs and fuse but end up with no results.
Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions