trapexit
trapexit
> No, did he have a similar problem? Yes. In the end it appeared that the chrooted Debian install was bad somehow. He re-debootstrapped and it worked fine afterwards. >Do...
You want to build with "make DEBUG=1" and then when running include "-f" to run mergerfs in the foreground.
Those errors are very strange. The first one makes sense and easy to fix but the misaligned address ones are odd. The memory it complains of is allocated on the...
I don't really know. Those errors imply some alignment issue but I don't know why, unless the compiler is messed up, it'd be doing that. Maybe try clang? Install clang...
OK. Thanks for testing these things. Sorry I've not been more helpful. It's certainly possible there is something funny with mergerfs' build or code given two different systems with the...
Please, as the issue template requests, provide all information possible. Also, what is "merge-with-ng-1131-gfe90b72b"? That is not an official build.
What *exactly* is *everything* involved in what is happening so I can replicate it? I need path permissions and anything else relevant to the behaviors. And you should provide me...
stat /volume1/video /volume2/video2 The strace instructions is in the docs and in the issue template. Preferably you'd have step by step instructions where you reproduce the issue without any assumptions...
The strace you provided for mergerfs contains no evidence of rename being called. Instead perhaps writing out a movie. Please set it up so that there is nothing else going...
mv shows ``` 18469 18:49:24.808900 renameat2(AT_FDCWD, "aa.txt", AT_FDCWD, "bb.txt", RENAME_NOREPLACE) = -1 EINVAL (Invalid argument) 18469 18:49:24.809335 newfstatat(AT_FDCWD, "bb.txt", 0x7fffb9ee19c0, AT_SYMLINK_NOFOLLOW) = -1 ENOENT (No such file or directory) 18469...