From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22AEA139083 for ; Sat, 16 Dec 2017 08:38:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECB6BE0ED8; Sat, 16 Dec 2017 08:38:30 +0000 (UTC) Received: from mail-oi0-x231.google.com (mail-oi0-x231.google.com [IPv6:2607:f8b0:4003:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91FCFE0EAA for ; Sat, 16 Dec 2017 08:38:30 +0000 (UTC) Received: by mail-oi0-x231.google.com with SMTP id w125so7704132oie.7 for ; Sat, 16 Dec 2017 00:38:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=ClwjCD2j3Dsw3B5g2VCncsBRvoU6eVJPlnguryGa8EE=; b=VwWwLd4gPI1XXsX2hboKetW+U9ftUxrmmBBlFJ1ALo7auPHxLCmksa/5FYDMZNQI0i HFag6SM/tXsF2w3kxK1EB3Sdbx9ZjFLieVL1Iea5ZgN5VluL2SoMxyDZzLrlLRB2yG7m rmNkA5+JNgnKjVKzRmbLSMZJkEkXIMXD+KfX+B/0q9z1D+xWzPsQeZFyzRePBaWFQjP5 66iWZLxTscssPasfqqBCK3PRUJK9B8Y5efIQUxhOCReIG4rTDfUYNJDo43W5CgejPjG1 RAhf9xFAb/D8ITVnbXGgM/jgbPdtjHe3MeAYkRPsvmLDNFz7My/svl4GKy5YfuWPgZeK aH/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ClwjCD2j3Dsw3B5g2VCncsBRvoU6eVJPlnguryGa8EE=; b=EhmHmiNIcGulrM00PJ0w65wThRNcw6LaObomBQF/xhK9goxEwqRCwjWULfq1vOjSOX gAmXikCD1mP5lWP4ZXIk5sumHOOqtyLWFQk3WxS1j7zVGcEp5+XADKVmfEwxYBuIRAxx rNDvQ4iktpeqv9S8C/HuZBTwAZ2MEEIBTkOsgMHC6GRaU45KyI9p5Fl2GG6hpU2KURmU yjnzFQRjF7a2rDol9NAbxqBW4q1KgcTBxIygIgxqCZBSExflWR2qgLPPwGo0CLykQutP jVnaJAXZmAMVDxuL3IIHKC/9p5FB5munRxlss2khWIkeBEOBsRQ3Go9HoYbboyo8fA60 rHuA== X-Gm-Message-State: AKGB3mJUrhJLCGjFFYwnOMcI7v0amB8zJld0QbSmAyqd79fhwyUbsyxn kmnJNyHwEV7eEiZP/85U8Nk1gXc9xDFTEREOMW7fIDQ6 X-Google-Smtp-Source: ACJfBovtR76RwfewyQIu3R+VP3lAR7HHwJTdFv1hHhwzKECW3RTnjX+N10Wdy0yE7xDrnF8IYB0gVuukukoJCylhpTg= X-Received: by 10.202.104.218 with SMTP id o87mr9716821oik.169.1513413509433; Sat, 16 Dec 2017 00:38:29 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.157.19.78 with HTTP; Sat, 16 Dec 2017 00:38:29 -0800 (PST) From: Adam Carter Date: Sat, 16 Dec 2017 19:38:29 +1100 Message-ID: Subject: [gentoo-user] distcc user contexts To: "gentoo-user@lists.gentoo.org" Content-Type: multipart/alternative; boundary="001a1140a55ea0cd630560710abc" X-Archives-Salt: c0cba16d-d515-4b3a-9609-3c3dd859eb56 X-Archives-Hash: cd1ba4f9c25ef03ce6725ab0ecd1af2a --001a1140a55ea0cd630560710abc Content-Type: text/plain; charset="UTF-8" Watching top, i notice some gcc instances run under the portage user and others under the distcc user - is that normal? The gentoo distcc wiki page states "If compilations should also occur on the local machine, put localhost in the hosts list. Conversely if the local machine is not to be used to compile, omit it from the hosts list." and to me that implies that all compilation is via distcc once its in FEATURES, so i'm surprised to see jobs running as the portage user. --001a1140a55ea0cd630560710abc Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Watching top, i notice some gcc instances run under t= he portage user and others under the distcc user - is that normal?

=
The gentoo distcc wiki page states "If compilations should also = occur on the local machine, put localhost in the hosts list. = Conversely if the local machine is not to be used to compile, omit it from = the hosts list." and to me that implies that all compilation is via di= stcc once its in FEATURES, so i'm surprised to see jobs running as the = portage user.
--001a1140a55ea0cd630560710abc--