-
Notifications
You must be signed in to change notification settings - Fork 7
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 #31
Comments
See additional details in mpartel/bindfs#132. It looks like fuse-t doesn't forward |
bindfs doesn't implement mknod with sock file type. |
Yeah, |
I will add this functionality in the next version |
I've tried 1.0.24, but it seems that fuse-t still doesn't pass Running
|
bindfs -d -f a b statfs_x / |
Hmm... Not sure what I did wrong. After retrying, I confirm that |
binfs
build instructions: mpartel/bindfs#100 (comment)Minimal way to reproduce:
(as root)
My environment: macOS Ventura + fuse-t 1.0.23 + bindfs 1.17.3
Note that the same steps do work on Linux + netcat-openbsd.
bindfs
devs believe the root of the issue is not in bindfs itself: mpartel/bindfs#132 (comment)nc
is just used as an example (it is installed on macOS out of the box), I observe the same behavior when trying to listen to unix domain socket from Go vianet.Listen("unix", path.Join("b/sock")
The text was updated successfully, but these errors were encountered: