NFS Browsing Not Working on RPi5

  • So on RPi5 latest nightly I cant access NFS shares using browse in Kodi.

    When I press on Network File System it does nothing and log states: GetDirectory - Error getting nfs://

    Is this known issue? Same wired connection my NUC running nightly can access this fine.

  • Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link
  • Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link

    Ok will do

    The NFS client defaults to NFSv4, is that going to work for your NFS server?

    Yes my server uses NFS4 as NUC running LE also used v4 and worked fine.

  • Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link

    https://paste.libreelec.tv/golden-jackal.log

    Edited once, last by Nekromantik (January 31, 2024 at 5:57 PM).

  • Remove this part from advancedsettings.xml, reboot, and try again:

    Code
    <videolibrary>
    	<importwatchedstate>true</importwatchedstate>
    	<importresumepoint>true</importresumepoint>
    	<recentlyaddeditems>50</recentlyaddeditems>
    </videolibrary>
  • Remove this part from advancedsettings.xml, reboot, and try again:

    Code
    <videolibrary>
    	<importwatchedstate>true</importwatchedstate>
    	<importresumepoint>true</importresumepoint>
    	<recentlyaddeditems>50</recentlyaddeditems>
    </videolibrary>

    those could impact the nfs browsing?

  • those could impact the nfs browsing?

    I'm not sure, NFS scan in the log is erratic to me. Just try, and go back to the original, if it doesn't work.

    Another thing is this:

    Code
    2024-01-31 17:55:50.418 T:1039    debug <general>: NFS: Connected to server 192.168.1.200 and export /mnt/user/Stuff
    2024-01-31 17:55:50.418 T:1039    debug <general>: NFS Server max read chunksize (1048576) is bigger than client setting - Using client value 131072
    2024-01-31 17:55:50.418 T:1039    debug <general>: NFS Server max write chunksize (1048576) is bigger than client setting - Using client value 131072
    2024-01-31 17:55:50.418 T:1039    debug <general>: NFS: chunks: r/w 131072/131072

    So play with <chunksize> at advancedsettings.xml.

  • I'm not sure, NFS scan in the log is erratic to me. Just try, and go back to the original, if it doesn't work.

    Another thing is this:

    Code
    2024-01-31 17:55:50.418 T:1039    debug <general>: NFS: Connected to server 192.168.1.200 and export /mnt/user/Stuff
    2024-01-31 17:55:50.418 T:1039    debug <general>: NFS Server max read chunksize (1048576) is bigger than client setting - Using client value 131072
    2024-01-31 17:55:50.418 T:1039    debug <general>: NFS Server max write chunksize (1048576) is bigger than client setting - Using client value 131072
    2024-01-31 17:55:50.418 T:1039    debug <general>: NFS: chunks: r/w 131072/131072

    So play with <chunksize> at advancedsettings.xml.

    removing those did not help.

    this is only happening on rpi5. on nuc its fine with all existing settings and set-up.

  • The logs show content being opened/read from an NFS share so basic access and reading works. I have no other insight to offer as I don't use NFS myself and have nothing setup to test with (and not looking to change that).

    /shrug

    NB: The chunksize messages are harmless. Ignore.

  • Maybe the output is just invisible, because you don't use the default skin.

    Code
    2024-01-31 17:55:48.834 T:1028    debug <general>: CSkinSettings: no <skinsettings> tag found
  • The logs show content being opened/read from an NFS share so basic access and reading works. I have no other insight to offer as I don't use NFS myself and have nothing setup to test with (and not looking to change that).

    /shrug

    NB: The chunksize messages are harmless. Ignore.

    ok