On Thu, Jun 18, 2015 at 7:47 PM, João Matos <jaon...@gmail.com> wrote:
>
> Dear list,
>
> I'v installed gentoo in my notebook, and I'm trying to setup distcc, to
share the 8 cores from my gentoo desktop. Both systemd systems. I followed
this: https://wiki.gentoo.org/wiki/Distcc .
>
> Situation:
>
> 1) systemctl start distccd
> gives me no erro, no log file, and according to nmap, there is no new
ports opened. When I start to compile in the client, no unusual cpu usage
here.
>
>
> 2)distccd --allow 127.0.0.1 10.10.10.25 10.10.10.102 --daemon --log-level
notice --log-file /var/log/distccd.log --port 3632
>
> same result as 1)
>
> what should be wrong?

Use systemctl, and
edit /etc/systemd/system/distccd.service.d/00gentoo.conf. This is only
necessary in the *servers*; in the clients you just need to use
distcc-config, and set the necessary environment flags for portage and/or
your gcc. Obviously each client can also be a server, but from your email I
understand you don't want this (I also don't let my laptop to participate;
my desktop is several times faster).

Finally, using journalctl -f -u distccd.service you can check if it's
working.

Regards.
--
Canek Peláez Valdés
Profesor de asignatura, Facultad de Ciencias
Universidad Nacional Autónoma de México

Reply via email to