source: general/sysutils/systemd.xml@ fc935fb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fc935fb was 4478c65a, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to systemd-240

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20883 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 10.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- <!ENTITY systemd-download-http "http://anduin.linuxfromscratch.org/LFS/systemd-&systemd-version;-&systemd-stable;.tar.xz"> For whenever we move to a stable snapshot for backports -->
8 <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
9 <!ENTITY systemd-download-ftp " ">
10 <!ENTITY systemd-md5sum "0e4f91b513d4b04e2c10a5173e5a87b2">
11 <!ENTITY systemd-size "7.2 MB">
12 <!ENTITY systemd-buildsize "222 MB (an additonal 11 MB for tests)">
13 <!ENTITY systemd-time "2.2 SBU (&lt; 0.1 SBU for tests)">
14
15]>
16
17<sect1 id="systemd" xreflabel="Systemd-&systemd-version;" revision="systemd">
18 <?dbhtml filename="systemd.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Systemd-&systemd-version;</title>
26 <!-- Whenever we switch back to stable backports, make sure to add the systemd-stable reference back. -->
27
28 <indexterm zone="systemd">
29 <primary sortas="a-systemd">systemd</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to systemd</title>
34
35 <para>
36 While <application>systemd</application> was installed when
37 building LFS, there are many features provided by the package that
38 were not included in the initial installation because
39 <application>Linux-PAM</application> was not yet installed.
40 The <application>systemd</application> package needs to be
41 rebuilt to provide a working <command>systemd-logind</command> service,
42 which provides many additional features for dependent packages.
43 </para>
44
45 &lfs83_checked;
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>Download (HTTP): <ulink url="&systemd-download-http;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download (FTP): <ulink url="&systemd-download-ftp;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download MD5 sum: &systemd-md5sum;</para>
57 </listitem>
58 <listitem>
59 <para>Download size: &systemd-size;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated disk space required: &systemd-buildsize;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated build time: &systemd-time;</para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="linux-pam"/>
74 </para>
75
76 <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
77 <para role="recommended">
78 <xref role="runtime" linkend="polkit"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="curl"/>,
84 <xref linkend="cryptsetup"/>,
85 <xref linkend="git"/>,
86 <xref linkend="gnutls"/>,
87 <xref linkend="iptables"/>,
88 <xref linkend="libgcrypt"/>,
89 <xref linkend="libidn2"/>,
90 <xref linkend="libseccomp"/>,
91 <xref linkend="libxkbcommon"/>,
92 <xref linkend="make-ca"/>,
93 <xref linkend="qemu"/>,
94 <xref linkend="valgrind"/>,
95 <xref linkend="zsh"/> (for the zsh completions),
96 <ulink url="http://sourceforge.net/projects/gnu-efi/">gnu-efi</ulink>,
97 <ulink url="https://www.kernel.org/pub/linux/utils/kernel/kexec/">kexec-tools</ulink>,
98 <ulink url="https://www.gnu.org/software/libmicrohttpd/">libmicrohttpd</ulink>,
99 <ulink url="http://lz4.github.io/lz4/">lz4</ulink>,
100 <ulink url="http://fukuchi.org/works/qrencode/">qrencode</ulink>,
101 <ulink url="http://sourceforge.net/projects/linuxquota/">quota-tools</ulink> and
102 <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
103 </para>
104
105 <bridgehead renderas="sect4">Optional (to rebuild the manual pages)</bridgehead>
106 <para role="optional">
107 <xref linkend="DocBook"/>,
108 <xref linkend="docbook-xsl"/>, and
109 <xref linkend="libxslt"/>
110 </para>
111
112 <para condition="html" role="usernotes">User Notes:
113 <ulink url="&blfs-wiki;/systemd"/>
114 </para>
115 </sect2>
116
117 <sect2 role="installation">
118 <title>Installation of systemd</title>
119
120 <para>Remove an unneeded group,
121 <systemitem class="groupname">render</systemitem>, from the default udev
122 rules:</para>
123
124<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in</userinput></screen>
125
126 <para>
127 Rebuild <application>systemd</application> by running the
128 following commands:
129 </para>
130
131<screen><userinput>mkdir build &amp;&amp;
132cd build &amp;&amp;
133
134meson --prefix=/usr \
135 --sysconfdir=/etc \
136 --localstatedir=/var \
137 -Dblkid=true \
138 -Dbuildtype=release \
139 -Ddefault-dnssec=no \
140 -Dfirstboot=false \
141 -Dinstall-tests=false \
142 -Dldconfig=false \
143 -Drootprefix= \
144 -Drootlibdir=/lib \
145 -Dsplit-usr=true \
146 -Dsysusers=false \
147 -Db_lto=false \
148 .. &amp;&amp;
149
150ninja</userinput></screen>
151
152 <note>
153 <para>
154 For the best test results, make sure you run the testsuite from
155 a system that is booted by the same
156 <application>systemd</application> version you are rebuilding.
157 </para>
158 </note>
159
160 <para>
161 To test the results, issue: <command>ninja test</command>. <!--One test,
162 <filename>test-fs-util</filename>, is known to fail.-->
163 <!-- https://github.com/systemd/systemd/pull/10263/commits -->
164 </para>
165
166 <warning>
167 <para>
168 Installing the package will overwrite all files installed by
169 <application>systemd</application> in LFS. It is critical that
170 nothing uses either <application>systemd</application> or
171 <application>Udev</application> libraries during the installation.
172 The best way to ensure that these libraries are not being used is to
173 run the installation in rescue mode. To switch to rescue mode,
174 run the following command as the
175 <systemitem class="username">root</systemitem> user (from a TTY):
176 </para>
177
178<screen role="root"><userinput>systemctl start rescue.target</userinput></screen>
179 </warning>
180
181 <para>
182 Now, as the <systemitem class="username">root</systemitem> user:
183 </para>
184
185<screen role="root"><userinput>ninja install</userinput></screen>
186
187 <para>
188 If <application>RPM</application> is not installed, remove an
189 unnecessary directory by running the following command as the
190 <systemitem class="username">root</systemitem> user:
191 </para>
192
193<screen role="root"><userinput>rm -rfv /usr/lib/rpm</userinput></screen>
194
195 </sect2>
196
197 <sect2 role="configuration">
198 <title>Configuring systemd</title>
199
200 <para>
201 The <filename>/etc/pam.d/system-session</filename> file needs to
202 be modified and a new file needs to be created in order for
203 <command>systemd-logind</command> to work correctly. Run the following
204 commands as the <systemitem class="username">root</systemitem> user:
205 </para>
206
207<screen role="root"><userinput>cat &gt;&gt; /etc/pam.d/system-session &lt;&lt; "EOF"
208<literal># Begin Systemd addition
209
210session required pam_loginuid.so
211session optional pam_systemd.so
212
213# End Systemd addition</literal>
214EOF
215
216cat &gt; /etc/pam.d/systemd-user &lt;&lt; "EOF"
217<literal># Begin /etc/pam.d/systemd-user
218
219account required pam_access.so
220account include system-account
221
222session required pam_env.so
223session required pam_limits.so
224session required pam_unix.so
225session required pam_loginuid.so
226session optional pam_keyinit.so force revoke
227session optional pam_systemd.so
228
229auth required pam_deny.so
230password required pam_deny.so
231
232# End /etc/pam.d/systemd-user</literal>
233EOF</userinput></screen>
234
235 <para>
236 At this point, you should reload the systemd daemon, and reenter
237 multi-user mode with the following commands (as the
238 <systemitem class="username">root</systemitem> user):
239 </para>
240
241<screen role="root"><userinput>systemctl daemon-reload
242systemctl start multi-user.target</userinput></screen>
243
244 <warning><para>If upgrading from a previous version of systemd and an
245 initrd is used for system boot, you should generate a new initrd before
246 rebooting the system.</para></warning>
247
248 </sect2>
249
250 <sect2 role="content">
251 <title>Contents</title>
252
253 <para>
254 A list of the installed files, along with their short
255 descriptions can be found at
256 <ulink url="&lfs-root;/chapter06/systemd.html#contents-systemd"/>.
257 </para>
258
259 <para>
260 Listed below are the newly installed libraries and directories
261 along with short descriptions.
262 </para>
263
264 <segmentedlist>
265 <segtitle>Installed Programs</segtitle>
266 <segtitle>Installed Libraries</segtitle>
267 <segtitle>Installed Directories</segtitle>
268
269 <seglistitem>
270 <seg>
271 None
272 </seg>
273 <seg>
274 pam_systemd.so
275 (in <filename class="directory">/lib/security</filename>)
276 </seg>
277 <seg>
278 None
279 </seg>
280 </seglistitem>
281 </segmentedlist>
282
283 <variablelist>
284 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
285 <?dbfo list-presentation="list"?>
286 <?dbhtml list-presentation="table"?>
287
288 <varlistentry id="pam_systemd">
289 <term><filename class="libraryfile">pam_systemd.so</filename></term>
290 <listitem>
291 <para>
292 is a PAM module used to register user sessions with the
293 <application>systemd</application> login manager,
294 <command>systemd-logind</command>.
295 </para>
296 <indexterm zone="systemd pam_systemd">
297 <primary sortas="c-pam_systemd">pam_systemd.so</primary>
298 </indexterm>
299 </listitem>
300 </varlistentry>
301
302 </variablelist>
303
304 </sect2>
305
306</sect1>
Note: See TracBrowser for help on using the repository browser.