Win [SOLVED] XBMC sending garbled paths to Linux NFS server
#1
Hello!

I'm trying to access NFS shares located on a Linux NFS server from my XBMC client on a Windows machine.
Now it seems to connect to the NFS server fine when I specify just the IP address (it actually lists the available exports).
But when I try to browse the folders, it seems to do nothing.
According to the logs, for example when I try to browse nfs://10.0.0.1/media/hdd2/series, it tries to access a folder //edia and gets a NFS3ERR_NOENT(-2) error instead.
Anyone know what is going on there?

Related part of the error log with debugging enabled:
Pastebin
Reply
#2
post a full log so i can see which version of xbmc you are using...

and please post /etc/exports from your nfs server...
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
#3
(2012-04-03, 23:03)Memphiz Wrote: post a full log so i can see which version of xbmc you are using...

and please post /etc/exports from your nfs server...

Contents of /etc/exports:
Code:
# /etc/exports
#
# List of directories exported to NFS clients.  See exports(5).
# Use exportfs -arv to reread.

/                    10.0.0.0/8(rw,sync,no_subtree_check,nohide,insecure,fsid=0)
/media/hdd2/series    10.0.0.0/8(rw,sync,no_subtree_check,nohide,insecure)
/media/hdd2/movies    10.0.0.0/8(rw,sync,no_subtree_check,nohide,insecure)
/media/hdd1/tv        10.0.0.0/8(rw,sync,no_subtree_check,nohide,insecure)

Full log:
Pastebin

The version I'm running is the newest precompiled Eden from the xbmc website.
If needed, I can compile a more recent version tomorrow though.
Reply
#4
get rid of that "/" export and i think it should work ... this is a bug because i never thought of such a "not that clean" constellation Wink
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
#5
Fixed in mainline. But no access to "/" through xbmc. (but to all other exports of course). This is by design and i don't want to look into that special special case atm.
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
#6
Thank you, that was exactly the problem.
Reply

Logout Mark Read Team Forum Stats Members Help
[SOLVED] XBMC sending garbled paths to Linux NFS server0