Observing issues with nfs-kernel-server and samba when running DietPi on an RPi3b+ and an Asus Tinkerboard.
I get “stream stalled” errors if I try to stream from the shares with Kodi. Sometimes I can access the shares from WIndows and sometimes not, there doesn’t seem to be any rhyme or reason with that. SMB seems to work marginally better than NFS in the above use-cases. I’ve also tried installing both nfs-kernel-server and samba using dietpi-software and apt and it doesn’t seem to make any difference. The clients that I’m using to test are Kodi on a FireTV3 and Kodi and Explorer on a Windows PC.
I’m able to connect to the RPi’s NFS server and stream from the shares with Kodi and access the shares from Windows just fine if I load up a card with Raspbian so I don’t think this is a network issue. I haven’t had much better luck with TinkerOS or Armbian on the Tinkerboard.
Here’s an example /etc/exports entry that I have the described issues with (I’d prefer to use NFS if I can get it to work on DietPi):
/mnt/usb *(rw,all_squash,insecure,async,no_subtree_check,anonuid=0,anongid=0)
I’m still pretty new to SBCs in general so I’m completely at a loss on how to even begin troubleshooting this and I’ve been banging my head against it for a few weeks, now. I’d be glad to follow some troubleshooting steps or provide further info, if anybody’s able to give me a hand with this.
Thanks in advance