export DISTCC_HOSTS도 좋지만
이렇게 파일로 박아 둘수도 있는데.. 얘가 wins resolve가 가능하려나?
$ cat /etc/distcc/hosts # As described in the distcc manpage, this file can be used for a global # list of available distcc hosts. # # The list from this file will only be used, if neither the # environment variable DISTCC_HOSTS, nor the file $HOME/.distcc/hosts # contains a valid list of hosts. # # Add a list of hostnames in one line, seperated by spaces, here. #+zeroconf odroid_1,cpp,lzo odroid_2,cpp,lzo raspberrypi,cpp,lzo |
$ distcc --show-hosts odroid_1,cpp,lzo odroid_2,cpp,lzo raspberrypi,cpp,lzo |
pump mode 쓰려고 cpp만 넣었더니 lzo도 같이 넣어야 한다고 배짼다 -_-
$ distcc --show-hosts distcc[6919] (dcc_get_protover_from_features) ERROR: pump mode (',cpp') requires compression (',lzo') distcc[6919] (dcc_parse_options) ERROR: invalid host options: ,cpp odroid_2,cpp raspberrypi,cpp |
커널 빌드 해보니.. 영 되질 않네.. ㅠㅠ
distcc[3645] Warning: INCLUDE_SERVER_PORT not set - did you forget to run under 'distcc-pump'? distcc[3645] (dcc_build_somewhere) Warning: failed to get includes from include server, preprocessing locally |
[링크 : https://linux.die.net/man/1/include_server]
음.. cpp,lzo 뺴고 하는데 시도는 하는데 받는 쪽에서 배째는 중 ㅠㅠ
distcc[4515] ERROR: nonblocking connect to 192.168.219.139:3632 failed: Connection refused |
'프로그램 사용 > distcc & ccache' 카테고리의 다른 글
distcc-pump 시도.. (0) | 2016.10.18 |
---|---|
distcc 를 DHCP 에서.. 2? (0) | 2016.10.18 |
distcc zeroconf 와 avahi (0) | 2016.10.17 |
distcc 를 DHCP 에서.. (0) | 2016.09.28 |
distcc kernel compile 재시도.. (0) | 2016.09.28 |