NFS share with XBMC and disable IPv6, possible?

Status
Not open for further replies.

Noodle

Dabbler
Joined
Oct 26, 2011
Messages
24
Hi Forum,

I'm using XBMCbuntu as a diskless HTPC in my house. When I try to use NFS browser, XBMC log shows wired error like:

21:34:55 T:2709474160 ERROR: NFS: Failed to mount nfs share: /mnt/tank/share/Movie (mount/mnt call failed with "RPC Packet not accepted by the server")
21:35:09 T:2709474160 ERROR: Failed to open(//) opendir call failed with "Server responded: Program not available"
21:35:09 T:6342416 ERROR: GetDirectory - Error getting nfs://192.168.1.10/mnt/tank/share/Movie/
21:35:09 T:6342416 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://192.168.1.10/mnt/tank/share/Movie/) failed

However if I define it in /etc/fstab like:
192.168.1.10:/mnt/tank/share/Movie /media/Movie nfs nosuid,noexec,ro,rsize=32768,udp 0 0

it working fine. Anybody having same issue?

Another issue is: I also have AFP configured and working probably. But if I browse zero config from XBMC, because FreeNAS broadcasting IPv6 address, XBMC cannot parse it probably. For example: my IPv6 address is:
inet6 fe80::4261:86ff:fe8c:7709%re0 prefixlen 64 scopeid 0x1

And when I browse zero config from XBMC I get:

21:35:38 T:2709474160 ERROR: LIBAFPCLIENT: Could not resolve fe80.
21:35:38 T:2709474160 ERROR: AFP: Error connecting to afp://fe80/
21:35:38 T:2709474160 ERROR: GetDirectory - Error getting afp://fe80::4261:86ff:fe8c:7709:548/
21:35:38 T:6342416 ERROR: GetDirectory - Error getting zeroconf://%5fafpovertcp%2e%5ftcp%2e%40local%40FileServer
21:35:38 T:6342416 ERROR: CGUIDialogFileBrowser::GetDirectory(zeroconf://%5fafpovertcp%2e%5ftcp%2e%40local%40FileServer) failed

It only use first part of IPv6 address. I know this is XBMC bug, but can I just disable IPv6 address completely? from web UI I checked IPv6 auto config, but still having IPv6 in "ifconfig".

Thanks

Noodle
 
Status
Not open for further replies.
Top