Is it possible to use distccmon-text to see which distcc hosts are up and ready to work?

StackOverflow https://stackoverflow.com/questions/6030294

  •  14-11-2019
  •  | 
  •  

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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top