[distcc] daemon problems

Phil R Lawrence phil at five-lawrences.com
Mon Nov 3 13:44:51 GMT 2003




Thanks for your help re: SSH usage.  For speed I though I'd give daemon usage a try.  Can you help with this problem:

  distcc[13674] (dcc_build_somewhere) Warning: failed to distribute, running locally instead

Also, I still see: 
  make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.

Here are versions:
[client]$ distcc --version
distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
  built Oct 31 2003 02:28:23

[volunteer]$ ./opt/bin/distccd --version
distccd 2.11.2 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
  built Oct 31 2003 01:53:49

Here is my log from the volunteer box:
distccd[12777] (dcc_setup_daemon_path) daemon's PATH is /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/me/bin
distccd[12777] (dcc_listen_by_addr) listening on 0.0.0.0:3632
distccd[12777] (dcc_standalone_server) 4 CPUs online on this server
distccd[12777] (dcc_standalone_server) allowing up to 6 active jobs
distccd[12777] (dcc_ignore_sighup) ignoring SIGHUP
distccd[12778] (dcc_detach) setsid to session 12778
distccd[12778] (dcc_log_daemon_started) preforking daemon started (2.11.2 i686-pc-linux-gnu, built Oct 31 2003 01:53:51)
distccd[12778] (dcc_preforking_parent) up to 1 children
distccd[12778] (dcc_preforking_parent) up to 2 children
distccd[12778] (dcc_preforking_parent) up to 3 children
distccd[12778] (dcc_preforking_parent) up to 4 children
distccd[12778] (dcc_preforking_parent) up to 5 children
distccd[12778] (dcc_preforking_parent) up to 6 children

Here is my iptables info:
# iptables -L INPUT -n -v -x
Chain INPUT (policy DROP 592910 packets, 54364400 bytes)
    pkts      bytes target     prot opt in     out     source               destination         
  146757 24321848 ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0          
  619167 427663424 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0          state RELATED,ESTABLISHED 
   92942  7807128 ACCEPT     icmp --  *      *       128.180.2.0/24       0.0.0.0/0          
    1332    79808 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0          tcp dpt:22 flags:0x16/0x02 
     247    12064 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0          tcp dpt:80 flags:0x16/0x02 
      39     2340 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0          tcp dpt:25 flags:0x16/0x02 
       0        0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0          udp dpt:123 
    4066   196572 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0          tcp dpt:443 flags:0x16/0x02 
       0        0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0          tcp dpt:3632 flags:0x16/0x02 
       0        0 REJECT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0          tcp dpt:113 reject-with icmp-port-unreachable 



More information about the distcc mailing list