mineshaftgap / d4m-nfs

Docker for Mac with NFS for performance improvements over osxfs
296 stars 26 forks source link

Not allowed to stop the nfsd service on Mac OS 10.12.4 #43

Closed hovsater closed 7 years ago

hovsater commented 7 years ago

When running the install.sh script, I get the following error:

[d4m-nfs] Start and restop nfsd, for some reason restart is not as kind.
Stopping the nfsd service (use 'disable' to make permanent)
/System/Library/LaunchDaemons/com.apple.nfsd.plist: Operation not permitted while System Integrity Protection is engaged

Any ideas on how to solve this?

if-kenn commented 7 years ago

@KevinSjoberg the install.sh was a Pull Request from the IFTTT team, so we have little knowledge about it. Sorry but it is not something in my domain of knowledge. A quick Google on your error points to ways to help.

hovsater commented 7 years ago

@if-kenn the same problem is present in the d4m-nfs.sh script as well.

if-kenn commented 7 years ago

It looks as though this might be cause by the new Apple update https://support.apple.com/en-us/HT207615 I have not updated yet and am not seeing it. I will look into it further.

if-kenn commented 7 years ago

Here is more info: https://clburlison.com/10.12.4-locationd/

if-kenn commented 7 years ago

@KevinSjoberg I was able to fix this issue, please pull and try again.

hovsater commented 7 years ago

@if-kenn seems to be working now. Thanks! 👍