Forum

Full Version: NFS connections fail unless XBMC is run as root
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey I've just installed Xbian and i can't access my NFS shares. I had no problem accessing them using Rasbmc, and after following these instructions to run XBMC as root, NFS connects instantly. Sadly this is not a solution because when i close the SSH window XBMC then quits to the command line...

Does anyone have any suggestions?

Xbian version: 1.0a5
not overclocked
You need to add the xbian user to whichever group nfs is, I don't use it so no idea..check /etc/group

Or you could use screen which allows commands to continue.
this looks like you are missing the insecure export option on the nfs exports.

insecure means, that server will accept remote connections from ports above 1024. by standard this is not allowed.

the issue is the fact that on unix systems non-root processes cant initialize connections on ports below this. that,s why it works if you are on root.

go to the server and add "insecure" to the export options.
Reference URL's