mhddfs-nosegfault
mhddfs-nosegfault copied to clipboard
When a responce from the developer/maintaner is expected
Its written several times in the readme, thought it might be a good idea to document its progress
Sadly, I can't provide any estimates. I had even talked him by phone two years ago, but still no progress.
If its been 2 years ago then he is likely not going to do anything. Which means you could either ask him if the main project should move here, or declare an official fork.
Is it possible to ask you to push him or mhddfs maintainers in mainline distros? I also believe that this changes should be adopted by upstream ASAP, but don't have enough time for doing politics.
The essence of this repo is in the following commits:
403e52f: nailed the first and most pesky segfault that I have found while running mhddfs in production 4cba41d: old versions of FUSE contain a bug that was also sometimes leading to segfault. That's why we need to ensure that we're building as least against the version 2.9.4 175e153: because mhddfs a regular executable, it's a subject for max open files limitation which is implied by OS. This was leading to really cryptic bugs when, for example, Nginx says that there are no more available file descriptors left - while the limit that was specified in nginx.conf wasn't reached. At this moment I have just put a default value which is good enough but, as you understand, it's better to also make this changeable through the CLI interface (while keeping this value which is good enough by default).
What I also have to say is that I'm using this one in production for two years, and there were no 'Transport endpoint not connected' issue since I have done all of these changes.
Best Regards,
Valentin
I spoke to a debian developer, what you can do at least for debian/ubuntu is to propose a "non-maintainer upload" or nmu. There are several guides to do that, initially you need to open a bug.
If you get stuck during the bug opening you can also ask @kaplanlior for advice