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
I'm not sure if this is a Bug, or just a "NFS thing".
I have yazi open on a Client with a Directory that is mounted via NFS, and the directory Sorted by mtime.
If a File/Directory is updated on the same System, (just touch a file in another shell) the file/directory jumps to the top as expected.
If though i update a file on the Server, while having yazi open on the client nothing happens.
I've bound the refresh option key, but that does nothing either.
If i open another shell on the client, and check the timestamps with stat on the file i can see the updated timestamps on the client.
The NFS is mounted with:
eurybe.fritz.box:/data on /data type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=14,retrans=2,sec=sys,clientaddr=192.168.178.26,lookupcache=none,local_lock=none,addr=192.168.178.35,_netdev,x-systemd.automount,x-systemd.mount-timeout=10,x-systemd.idle-timeout=1min)
Both Client and Server are Linux based running Arch so client/server NFS Versions are identical.
Minimal reproducer
Have a NFS Client/Server
Open yazi on the client, sort directory by mtime, touch a file in that directory on the server
Indeed, Opening a new Tab updates. It also Updates the view from which you opened the tab. So opening+closing "works".
But also, this isn't just a thing on NFS, i've been testing on the Server also, with the storage locally. If you have yazi open in a directory sorted by mtime, and a file in a subdirectory is created, the subdirectory in question doesn't move to the top as it should. Looking at the mtime with stat shows the directory inode got updated.
What system are you running Yazi on?
Linux Wayland
What terminal are you running Yazi in?
foot 1.12.0
yazi --debug
outputDescribe the bug
Hi,
I'm not sure if this is a Bug, or just a "NFS thing".
I have yazi open on a Client with a Directory that is mounted via NFS, and the directory Sorted by mtime.
If a File/Directory is updated on the same System, (just touch a file in another shell) the file/directory jumps to the top as expected.
If though i update a file on the Server, while having yazi open on the client nothing happens.
I've bound the
refresh
option key, but that does nothing either.If i open another shell on the client, and check the timestamps with
stat
on the file i can see the updated timestamps on the client.The NFS is mounted with:
eurybe.fritz.box:/data on /data type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=14,retrans=2,sec=sys,clientaddr=192.168.178.26,lookupcache=none,local_lock=none,addr=192.168.178.35,_netdev,x-systemd.automount,x-systemd.mount-timeout=10,x-systemd.idle-timeout=1min)
Both Client and Server are Linux based running Arch so client/server NFS Versions are identical.
Minimal reproducer
Have a NFS Client/Server
Open yazi on the client, sort directory by mtime, touch a file in that directory on the server
Anything else?
No response
Checklist
yazi --debug
) input box to the nightly that I triedmv ~/.config/yazi ~/.config/yazi-backup
)The text was updated successfully, but these errors were encountered: