Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue when i create fifo in c #481

Open
giorgio-paoloni opened this issue Dec 14, 2021 · 0 comments
Open

issue when i create fifo in c #481

giorgio-paoloni opened this issue Dec 14, 2021 · 0 comments

Comments

@giorgio-paoloni
Copy link

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


Macbook Air 13" (intel-based), Monterey 12.1, lima-default ubuntu based latest brew release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants