LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How do I tell if distcc is working? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-tell-if-distcc-is-working-128183/)

kleptophobiac 12-22-2003 04:54 PM

How do I tell if distcc is working?
 
When compiling, I get network traffic... but compiles still take an eternity.

localhost = 486 75mhz 24MB
other computer = 1.53ghz Athlon 768MB

I've been compiling ethereal for three hours.

Azmeen 12-22-2003 11:39 PM

Did you pass the CC variable to distcc?

eg.:

Code:

./configure CC=distcc

kleptophobiac 12-23-2003 06:56 AM

si

kleptophobiac 12-23-2003 07:22 AM

What's this error? I found it in syslog....

Code:

Dec 23 09:13:20 gameserver distccd[15996]: (dcc_r_token_int) ERROR: read failed while waiting for token "DOTI"
Dec 23 09:13:23 gameserver distccd[15979]: (dcc_readx) ERROR: unexpected eof on fd5
Dec 23 09:13:23 gameserver distccd[15979]: (dcc_r_token_int) ERROR: read failed while waiting for token "DOTI"
Dec 23 09:13:51 gameserver distccd[15992]: (dcc_readx) ERROR: unexpected eof on fd5
Dec 23 09:13:51 gameserver distccd[15992]: (dcc_r_token_int) ERROR: read failed while waiting for token "DOTI"



All times are GMT -5. The time now is 12:46 AM.