[SOLVED] kodi keeps looking for deleted files
#1
When I start kodi from a terminal, I get spam with error like
libnfs error: NFS: Lookup of /Down/holiday_video.mkv failed with NFS3ERR_NOENT(-2)
the specified file are indeed deleted, and they don't seem to be in my library.

Why kodi still looking for those files ?

I'm using a mysql database, which may or may not be the source of the problem.
Reply
#2
Either issue a clean library command Settings/Videos#Library (wiki) or use Texture_Cache_Maintenance_utility (wiki) to cleanup old entries from your databases and prune old invalid entries.
Reply
#3
I did a clean library and it has no effect
As for the Texture_Cache_Maintenance_utility, I tried the aclean, vclean and prune (-P) actions, but once again, it has no effect.

Am I doing something wrong ?
Reply
#4
A debug log (wiki) is probably needed.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#5
In any case NFS3ERR_NOENT(-2) indicates lack of proper permission server side, you could recheck that your NFS server has set insecure on the share export in question.

A Debug Log will show what the state of the general setup is. I suspect this isnt the only issue there.
Reply
#6
I think my export is correct : /Data 192.168.0.0/24(rw,insecure,all_squash)
I see nothing in the debug log
while there is plenty of things in the terminal output
Reply
#7
Terminal output to what commands?

In any case look at http://forum.kodi.tv/showthread.php?tid=165347
Reply
#8
the command "kodi"
Reply
#9
Well dont worry about that then, as the other thread mentions, doesnt seem to be an issue.

The databases store paths for everything and their mothers and the garbage collection in Kodi is just not even ideal.
Reply
#10
ok thank you
Reply
#11
(2015-08-25, 15:55)uNiversal Wrote: In any case NFS3ERR_NOENT(-2) indicates lack of proper permission server side

Just pointing out that this comment is wrong. NOENT is "No Entry" - means "File or folder does not exist". Permission errors are signaled by NFS3ERR_ACCES(-13).
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#12
Thx, yes I realized after the fact that this was just that.
Reply

Logout Mark Read Team Forum Stats Members Help
[SOLVED] kodi keeps looking for deleted files0