xref: /freebsd/sbin/init/init.8 (revision 3193579b66fd7067f898dbc54bdea81a0e6f9bd0)
1.\" Copyright (c) 1980, 1991, 1993
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Donn Seeley at Berkeley Software Design, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright
11.\"    notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\"    notice, this list of conditions and the following disclaimer in the
14.\"    documentation and/or other materials provided with the distribution.
15.\" 3. All advertising materials mentioning features or use of this software
16.\"    must display the following acknowledgement:
17.\"	This product includes software developed by the University of
18.\"	California, Berkeley and its contributors.
19.\" 4. Neither the name of the University nor the names of its contributors
20.\"    may be used to endorse or promote products derived from this software
21.\"    without specific prior written permission.
22.\"
23.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\"     @(#)init.8	8.3 (Berkeley) 4/18/94
36.\" $FreeBSD$
37.\"
38.Dd April 18, 1994
39.Dt INIT 8
40.Os
41.Sh NAME
42.Nm init
43.Nd process control initialization
44.Sh SYNOPSIS
45.Nm
46.Nm
47.Oo
48.Cm 0 | 1 | 6 |
49.Cm c | q
50.Oc
51.Sh DESCRIPTION
52The
53.Nm
54utility
55is the last stage of the boot process.
56It normally runs the automatic reboot sequence as described in
57.Xr rc 8 ,
58and if this succeeds, begins multi-user operation.
59If the reboot scripts fail,
60.Nm
61commences single-user operation by giving
62the super-user a shell on the console.
63The
64.Nm
65utility may be passed parameters
66from the boot program to
67prevent the system from going multi-user and to instead execute
68a single-user shell without starting the normal daemons.
69The system is then quiescent for maintenance work and may
70later be made to go to multi-user by exiting the
71single-user shell (with ^D).
72This
73causes
74.Nm
75to run the
76.Pa /etc/rc
77start up command file in fastboot mode (skipping disk checks).
78.Pp
79If the
80.Em console
81entry in the
82.Xr ttys 5
83file is marked
84.Dq insecure ,
85then
86.Nm
87will require that the super-user password be
88entered before the system will start a single-user shell.
89The password check is skipped if the
90.Em console
91is marked as
92.Dq secure .
93.Pp
94The kernel runs with five different levels of security.
95Any super-user process can raise the security level, but no process
96can lower it.
97The security levels are:
98.Bl -tag -width flag
99.It Ic -1
100Permanently insecure mode \- always run the system in level 0 mode.
101This is the default initial value.
102.It Ic 0
103Insecure mode \- immutable and append-only flags may be turned off.
104All devices may be read or written subject to their permissions.
105.It Ic 1
106Secure mode \- the system immutable and system append-only flags may not
107be turned off;
108disks for mounted file systems,
109.Pa /dev/mem ,
110and
111.Pa /dev/kmem
112may not be opened for writing;
113kernel modules (see
114.Xr kld 4 )
115may not be loaded or unloaded.
116.It Ic 2
117Highly secure mode \- same as secure mode, plus disks may not be
118opened for writing (except by
119.Xr mount 2 )
120whether mounted or not.
121This level precludes tampering with file systems by unmounting them,
122but also inhibits running
123.Xr newfs 8
124while the system is multi-user.
125.Pp
126In addition, kernel time changes are restricted to less than or equal to one
127second.  Attempts to change the time by more than this will log the message
128.Dq Time adjustment clamped to +1 second .
129.It Ic 3
130Network secure mode \- same as highly secure mode, plus
131IP packet filter rules (see
132.Xr ipfw 8
133and
134.Xr ipfirewall 4 )
135cannot be changed and
136.Xr dummynet 4
137configuration cannot be adjusted.
138.El
139.Pp
140If the security level is initially nonzero, then
141.Nm
142leaves it unchanged.
143Otherwise,
144.Nm
145raises the level to 1 before going multi-user for the first time.
146Since the level cannot be reduced, it will be at least 1 for
147subsequent operation, even on return to single-user.
148If a level higher than 1 is desired while running multi-user,
149it can be set before going multi-user, e.g., by the startup script
150.Xr rc 8 ,
151using
152.Xr sysctl 8
153to set the
154.Va kern.securelevel
155variable to the required security level.
156.Pp
157If
158.Nm
159is run in a jail the security level of the
160.Dq host system
161will not be effected.
162Part of the information set up in the kernel to support a jail
163is a per-jail
164.Dq securelevel
165setting.
166This allows running a higher security level inside of a jail
167than that of the host system.
168See
169.Xr jail 8
170for more information about jails.
171.Pp
172In multi-user operation,
173.Nm
174maintains
175processes for the terminal ports found in the file
176.Xr ttys 5 .
177The
178.Nm
179utility reads this file and executes the command found in the second field,
180unless the first field refers to a device in
181.Pa /dev
182which is not configured.
183The first field is supplied as the final argument to the command.
184This command is usually
185.Xr getty 8 ;
186.Nm getty
187opens and initializes the tty line
188and
189executes the
190.Xr login 1
191program.
192The
193.Nm login
194program, when a valid user logs in,
195executes a shell for that user.  When this shell
196dies, either because the user logged out
197or an abnormal termination occurred (a signal),
198the
199.Nm
200utility wakes up, deletes the user
201from the
202.Xr utmp 5
203file of current users and records the logout in the
204.Xr wtmp 5
205file.
206The cycle is
207then restarted by
208.Nm
209executing a new
210.Nm getty
211for the line.
212.Pp
213The
214.Nm
215utility can also be used to keep arbitrary daemons running,
216automatically restarting them if they die.
217In this case, the first field in the
218.Xr ttys 5
219file must not reference the path to a configured device node
220and will be passed to the daemon
221as the final argument on its command line.
222This is similar to the facility offered in the
223.At V
224.Pa /etc/inittab .
225.Pp
226Line status (on, off, secure, getty, or window information)
227may be changed in the
228.Xr ttys 5
229file without a reboot by sending the signal
230.Dv SIGHUP
231to
232.Nm
233with the command
234.Dq Li "kill -HUP 1" .
235On receipt of this signal,
236.Nm
237re-reads the
238.Xr ttys 5
239file.
240When a line is turned off in
241.Xr ttys 5 ,
242.Nm
243will send a SIGHUP signal to the controlling process
244for the session associated with the line.
245For any lines that were previously turned off in the
246.Xr ttys 5
247file and are now on,
248.Nm
249executes the command specified in the second field.
250If the command or window field for a line is changed,
251the change takes effect at the end of the current
252login session (e.g., the next time
253.Nm
254starts a process on the line).
255If a line is commented out or deleted from
256.Xr ttys 5 ,
257.Nm
258will not do anything at all to that line.
259However, it will complain that the relationship between lines
260in the
261.Xr ttys 5
262file and records in the
263.Xr utmp 5
264file is out of sync,
265so this practice is not recommended.
266.Pp
267The
268.Nm
269utility will terminate multi-user operations and resume single-user mode
270if sent a terminate
271.Pq Dv TERM
272signal, for example,
273.Dq Li "kill \-TERM 1" .
274If there are processes outstanding that are deadlocked (because of
275hardware or software failure),
276.Nm
277will not wait for them all to die (which might take forever), but
278will time out after 30 seconds and print a warning message.
279.Pp
280The
281.Nm
282utility will cease creating new processes
283and allow the system to slowly die away, if it is sent a terminal stop
284.Pq Dv TSTP
285signal, i.e.\&
286.Dq Li "kill \-TSTP 1" .
287A later hangup will resume full
288multi-user operations, or a terminate will start a single-user shell.
289This hook is used by
290.Xr reboot 8
291and
292.Xr halt 8 .
293.Pp
294The
295.Nm
296utility will terminate all possible processes (again, it will not wait
297for deadlocked processes) and reboot the machine if sent the interrupt
298.Pq Dv INT
299signal, i.e.\&
300.Dq Li "kill \-INT 1".
301This is useful for shutting the machine down cleanly from inside the kernel
302or from X when the machine appears to be hung.
303.Pp
304The
305.Nm
306utility will do the same, except it will halt the machine if sent
307the user defined signal 1
308.Pq Dv USR1 ,
309or will halt and turn the power off (if hardware permits) if sent
310the user defined signal 2
311.Pq Dv USR2 .
312.Pp
313When shutting down the machine,
314.Nm
315will try to run the
316.Pa /etc/rc.shutdown
317script.
318This script can be used to cleanly terminate specific programs such
319as
320.Nm innd
321(the InterNetNews server).
322.Pp
323The role of
324.Nm
325is so critical that if it dies, the system will reboot itself
326automatically.
327If, at bootstrap time, the
328.Nm
329process cannot be located, the system will panic with the message
330.Dq "panic: init died (signal %d, exit %d)" .
331.Pp
332If run as a user process as shown in the second synopsis line,
333.Nm
334will emulate
335.At V
336behavior, i.e. super-user can specify the desired
337.Em run-level
338on a command line, and
339.Nm
340will signal the original
341(PID 1)
342.Nm
343as follows:
344.Bl -column Run-level SIGTERM
345.It Sy "Run-level	Signal	Action
346.It Cm 0 Ta Dv SIGUSR2 Ta "Halt and turn the power off"
347.It Cm 1 Ta Dv SIGTERM Ta "Go to single-user mode"
348.It Cm 6 Ta Dv SIGINT Ta "Reboot the machine"
349.It Cm c Ta Dv SIGTSTP Ta "Block further logins"
350.It Cm q Ta Dv SIGHUP Ta Rescan the
351.Xr ttys 5
352file
353.El
354.Sh DIAGNOSTICS
355.Bl -diag
356.It "getty repeating too quickly on port %s, sleeping."
357A process being started to service a line is exiting quickly
358each time it is started.
359This is often caused by a ringing or noisy terminal line.
360.Bf -emphasis
361Init will sleep for 30 seconds,
362then continue trying to start the process.
363.Ef
364.It "some processes would not die; ps axl advised."
365A process
366is hung and could not be killed when the system was shutting down.
367This condition is usually caused by a process
368that is stuck in a device driver because of
369a persistent device error condition.
370.El
371.Sh FILES
372.Bl -tag -width /etc/rc.shutdown -compact
373.It Pa /dev/console
374system console device
375.It Pa /dev/tty*
376terminal ports found in
377.Xr ttys 5
378.It Pa /var/run/utmp
379record of current users on the system
380.It Pa /var/log/wtmp
381record of all logins and logouts
382.It Pa /etc/ttys
383the terminal initialization information file
384.It Pa /etc/rc
385system startup commands
386.It Pa /etc/rc.shutdown
387system shutdown commands
388.El
389.Sh SEE ALSO
390.Xr kill 1 ,
391.Xr login 1 ,
392.Xr sh 1 ,
393.Xr dummynet 4 ,
394.Xr ipfirewall 4 ,
395.Xr kld 4 ,
396.Xr ttys 5 ,
397.Xr crash 8 ,
398.Xr getty 8 ,
399.Xr halt 8 ,
400.Xr ipfw 8 ,
401.Xr jail 8 ,
402.Xr rc 8 ,
403.Xr reboot 8 ,
404.Xr shutdown 8 ,
405.Xr sysctl 8
406.Sh HISTORY
407An
408.Nm
409utility appeared in
410.At v6 .
411.Sh CAVEATS
412Systems without
413.Xr sysctl 8
414behave as though they have security level \-1.
415.Pp
416Setting the security level above 1 too early in the boot sequence can
417prevent
418.Xr fsck 8
419from repairing inconsistent file systems.  The
420preferred location to set the security level is at the end of
421.Pa /etc/rc
422after all multi-user startup actions are complete.
423