-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to listen to unix domain socket inside bindfs mount on macOS #132
Comments
Works on Linux, so appears to be a limitation of MacOS or fuse-t. |
Confirming, btw. Next time I'll first test on Linux before creating an issue :D Sorry for the noise. Reported to: |
Actually I may have been hasty :) You (sorry, I've no access to a mac at the moment) could check with |
Output of With macFUSE:
With fuse-t:
So, it looks like we have different bugs here?
For the reference, here's how
|
In macos-fuse-t/fuse-t#31, I was given this link: https://libfuse.github.io/doxygen/example_2passthrough__helpers_8h_source.html. |
@mpartel what do you think? My current understanding is that
I suggest reopening this issue and will try to fix №2 (and send a PR). |
Yes, that seems likely. Thanks! And apologies, this week it's especially difficult for me to anything mac-related. |
See #133. With those fixes, I'm able to talk with |
resolves #132 add support for AF_UNIX bind on macOS
Way to reproduce:
(as root)
If this issue is not caused by bindfs, my apologies, will report to macFUSE/fuse-t.
The text was updated successfully, but these errors were encountered: