Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OK, so not everything works properly with systemd
Date: Wed, 01 Apr 2015 02:26:19
Message-Id: 551B5742.30404@gmail.com
In Reply to: Re: [gentoo-user] OK, so not everything works properly with systemd by "Canek Peláez Valdés"
1 On 03/21/2015 02:46 PM, Canek Peláez Valdés wrote:
2 >
3 > They are; basically everything nowadays is systemd aware. Even OpenRC
4 > can now use some of its configurations.
5 >
6 > Could you run this immediately after booting:
7 >
8 > systemd-delta
9
10 I've finally gotten around to doing this:
11 --------------------
12 [OVERRIDDEN] /etc/systemd/system/distccd.service →
13 /usr/lib/systemd/system/distccd.service
14
15 --- /usr/lib/systemd/system/distccd.service 2015-02-20
16 09:03:58.469677770 -0800
17 +++ /etc/systemd/system/distccd.service 2015-03-12 14:49:15.145608558 -0700
18 @@ -4,7 +4,7 @@
19
20 [Service]
21 User=distcc
22 -ExecStart=/usr/bin/distccd --verbose --no-detach --daemon --port 3632
23 -N 15 --allow $ALLOWED_SERVERS
24 +ExecStart=/usr/bin/distccd --verbose --no-detach --daemon --port 3632
25 -N 15 --allow 127.0.0.1 --allow $ALLOWED_SERVERS
26
27 [Install]
28 WantedBy=multi-user.target
29
30 [EXTENDED] /etc/systemd/system/distccd.service →
31 /etc/systemd/system/distccd.service.d/00gentoo.conf
32 [EXTENDED] /run/systemd/system/session-1.scope →
33 /run/systemd/system/session-1.scope.d/50-SendSIGHUP.conf
34 [EXTENDED] /run/systemd/system/session-1.scope →
35 /run/systemd/system/session-1.scope.d/50-After-systemd-user-sessions\x2eservice.conf
36 [EXTENDED] /run/systemd/system/session-1.scope →
37 /run/systemd/system/session-1.scope.d/50-After-systemd-logind\x2eservice.conf
38 [EXTENDED] /run/systemd/system/session-1.scope →
39 /run/systemd/system/session-1.scope.d/50-Description.conf
40 [EXTENDED] /run/systemd/system/session-1.scope →
41 /run/systemd/system/session-1.scope.d/50-Slice.conf
42 [EXTENDED] /usr/lib/systemd/system/sntp.service →
43 /etc/systemd/system/sntp.service.d/00gentoo.conf
44 [EXTENDED] /usr/lib/systemd/system/ntpdate.service →
45 /etc/systemd/system/ntpdate.service.d/00gentoo.conf
46
47 9 overridden configuration files found.
48 --------------------
49
50 I had to override distccd myself, as it didn't allow specifying multiple
51 hosts.
52
53 I did discover something else today, the shutdown target doesn't work
54 either. I'm waiting for my array to rebuild. So the reboot and shutdown
55 targets don't work, but the poweroff target seems to. I'm going to
56 double-check that next.
57
58 I did check my profile:
59 [7] default/linux/amd64/13.0/desktop/kde/systemd *
60
61 So I am built using a systemd profile. I'm getting a little confused.
62
63 Dan