I got this error on macOS Sonoma after updating when trying to run vagrant up:
Could not kickstart service "com.apple.nfsd": 1: Operation not permitted
/bin/launchctl exited with status 1
How I fixed it:
- vagrant halt
- sudo nfsd update
- vagrant up