junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
63.4k stars 2.36k forks source link

cat: /tmp/fzf-fifo2-${id}: Permission denied #3695

Closed schafer14 closed 5 months ago

schafer14 commented 5 months ago

Checklist

Output of fzf --version

0.48.1, 0.45.0 and master

OS

Shell

Problem / Steps to reproduce

When I run fzf-tmux from within a tmux session I get the error cat: /tmp/fzf-fifo2-22601: Permission denied.

When I downloaded the script and changed this line and to mkfifo -m +rw $fifo2 it worked fine.

I am not sure what this means and if this is an issue with my environment or the script in general.

schafer14 commented 5 months ago

Alright, so it looks like there was an issues with the mkfifo program I was using which was part of toybox. When using the normal core-utils everything works fine...