0

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?

Deleted
  • 4,067
  • 6
  • 33
  • 51

1 Answers1

1

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.

onteria_
  • 68,181
  • 7
  • 71
  • 64