You are not logged in.

#1 2016-05-21 05:54:11

Nando_210
Member
From: TX, USA
Registered: 2015-05-04
Posts: 29

Archlinux host running Kodi errors when mounting NFS share on openBSD

Hello,

The error I am reporting has to deal with adding a source share via the kodi interface. I use the NFS address:

nfs://[openbsd ip]/home/[user]/userSHARE

I then get prompted unable to connect to share

I have noticed that this function calls upon the libnfs pkg which has bins: nfs-cat, nfs-cp and
nfs-ls.

I then use

nfs-ls nfs://[openbsd ip]/home/user/userSHARE
Failed to mount nfs share : mount/mnt call failed with "RPC Packet not accepted by the server"

So I run the command again but this time with sudo and it works.

sudo nfs-ls nfs://[openbsd ip]/home/user/userSHARE
[sudo] password for user: 
drwxr-xr-x  4  1000     0          512 A
drwxr-xr-x  9  1000  1000          512 B
drwxr-xr-x  9  1000  1000          512 C
drwxr-xr-x 12  1000  1000         1024 D
drwxr-xr-x 111  1000  1000         4608 E
drwxr-xr-x  7  1000  1000          512 F

Here is my other configurations on the openbsd host server


*Archeticture
$ uname -a  
OpenBSD openBSDPPC.my.domain 5.8 GENERIC#97 socppc

*exports file
$ cat /etc/exports                                                                               
# NFS exports Database
/home/user/userSHARE -ro -alldirs -network=192.168.X -mask=255.255.255.0

*BSD flags
$ cat /etc/rc.conf.local                                                                         
avahi_daemon_flags=""
avahi_dnsconfd_flags=""
dbus_daemon_flags=""
portmap_flags=""
mountd_flags="-n"
weak_mountd_authentication="" 
transmission_daemon_flags=""
syslogd_flags="NO"
syslog_ng_flags=""
nfsd_flags="-tun 6"
nmbd_flags="-D"
ntpd_flags="-s"
smbd_flags="-D"
pkg_scripts="dbus_daemon avahi_daemon avahi_dnsconfd transmission_daemon syslog_ng"

I also found this website which relates to my problem.
Github issues

If anybody can help me resolve this issue, that would be helpfull.

Thank you

Last edited by Nando_210 (2016-11-15 19:58:03)


---
Nando_210

Offline

Board footer

Powered by FluxBB