<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Î¢ÈíÑźÚ; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: arial; font-size: small; "><br clear="all">Hi,<div>I have been work with distcc whole night,but it could not work so far.</div><div>I use the distcc and cmake.</div><div><br></div><div><div>$distccd -j 2 --allow 192.168.10.0/24 --daemon --verbose --log-file ~/a</div><div><div>$ cat ~/a</div><div>distccd[18452] (main) chdir to /tmp</div><div>distccd[18452] (dcc_setup_daemon_path) daemon's PATH is /home/feng/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/lampp/bin/:/opt/lampp/sbin/</div><div>distccd[18452] (dcc_listen_by_addr) listening on 0.0.0.0:3632</div><div>distccd[18452] (dcc_defer_accept) TCP_DEFER_ACCEPT turned on</div><div>distccd[18452] (dcc_standalone_server) 2 CPUs online on this server</div><div>distccd[18452] (dcc_standalone_server) allowing up to 2 active jobs</div><div>distccd[18452] (dcc_ignore_sighup) ignoring SIGHUP</div><div>distccd[18453] (dcc_detach) setsid to session 18453</div><div>distccd[18453] (dcc_log_daemon_started) preforking daemon started (3.1 i686-pc-linux-gnu, built May 16 2011 03:02:26)</div><div>distccd[18453] (dcc_create_kids) up to 1 children</div><div>distccd[18453] (dcc_create_kids) up to 2 children</div></div><div><br></div><div><br></div><div>This is the hosts</div><div><div>$ distcc --show-hosts</div><div>192.168.10.102</div><div>192.168.10.100</div></div><div><br></div><div><br></div><div>And I'm <span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 14px; ">very sure that the network works fine and closedown the firewall</span></div><div><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 14px; "><br></span></div><div><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 14px; ">Here is the telnet result</span></div><div><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 14px; ">Computer </span>192.168.10.102:</div><div><div>$ telnet 192.168.10.100 3632</div><div>Trying 192.168.10.100...</div><div>Connected to 192.168.10.100.</div><div>Escape character is '^]'.</div></div><div><br></div><div><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 14px; ">Computer </span>192.168.10.100:</div><div>$ cat ~/log</div><div><div>distccd[18454] (dcc_check_client) connection from 192.168.10.102:33907</div><div>distccd[18454] (check_address_inet) match client 0x660aa8c0, value 0xaa8c0, mask 0xffffff</div></div><div><br></div><div><br></div><div><br></div><div>Here is the point:</div><div><br></div><div>when i use telnet</div><div><div>$ lsof -i:3632</div><div>COMMAND   PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME</div><div>distccd 18453 feng    4u  IPv4 368389      0t0  TCP *:distcc (LISTEN)</div><div>distccd 18454 feng    4u  IPv4 368389      0t0  TCP *:distcc (LISTEN)</div><div>distccd 18455 feng    4u  IPv4 368389      0t0  TCP *:distcc (LISTEN)</div><div>distccd 18455 feng    5u  IPv4 371581      0t0  TCP feng.local:distcc->ifeng.local:36491 (ESTABLISHED)</div></div><div><br></div><div>but when i use make -j8</div><div><div>$ lsof -i:3632</div><div>COMMAND   PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME</div><div>distccd 18453 feng    4u  IPv4 368389      0t0  TCP *:distcc (LISTEN)</div><div>distccd 18454 feng    4u  IPv4 368389      0t0  TCP *:distcc (LISTEN)</div><div>distccd 18455 feng    4u  IPv4 368389      0t0  TCP *:distcc (LISTEN)</div></div><div><br></div><div>What's wrong with it ??</div><div>Thank you!!!</div><div><br></div><div>BWT:It have some error when compiling under the ubuntu 11.04. I must use ./configure --disable-Werror to avoid it.gcc4.5 using in 11.04.And the Python.h error in include_server/c_extensions/distcc_pump_c_extensions_module.c </div><div><br></div><div>use</div><div>#include "python2.7/Python.h"</div><div>instead of</div><div>#include "Python.h"</div><div><br></div><div>Thanks again!</div>--<span class="Apple-converted-space"> </span><br><u>                                                       </u><div><u><br></u></div><div>DY.Feng</div><div>Department of Applied Mathematics</div><div>Guangzhou University,China</div><div><a href="mailto:dyfeng@stu.gzhu.edu.cn" target="_blank">dyfeng@stu.gzhu.edu.cn</a></div><div><u><span><u>                                                       <br></u></span></u></div></div></span></span><br class="Apple-interchange-newline">