trapexit

Results 534 comments of trapexit
trafficstars

> When moving things out of the directory, let the set global policy decide on which branch/source device it ends up. There isn't any "move out of directory" feature currently...

Not having OSX myself nor having any output from your problem there isn't much I can do to help.

Thanks for the patch but scanning through this patch there looks to be a few problems. - You can't replace eaccess with access. They behave differently. It needs to be...

Only if for some reason the problem could only be fixed by embedding gnulib code but given the issues we've run into it seems extremely unlikely that's the case.

There are a few things more that need to be done to make it really usable on macOS. I've looked into them and they shouldn't be difficult to implement. eaccess...

I already know what needs to be done I simply need an OSX machine to test and build. The patch provided on this thread has a few issues as mentioned...

Could someone try building master on OSX? It's got several changes which should help building on OSX. Please email me any build errors. Thanks.

* For futimesat: Yeah.... utimensat is the more appropriate call which IIRC was only available in macOS 10.10? * dev_t size: I noticed it's also 32bit on older linux machines....

I have access to an macOS machine now but need to fix it up and get familiar with development on the platform before I can properly support it. Recently I've...

Because FUSE and libfuse were designed as a linux only. mergerfs has been patched to allow for using the system libfuse which may help on BSD based systems but other...