You are not logged in.

#1 2017-05-03 13:43:10

archimede.pitagorico
Member
Registered: 2017-05-03
Posts: 6

Kodi: problem creating a NFS source

I cannot create a NFS source.

If I click on AddVideo/Browse/NFS, nothing happens, whereas I expect to get a list of the networks shares defined on the network.

If I define the details of the NFS manually, I get an error "cannot connect".

This all works as expected on Windows and Android versions of Kodi. Only on Arch it does not work.

I tried both Jarvis and Hripton, after a full system upgrade.

Other sources work fine (e.g. http)

tcpdump does not show any outgoing traffic when I try to setup the NFS source.

The only peculiarity of this machine is that it's IP is on a different subnet than the NFS, but from the command line I can mount the NFS without any problem. Also "showmount -e mydomain" works fine. So I would exclude firewall issues.

What am I missing?

Offline

#2 2017-05-04 15:34:41

archimede.pitagorico
Member
Registered: 2017-05-03
Posts: 6

Re: Kodi: problem creating a NFS source

Enabling kodi debug log and inspecting the log gives better information.

It required separate installation of libnfs.

Problem solved.

Offline

#3 2017-05-04 15:40:55

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Kodi: problem creating a NFS source

Pacman would have clearly told you that when you installed kodi...

Optional dependencies for kodi
    ...
    libnfs: NFS shares support
    ...

No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2017-06-04 15:20:25

aktentasche
Member
Registered: 2016-04-25
Posts: 4

Re: Kodi: problem creating a NFS source

You need the insecure flag in your server's /etc/exports file. After adding the flag, reload by exportfs -ra.

That solved the problem for me.

Offline

#5 2017-06-04 16:04:17

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: Kodi: problem creating a NFS source

slithery wrote:
Optional dependencies for kodi
    ...
    libnfs: NFS shares support
    ...
aktentasche wrote:

You need the insecure flag in your server's /etc/exports file. After adding the flag, reload by exportfs -ra.


I spent some time making this clear on the kodi wiki article... https://wiki.archlinux.org/index.php/Ko … NFS_server

Last edited by graysky (2017-06-04 16:05:25)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

Board footer

Powered by FluxBB