source: chapter06/sysvinit.xml@ 4783efe

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.5 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 4783efe was 4783efe, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Enable building sulogin in util-linux.
Supress installing sysvinit's sulogin.
Several text updates from Chris Staub.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10386 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 7.8 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
8<sect1 id="ch-system-sysvinit" role="wrap">
9 <?dbhtml filename="sysvinit.html"?>
10
11 <sect1info condition="script">
12 <productname>sysvinit</productname>
13 <productnumber>&sysvinit-version;</productnumber>
14 <address>&sysvinit-url;</address>
15 </sect1info>
16
17 <title>Sysvinit-&sysvinit-version;</title>
18
19 <indexterm zone="ch-system-sysvinit">
20 <primary sortas="a-Sysvinit">Sysvinit</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The Sysvinit package contains programs for controlling the startup,
27 running, and shutdown of the system.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32
33 <seglistitem>
34 <seg>&sysvinit-ch6-sbu;</seg>
35 <seg>&sysvinit-ch6-du;</seg>
36 </seglistitem>
37 </segmentedlist>
38
39 </sect2>
40
41 <sect2 role="installation">
42 <title>Installation of Sysvinit</title>
43
44 <para>When run-levels are changed (for example, when halting the
45 system), <command>init</command> sends termination signals to those
46 processes that <command>init</command> itself started and that should
47 not be running in the new run-level. While doing this,
48 <command>init</command> outputs messages like <quote>Sending processes
49 the TERM signal</quote> which seem to imply that it is sending these
50 signals to all currently running processes. To avoid this
51 misinterpretation, modify the source so that these messages read like
52 <quote>Sending processes configured via /etc/inittab the TERM signal</quote>
53 instead:</para>
54
55<screen><userinput remap="pre">sed -i 's@Sending processes@&amp; configured via /etc/inittab@g' src/init.c</userinput></screen>
56
57 <para>Maintained versions of the <command>wall</command>,
58 <command>mountpoint</command>, <command>last</command>,
59 <command>mesg</command>, <command>sulogin</command>, and
60 <command>utmpdump</command> programs were installed earlier by Util-linux.
61 Suppress the installation of Sysvinit's versions of these programs and
62 their man pages:</para>
63
64<screen><userinput remap="make">sed -ri -e '/utmpdump/d' \
65 -e '/mountpoint/d' \
66 -e '/mesg/d' \
67 -e 's/= sulogin(\.8)?/=/' src/Makefile</userinput></screen>
68
69 <para>Compile the package:</para>
70
71<screen><userinput remap="make">make -C src</userinput></screen>
72
73 <para>This package does not come with a test suite.</para>
74
75 <para>Install the package:</para>
76
77<screen><userinput remap="install">make -C src install</userinput></screen>
78
79 </sect2>
80
81 <sect2 id="contents-sysvinit" role="content">
82 <title>Contents of Sysvinit</title>
83
84 <segmentedlist>
85 <segtitle>Installed programs</segtitle>
86
87 <seglistitem>
88 <seg>bootlogd, fstab-decode, halt, init, killall5, pidof (link to
89 killall5), poweroff (link to halt), reboot (link to halt), runlevel,
90 shutdown, and telinit (link to init)</seg>
91 </seglistitem>
92 </segmentedlist>
93
94 <variablelist>
95 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
96 <?dbfo list-presentation="list"?>
97 <?dbhtml list-presentation="table"?>
98
99 <varlistentry id="bootlogd">
100 <term><command>bootlogd</command></term>
101 <listitem>
102 <para>Logs boot messages to a log file</para>
103 <indexterm zone="ch-system-sysvinit bootlogd">
104 <primary sortas="b-bootlogd">bootlogd</primary>
105 </indexterm>
106 </listitem>
107 </varlistentry>
108
109 <varlistentry id="fstab-decode">
110 <term><command>fstab-decode</command></term>
111 <listitem>
112 <para>Run a command with fstab-encoded arguments</para>
113 <indexterm zone="ch-system-sysvinit fstab-decode">
114 <primary sortas="b-fstab-decode">fstab-decode</primary>
115 </indexterm>
116 </listitem>
117 </varlistentry>
118
119 <varlistentry id="halt">
120 <term><command>halt</command></term>
121 <listitem>
122 <para>Normally invokes <command>shutdown</command> with the
123 <parameter>-h</parameter> option, except when already in run-level 0,
124 then it tells the kernel to halt the system; it notes in the
125 file <filename>/var/log/wtmp</filename> that the system is being
126 brought down</para>
127 <indexterm zone="ch-system-sysvinit halt">
128 <primary sortas="b-halt">halt</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
133 <varlistentry id="init">
134 <term><command>init</command></term>
135 <listitem>
136 <para>The first process to be started when the kernel has initialized
137 the hardware which takes over the boot process and starts all the
138 proceses it is instructed to</para>
139 <indexterm zone="ch-system-sysvinit init">
140 <primary sortas="b-init">init</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 <varlistentry id="killall5">
146 <term><command>killall5</command></term>
147 <listitem>
148 <para>Sends a signal to all processes, except the processes in its own
149 session so it will not kill the shell running the script that called
150 it</para>
151 <indexterm zone="ch-system-sysvinit killall5">
152 <primary sortas="b-killall5">killall5</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="pidof">
158 <term><command>pidof</command></term>
159 <listitem>
160 <para>Reports the PIDs of the given programs</para>
161 <indexterm zone="ch-system-sysvinit pidof">
162 <primary sortas="b-pidof">pidof</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="poweroff">
168 <term><command>poweroff</command></term>
169 <listitem>
170 <para>Tells the kernel to halt the system and switch off the computer
171 (see <command>halt</command>)</para>
172 <indexterm zone="ch-system-sysvinit poweroff">
173 <primary sortas="b-poweroff">poweroff</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="reboot">
179 <term><command>reboot</command></term>
180 <listitem>
181 <para>Tells the kernel to reboot the system (see
182 <command>halt</command>)</para>
183 <indexterm zone="ch-system-sysvinit reboot">
184 <primary sortas="b-reboot">reboot</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="runlevel">
190 <term><command>runlevel</command></term>
191 <listitem>
192 <para>Reports the previous and the current run-level, as noted in the
193 last run-level record in <filename>/var/run/utmp</filename></para>
194 <indexterm zone="ch-system-sysvinit runlevel">
195 <primary sortas="b-runlevel">runlevel</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="shutdown">
201 <term><command>shutdown</command></term>
202 <listitem>
203 <para>Brings the system down in a secure way, signaling all processes
204 and notifying all logged-in users</para>
205 <indexterm zone="ch-system-sysvinit shutdown">
206 <primary sortas="b-shutdown">shutdown</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="telinit">
212 <term><command>telinit</command></term>
213 <listitem>
214 <para>Tells <command>init</command> which run-level to change to</para>
215 <indexterm zone="ch-system-sysvinit telinit">
216 <primary sortas="b-telinit">telinit</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 </variablelist>
222
223 </sect2>
224
225</sect1>
Note: See TracBrowser for help on using the repository browser.