You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: