是否可以使用 distccmon-text 查看哪些 distcc 主机已启动并准备好工作?

发布于 2024-11-08 02:43:12 字数 125 浏览 0 评论 0原文

当我运行 distccmon-text 1 时,它每秒创建一次新的空行,即使我(应该)启动并运行一个 distcc 守护进程。

是否可以在我的 ~/.distcc/hosts 中列出已启动并正在运行、准备工作的主机节点?

When I run distccmon-text 1 it creates a new empty line one time per second even though I (should) have one distcc daemon up and running.

Is it possible to list the host nodes in my ~/.distcc/hosts which are up and running, ready to work?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷心人i 2024-11-15 02:43:12

这取决于您的 distcc 目录所在的位置。如果它不在 ~/.distcc 中,则必须事先声明 DISTCC_DIR

DISTCC_DIR=/some/where/over/the/rainbow distccmon-text

此外,如果客户端没有向服务器发送请求,您将看不到任何输出。

It depends on where your distcc directory is. If it's not in ~/.distcc you have to declare DISTCC_DIR beforehand:

DISTCC_DIR=/some/where/over/the/rainbow distccmon-text

Also if the client isn't sending out requests to servers, you won't see any output.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文