Linux NFS xbmc ubuntu
#1
Hi,

I have this setup:
A Macpro wich is the file server where I store all my video files and is running a nfs server.
A atv2 with xbmc and a ubuntu pc with xbmc.

When I try to reach the video files over nfs from the ubuntu xbmc I can not open the folder. It doesnt work at all.
When I connect from the atv2 I can open the folder and play all the files.
So my nfs server is working.
But now my question is why is it not working on the ubuntu xbmc? I have used the same settings as on the atv2.
Does anybody have an idea how I can solve this problem?
Reply
#2
Nobody knows - cause you did not even provide a Debug Log
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
double check file permissions
Reply
#4
hi,

here you can find te logs:
- http://xbmclogs.com/show.php?id=210169
- Crash Log: http://xbmclogs.com/show.php?id=210170
Reply
#5
Upgrade to 13.1beta or disable VDPAU and disable VAAPI for now - you are running a wrong GPU driver.

Settings are here:
Image

Set above screen from hardware to Software.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#6
This doesn't solve my problem.
When I go to Videos - Files - Add Videos - Browse - the ifs share to add my video source the "Working side in the right bottom corner keeps turning and doesn't want to open the share.
When i do the same thing on my atv2 it works flawless.
Reply
#7
The logfile you provided did not show the nfs issue, it showed that xbmc tries to open vdpau drivers which are absent.

Try again.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#8
here are the new logs:
http://xbmclogs.com/show.php?id=210186
http://xbmclogs.com/show.php?id=210188
Reply
#9
Quote:13:57:40 T:140602014410688 DEBUG: Loading: libnfs.so.1
13:57:40 T:140602014410688 DEBUG: NFS: Context for 192.168.0.10/Volumes/SERVER_DATA/Media not open - get a new context.
13:57:40 T:140602014410688 DEBUG: NFS: Connected to server 192.168.0.10 and export /Volumes/SERVER_DATA/Media
13:57:40 T:140602014410688 DEBUG: NFS: chunks: r/w 65536/32768
13:57:40 T:140602014410688 ERROR: Failed to open(//) opendir call failed with "NFS: READDIRPLUS of // failed with NFS3ERR_ACCES(-13)"
13:57:40 T:140602014410688 ERROR: GetDirectory - Error getting nfs://192.168.0.10/Volumes/SERVER_DATA/Media

Can you post your /etc/exports on the server? It's like wsnipex said a permission issue.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#10
this is in the service file:
Quote:/Volumes/SERVER_DATA/Media -alldirs
Reply
#11
No idea, can you try with a sane uncrippled OS backend? E.g. nfs exports on a linux system?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#12
i'm sorry but don't know what you mean with that..
Reply
#13
the problem is "RPC Packet not accepted by the server" i guess.
do i have to change something on the server?
Reply
#14
http://wiki.xbmc.org/?title=NFS#NFS_sharing_from_OS_X ... it works from you appletv because it runs xbmc with uid 501 which is most likely the same uid as the first user on your osx system ... on linux the first user id is 1001 which means you are getting wrong permissions because xbmc connects via uid 1001 on your ubuntu. You need to map all accesses to uid501 on the sever side as mentioned in the wiki.
Also ensure that you have started the nfs server with the "-N" option as mentioned in the wiki (allowing connections from non-privlieged ports).
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

Logout Mark Read Team Forum Stats Members Help
NFS xbmc ubuntu0