gpt4 book ai didi

homebrew - 运行 brew services list 命令的问题

转载 作者:行者123 更新时间:2023-12-02 00:13:43 33 4
gpt4 key购买 nike

我使用 homebrew 并安装了“mongodb”和其他服务,我使用 brew services list 查看我的服务和其他 brew 命令来启动和停止或重新启动它们,但今天我可以做任何当我运行 brew services list 命令时,它给了我这个警告:没有可用的服务来控制“brew services”我知道这是什么意思,但我以前用过这个,今天我遇到了这个问题,我不知道为什么?我尝试使用 brew update --force 但它没有用

最佳答案

简短的回答:你的 Homebrew 安装包都没有公开服务。


更长的答案,专门针对 MongoDB:MongoDB 已 removed from Homebrew core由于其许可证。您可以使用 the MongoDB Homebrew tap 通过 Homebrew 安装 MongoDB。 :

$ brew tap mongodb/brew
$ brew install mongodb-community
$ brew services start mongodb-community

请注意,Homebrew 删除公式似乎并不能阻止旧的 mongod守护进程(虽然它确实将它从 brew services list 中删除,所以你不能 brew services stop 它),所以如果该服务之前已经运行,你需要停止它(例如使用 ps -x | grep mongo 然后是 kill <pid> ) 然后启动新服务。

关于homebrew - 运行 brew services list 命令的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57791589/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com