2013-05-22, 15:02
Hi,
I have a NFS server running in CentOS, initially was running in CentOS 5 and needed to upgrade it to CentoOS 6 (it's also an Asterisk box). Before the upgrade, I was able to browse the server via Browse -> Network File System (NFS) in XBMC running in Raspberry, Windows and Linux, the server IP was listed there and I can select it to obtain the list of NFS shares. However, after the upgrade this option is not working any more. After click on "Network file System (NFS)", there is a waiting time of about 3 seconds and nothing is returned, just the same Browse menu. I reviewed file/directory permissions/owners compared with previous version and everything seems to be the same.
Adding the server/path manually via Browse -> Add Network Location.. works fine. Also, using "showmount -e" from the Linux machine shows the NFS shares correctly.
Is there something I should look at for browse to work? The following is the log output when the Browse -> Network Files System (NFS) is selected, in Windows, XBMC 12.1, but it's similar in other OS/versions:
BTW, I already read the NFS WiKi, and I am using the recommendations there. In fact, the NFS exports are configured like this:
/Media/Movies 192.168.15.0/24(sync,all_squash,insecure)
Thank you!
I have a NFS server running in CentOS, initially was running in CentOS 5 and needed to upgrade it to CentoOS 6 (it's also an Asterisk box). Before the upgrade, I was able to browse the server via Browse -> Network File System (NFS) in XBMC running in Raspberry, Windows and Linux, the server IP was listed there and I can select it to obtain the list of NFS shares. However, after the upgrade this option is not working any more. After click on "Network file System (NFS)", there is a waiting time of about 3 seconds and nothing is returned, just the same Browse menu. I reviewed file/directory permissions/owners compared with previous version and everything seems to be the same.
Adding the server/path manually via Browse -> Add Network Location.. works fine. Also, using "showmount -e" from the Linux machine shows the NFS shares correctly.
Is there something I should look at for browse to work? The following is the log output when the Browse -> Network Files System (NFS) is selected, in Windows, XBMC 12.1, but it's similar in other OS/versions:
Code:
07:41:09 T:3104 NOTICE: Thread Jobworker start, auto delete: true
07:41:09 T:3104 ERROR: NFS: Failed to mount nfs share: (nfs_mount_async failed)
07:41:12 T:2536 ERROR: XFILE::CDirectory::GetDirectory - Error getting nfs://
07:41:12 T:2536 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://) failed
BTW, I already read the NFS WiKi, and I am using the recommendations there. In fact, the NFS exports are configured like this:
/Media/Movies 192.168.15.0/24(sync,all_squash,insecure)
Thank you!