"distcc[13674] (dcc_build_somewhere) Warning: failed to distribute, running locally instead"
means that distcc wasn't able to get the job over to a remote machine. Ussually it's because it couldn't connect. Make sure you have the daemon running on the remote machine, that you've verified its IP address, and that you typed the IP correctly in the distcc-config --set-hosts "blah" area. If all that is OK, then check any firewalls of sorts you may have.


Also, quick question, how come the volunteer has 2.11.2, 0.0.1 greater than the client, but it's version was accually build earlier in the day??? heh, little odd.

Phil R Lawrence wrote:


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 __ distcc mailing list http://distcc.samba.org/
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/distcc




__ distcc mailing list http://distcc.samba.org/
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/distcc

Reply via email to