是否可以使用 distccmon-text 查看哪些 distcc 主机已启动并准备好工作?
当我运行 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您的 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 declareDISTCC_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.