issue when i create fifo in c
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
Hi,
I've got issue when i create a fifo in c (using mkfifo()).
My volume is NOT read only, issue #34 , so i can create file, open common pipe... , but not fifo. (I'm working on macbook /usr/USERX/desktop or nested directory).
I've fixed that placing the fifo in /tmp/ directory. Hence i things that i have not got "enough" permission for creating fifo in macOS' native directory, but sufficient for using lima's directory (probably /tmp/ is referred to lima filesystem not macOS).
I have found "similar" issue in WSL (https://alessandrococco.com/2021/01/wsl-how-to-resolve-operation-not-permitted-error-on-cloning-a-git-repository) so my question is: does exist a similar way for fixing that?
Thanks a lot, attached a simple example.
[ex_fifo.txt](https://github.com/lima-vm/lima/files/7715016/ex_fifo.txt)
-----
Macbook Air 13" (intel-based), Monterey 12.1, lima-default ubuntu based latest brew release
Contributor guide
Assessment
This issue has not been assessed yet.