NFS share error
#1
Hi guys first time poster here. Trying to file share via NFS from Mac with Lion 10.7.5 to ATV1 running crystalbuntu

Following directions as per http://wiki.xbmc.org/index.php?title=Lin...stem_(NFS)

Having issues when it comes to editing /System/Library/LaunchDaemons/com.apple.nfsd.plist. It seems the file access is denied. I can open and edit the file however unable to save.

sudo nano /System/Library/LaunchDaemons/com.apple.nfsd.plist

<key>Label</key>
<string>com.apple.nfsd</string>
<key>ProgramArguments</key>
<array>
<string>/sbin/nfsd</string>
<string>-N</string>
</array>
</dict>
</plist>

Ctl x to save click Y then ultimately states "Error writing /System/Library/LaunchDaemons/com.apple.nfsd.plist: Operation"

Read heaps to no avail. I tried repairing permissions in disk utility, tried text wrangler and gasmask - no joy!

Thank you in advance!
Reply
#2
try "sudo su"

And then the nano without sudo
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
#3
Thanks for the reply. But no go "error writing"
Reply
#4
post the output of:

ls -al /System/Library/LaunchDaemons/com.apple.nfsd.plist
sudo su
id
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
#5
imac:~ damien$ ls -al /System/Library/LaunchDaemons/com.apple.nfsd.plist
-rw-r--rw- 1 root wheel 445 17 Oct 2011 /System/Library/LaunchDaemons/com.apple.nfsd.plist
imac:~ damien$ sudo su
sh-3.2# id
uid=0(root) gid=0(wheel) groups=0(wheel),401(com.apple.access_screensharing-disabled),1(daemon),2(kmem),3(sys),4(tty),5(operator),8(procview),9(procmod),12(everyone),20(staff),29(certusers),33(_appstore),61(localaccounts),80(admin),98(_lpadmin),100(_lpoperator),204(_developer)
sh-3.2#

Thank you
Reply
#6
Its nearly impossible that nano /System/Library/LaunchDaemons/com.apple.nfsd.plist fails when you did sudo su before. I have never seen this issue and have no clue how this is even possible. Seriously.
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 share error0