buadhai Wrote:which mac os are you running?
10.6.4
threatdisplay
Junior Member Posts: 16 Joined: Aug 2011 Reputation: 0 |
2011-08-13 10:29
Post: #151
buadhai Wrote:which mac os are you running? 10.6.4 |
| find quote |
Buadhai
Senior Member Posts: 238 Joined: Jul 2010 Reputation: 0 Location: Korat, Thailand |
2011-08-13 11:03
Post: #152
threatdisplay Wrote:10.6.4 Could you please post your com.apple.nfsd.plist file? TIA |
| find quote |
bananen
Junior Member Posts: 24 Joined: Aug 2011 Reputation: 0 |
2011-08-17 21:07
Post: #153
What if i'm running 2008 R2 with NFS services which doesn't include user name mappings anymore. Am i screwed then? Tried to google abit but no luck
|
| find quote |
threatdisplay
Junior Member Posts: 16 Joined: Aug 2011 Reputation: 0 |
2011-08-17 21:12
Post: #154
Buadhai Wrote:Could you please post your com.apple.nfsd.plist file? hey there sorry i missed this question. will post as soon as i get home from work. basically all you have to do is edit and add the "-N" script, per the directions. you have to log in as root to do this, or it is not editable. look up how to enable root access on os x, it's on google somewhere. hope this helps. |
| find quote |
Buadhai
Senior Member Posts: 238 Joined: Jul 2010 Reputation: 0 Location: Korat, Thailand |
2011-08-18 02:01
Post: #155
threatdisplay Wrote:hey there sorry i missed this question. will post as soon as i get home from work. That's OK. I installed Lion and now NFS is running flawlessly with my existing (created in Snow Leopard) configuration. Must have been some problem with NFS in Snow Leopard (or at least my SL installation). |
| find quote |
prophetizer
Senior Member Joined: Sep 2008 Reputation: 2 |
2011-08-22 15:19
Post: #156
i used an application called NFS Manager, which is free with nag screen. was very simple to set up NFS, somebody might want to edit the first post with the information on how to do so.
|
| find quote |
Kurdsson
Junior Member Posts: 9 Joined: Aug 2011 Reputation: 0 |
2011-08-22 21:51
Post: #157
Hi,
Have had my appleTv a couple of days. Installed xbmc and have a qnap219p. When i connect to qnap through NFS I can se my folders but cannot open them. Have tried to find a solution but I'm not that technical. Hope for clues or solutions. |
| find quote |
icedtrip
Junior Member Posts: 43 Joined: Mar 2010 Reputation: 0 |
2011-08-30 15:57
Post: #158
Memphiz Wrote:So. Then let me give you all a little info on WIP according to NFS. I've worked out some improvements and the libnfs dev also did some nice stuff for us beeing more comfortable. I read this thread for the first time yesterday never realizing XBMC could handle NFS shares. I had always mounted my NFS shares within OS X and accessed them as volumes within XBMC. This added some unneeded overhead that has now been eliminated by having XBMC access the shares directly ![]() I have an unRAID server (modified Slackware Linux distro) with all of its NFS shares set up with *(rw,all_squash,insecure), and it is working perfectly. With that said, I have a question concerning one of the improvements mentioned in this post from 7/10/11. The improvement mentioned is: * add dns name resolution (so at least dns resolvable names can be used in nfs urls) Has this been implemented? I have had my server name setup in my /etc/hosts file on my OS X box for sometime now to make life easier accessing my server through Terminal and Safari. It works just fine for these cases, but I cannot use it's host name to access it in XBMC. I have to use the actual IP address. |
| find quote |
Memphiz
Team-XBMC Developer Joined: Feb 2011 Reputation: 91 Location: germany |
2011-08-30 22:18
Post: #159
hosts file is not dns ... it resolvs dns names ... so if you don't have a local dns server in your lan - you have to use the ip...
i for myself use maradns on my router which serves me with my local top level domain "sog" and all hosts have dns entrys there... AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here HowTo setup NFS for XBMC: Wiki NFS HowTo configure avahi (zeroconf): Wiki Avahi READ THE IOS FAQ!: iOS FAQ |
| find quote |
icedtrip
Junior Member Posts: 43 Joined: Mar 2010 Reputation: 0 |
2011-08-30 22:51
Post: #160
Memphiz Wrote:hosts file is not dns ... it resolvs dns names ... so if you don't have a local dns server in your lan - you have to use the ip... Gotcha! Guess I didn't understand the differences, but I follow now. I have an Airport Extreme and from my very quick research, it doesn't appear it will handle Local DNS, but I could possibly be able to get there by way of dnsmasq on my unRAID box. This would setup my unRAID machine as both the DHCP and DNS server with my Airport Extreme as a bridge, but not sure if I'll bother. The unRAID server is setup with a static IP and there's no point in ever changing it. I'm just thrilled to learn XBMC handles NFS directly! Thanks for the clarification! |
| find quote |