I installed distcc and finally got it working kept on puking when I ran it from inetd: with this line in inetd.conf (verbatim from the install.)
so ran it as user distcc and works great. I am able to run kernel compile with this command make -j8 CC=distcc and it is offloading the jobs to the other build hosts. I can't seem to get it to run as make-kpkg, I have tried the same syntax and defining CC in env variables, but it does not like it. I have set the CONCURRENCY_LEVEL=8 so it wills spawn more jobs with make-kpkg I just can't get distcc to run with make-kpkg. Any idea what I am doing wrong? -- --Luke CS Sysadmin, Montana State University-Bozeman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

