From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 01A99138825 for ; Wed, 1 Apr 2015 02:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 969FCE09C7; Wed, 1 Apr 2015 02:26:14 +0000 (UTC) Received: from mail-pd0-f173.google.com (mail-pd0-f173.google.com [209.85.192.173]) (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 67EEEE09B7 for ; Wed, 1 Apr 2015 02:26:13 +0000 (UTC) Received: by pdmh5 with SMTP id h5so27096659pdm.3 for ; Tue, 31 Mar 2015 19:26:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=pPmQqyCW2yl9JQ4Rsv653iQeOnOx2IT/eXiAl49nHS0=; b=EpVNYWXlEptzFsBydSJOZLkILvBAtBQriWPn0X5qIUVGcOGmVjuMrIts/nu3ZsHDsw iUQYsuhPGuuT572fgBLnb/lpjU0TfwQv0tltW69yaOnznempgkMlJYmVXri9g0yKSHhJ ZX1EtgXsonE+rRnLGl2+gwSL0PmYgAboCxkgFohhLqNeIje/z7h/PR7KPe1v/DJlD/y+ qgTdixaCQ9n3TN2PrFq2QQ3j7piFspUrSLpyjIfaiAXKjzzTPmMXYhS/6IEOd8z2TsXv 4glN3eEAYOefAhiy1fApttqwk4lVaIzsKCIYIT41m6KqvPWPkziZy+8n2dlU787tGCNt ocDg== X-Received: by 10.68.143.227 with SMTP id sh3mr72433470pbb.166.1427855172518; Tue, 31 Mar 2015 19:26:12 -0700 (PDT) Received: from [192.168.247.60] (76-10-185-210.dsl.teksavvy.com. [76.10.185.210]) by mx.google.com with ESMTPSA id zi5sm281055pbc.39.2015.03.31.19.26.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 31 Mar 2015 19:26:11 -0700 (PDT) Message-ID: <551B5742.30404@gmail.com> Date: Tue, 31 Mar 2015 19:26:10 -0700 From: Daniel Frey User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] OK, so not everything works properly with systemd References: <550DA889.30000@gmail.com> <550DE4D3.9070802@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: ac5763b9-904b-426a-a0c4-c82f9980a015 X-Archives-Hash: ae750eadfbc214317f2b9f5507a458c3 On 03/21/2015 02:46 PM, Canek Peláez Valdés wrote: > > They are; basically everything nowadays is systemd aware. Even OpenRC > can now use some of its configurations. > > Could you run this immediately after booting: > > systemd-delta I've finally gotten around to doing this: -------------------- [OVERRIDDEN] /etc/systemd/system/distccd.service → /usr/lib/systemd/system/distccd.service --- /usr/lib/systemd/system/distccd.service 2015-02-20 09:03:58.469677770 -0800 +++ /etc/systemd/system/distccd.service 2015-03-12 14:49:15.145608558 -0700 @@ -4,7 +4,7 @@ [Service] User=distcc -ExecStart=/usr/bin/distccd --verbose --no-detach --daemon --port 3632 -N 15 --allow $ALLOWED_SERVERS +ExecStart=/usr/bin/distccd --verbose --no-detach --daemon --port 3632 -N 15 --allow 127.0.0.1 --allow $ALLOWED_SERVERS [Install] WantedBy=multi-user.target [EXTENDED] /etc/systemd/system/distccd.service → /etc/systemd/system/distccd.service.d/00gentoo.conf [EXTENDED] /run/systemd/system/session-1.scope → /run/systemd/system/session-1.scope.d/50-SendSIGHUP.conf [EXTENDED] /run/systemd/system/session-1.scope → /run/systemd/system/session-1.scope.d/50-After-systemd-user-sessions\x2eservice.conf [EXTENDED] /run/systemd/system/session-1.scope → /run/systemd/system/session-1.scope.d/50-After-systemd-logind\x2eservice.conf [EXTENDED] /run/systemd/system/session-1.scope → /run/systemd/system/session-1.scope.d/50-Description.conf [EXTENDED] /run/systemd/system/session-1.scope → /run/systemd/system/session-1.scope.d/50-Slice.conf [EXTENDED] /usr/lib/systemd/system/sntp.service → /etc/systemd/system/sntp.service.d/00gentoo.conf [EXTENDED] /usr/lib/systemd/system/ntpdate.service → /etc/systemd/system/ntpdate.service.d/00gentoo.conf 9 overridden configuration files found. -------------------- I had to override distccd myself, as it didn't allow specifying multiple hosts. I did discover something else today, the shutdown target doesn't work either. I'm waiting for my array to rebuild. So the reboot and shutdown targets don't work, but the poweroff target seems to. I'm going to double-check that next. I did check my profile: [7] default/linux/amd64/13.0/desktop/kde/systemd * So I am built using a systemd profile. I'm getting a little confused. Dan