Martin Pärtel

Results 121 comments of Martin Pärtel

Ping. Sorry for piling on more changes afterwards. Should be all done now.

^ or so I thought :man_facepalming:

No idea, sorry. However, `bindfs` should be a fairly ordinary autoconf/automake project, so whatever generic instructions you find for them *should* be applicable. I don't know if there are any...

Sure! I'm a little surprised MacOS doesn't mount all `auto` filesystems by default.

I'm not an active Mac user, and I've wasted enough of my life fighting Apple's, let's say, "automation-resistant" signing infrastructure at work, so I'd prefer not to. But if you'd...

MacOS test failures currently ignored in CI.

Strange, since bindfs should be reading the source directory like any other process. To debug this, you could try running bindfs with `strace -f` to see which syscall it is...

Very strange. I don't have any great ideas then. You could try adding debug prints to various places in `bindfs.c`'s functions `bindfs_getattr`, `bindfs_fgetattr` and `getattr_common` to see where it fails....

Sorry for the very slow response. Does branch [uid-size-fix](https://github.com/mpartel/bindfs/compare/master...uid-size-fix) fix it for you?

Is this with MacFuse or fuse-t? I kinda gave up on MacFuse because I don't have the time to support it properly, and I don't even have access to a...