noborus / ov

🎑Feature-rich terminal-based text viewer. It is a so-called terminal pager.
https://noborus.github.io/ov
MIT License
1.47k stars 39 forks source link

Follow mode doesn't work if file is in /tmp #643

Open iloveitaly opened 1 week ago

iloveitaly commented 1 week ago

Log files in /tmp don't seem to work in follow mode iTerm2 - tmux standard (tmux) 2024-10-29 at 10 26 21 AM

ccoVeille commented 1 week ago

What is the filesystem type of your /tmp folder?

I mean tmpfs,btrfs,ext4…

noborus commented 1 week ago

Thank you for reporting this issue. It seems similar to the problem described in https://github.com/fsnotify/fsnotify/issues/642. Could you please confirm if the cause might be the same?

Any additional information you can provide would be helpful in diagnosing the issue.

Thank you!

iloveitaly commented 1 week ago

What is the filesystem type of your /tmp folder?

APFS (encrypted)

Thank you for reporting this issue. It seems similar to the problem described in fsnotify/fsnotify#642. Could you please confirm if the cause might be the same?

Yup, exactly the same issue.

noborus commented 6 days ago

Thank you for reporting this issue. It seems similar to the problem described in fsnotify/fsnotify#642. Could you please confirm if the cause might be the same?

Yup, exactly the same issue.

Thank you. First, I hope fsnotify will be fixed, but if it is not, we will have to think of another way.