My media is shared from one Pi 4 to 3 clients via NFS. Occasionally on a client I am getting a “this file is missing, would you like to remove it from the library” message however if I select the file again a few seconds later it plays fine.
This obviously seems like a network time out issue but I’m not seeing an option to change how long the system should wait before deeming a file missing.
Can anyone confirm if such a setting is available please?
It’s set up via fstab, I can post the settings in that and exports if required. I just followed a guide initially and then had a bit of assistance on here to get it working but I’m not well versed enough myself to know if anything in there controls time out.
Run the following command to add the staging repository: echo 'deb http://apt.osmc.tv buster-devel main' | sudo tee /etc/apt/sources.list.d/osmc-devel.list
Run the following commands to update: sudo apt-get update && sudo apt-get dist-upgrade && reboot
Your system should have have received the update.
Please see if the issue is resolved.
I also recommend you remove /etc/apt/sources.list.d/osmc-devel.list after updating.
I’d also recommend you deactivate the staging repository. You can do so with the following command: sudo rm /etc/apt/sources.list.d/osmc-devel.list.
Please note that we will automatically disable this update channel after 14 days on your device in case you forget to do so to ensure that your system reverts to the stable update channel.