Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation on OSX prevents OSX to sleep because of use of nfsd #209

Open
akram opened this issue Aug 30, 2018 · 0 comments
Open

Installation on OSX prevents OSX to sleep because of use of nfsd #209

akram opened this issue Aug 30, 2018 · 0 comments

Comments

@akram
Copy link

akram commented Aug 30, 2018

installation on OSX prevents OSX to sleep because of use of nfsd

it adds the following line in /etc/exports

# XHYVE
/Users -mapall=501 -network 192.168.64.0 -alldirs -mask 255.255.255.0

nfsd is invoked by launchd while booting by the accompanying com.apple.nfsd.plist file in /System/Library/LaunchDaemons/.
it's only kept alive, when /etc/exports exists. If the path doesn't exist, nfsd will not run.

So removing /etc/exports will disable nfsd temporarily until the path is recreated
or executing
launchctl unload -w /System/Library/LaunchDaemons/com.apple.nfsd.plist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant