kokoko3k / gopreload

Preloads files needed for given programs.
43 stars 7 forks source link

files could not be preloaded because they were not found #9

Closed lactua closed 2 months ago

lactua commented 2 months ago

août 26 16:34:26 linux-lucas systemd[1]: Started gopreload: Preloads files needed for given programs..
août 26 16:34:26 linux-lucas StartPreload.sh[50196]: 0/4 - Checking list consistency...
août 26 16:34:27 linux-lucas StartPreload.sh[50196]:         1/1909 files could not be preloaded because they were not found (lutris.1000.openfiles-290MB.txt)
août 26 16:34:27 linux-lucas StartPreload.sh[50196]: 1/4 - Computing preload list...
août 26 16:34:27 linux-lucas StartPreload.sh[50196]: 2/4 - Computing total MB... skipped```
kokoko3k commented 2 months ago

This is normal and expected, applications may create, delete, rename files between runs. The message is saying you're missing 1 out of 1909.

When the number increases alot (eg: after an update), it probably means you would need to run the prepare script again.