运行brew services start mongodb-community
会产生以下结果:
Bootstrap failed: 5: Input/output error
Error: Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/<myUserName>/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist` exited with 5.
当我运行launchctl load -w /Users/<myUserName>/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist
时
收益率
Load failed: 5: Input/output error
我最近将macOs升级到了BigSur 11.5.2。
我卸载并重新安装了homebrew和xcode。
发布于 2021-09-07 19:17:04
我可以通过自制软件运行mongodb。我相信这解决了我的问题:
launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist
紧接着是
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist
https://stackoverflow.com/questions/68975769
复制相似问题