init.8 (328dbe4a949869880b1946b6a5b044872ee42d0e) init.8 (6087df9e8b0853475378c8ffa0d7f60590343e34)
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

--- 339 unchanged lines hidden (view full) ---

348.It Cm 0 Ta Dv SIGUSR2 Ta "Halt and turn the power off"
349.It Cm 1 Ta Dv SIGTERM Ta "Go to single-user mode"
350.It Cm 6 Ta Dv SIGINT Ta "Reboot the machine"
351.It Cm c Ta Dv SIGTSTP Ta "Block further logins"
352.It Cm q Ta Dv SIGHUP Ta Rescan the
353.Xr ttys 5
354file
355.El
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

--- 339 unchanged lines hidden (view full) ---

348.It Cm 0 Ta Dv SIGUSR2 Ta "Halt and turn the power off"
349.It Cm 1 Ta Dv SIGTERM Ta "Go to single-user mode"
350.It Cm 6 Ta Dv SIGINT Ta "Reboot the machine"
351.It Cm c Ta Dv SIGTSTP Ta "Block further logins"
352.It Cm q Ta Dv SIGHUP Ta Rescan the
353.Xr ttys 5
354file
355.El
356.Sh DIAGNOSTICS
357.Bl -diag
358.It "getty repeating too quickly on port %s, sleeping."
359A process being started to service a line is exiting quickly
360each time it is started.
361This is often caused by a ringing or noisy terminal line.
362.Bf -emphasis
363Init will sleep for 30 seconds,
364then continue trying to start the process.
365.Ef
366.It "some processes would not die; ps axl advised."
367A process
368is hung and could not be killed when the system was shutting down.
369This condition is usually caused by a process
370that is stuck in a device driver because of
371a persistent device error condition.
372.El
373.Sh FILES
374.Bl -tag -width /etc/rc.shutdown -compact
375.It Pa /dev/console
376system console device
377.It Pa /dev/tty*
378terminal ports found in
379.Xr ttys 5
380.It Pa /var/run/utmp
381record of current users on the system
382.It Pa /var/log/wtmp
383record of all logins and logouts
384.It Pa /etc/ttys
385the terminal initialization information file
386.It Pa /etc/rc
387system startup commands
388.It Pa /etc/rc.shutdown
389system shutdown commands
390.El
356.Sh FILES
357.Bl -tag -width /etc/rc.shutdown -compact
358.It Pa /dev/console
359system console device
360.It Pa /dev/tty*
361terminal ports found in
362.Xr ttys 5
363.It Pa /var/run/utmp
364record of current users on the system
365.It Pa /var/log/wtmp
366record of all logins and logouts
367.It Pa /etc/ttys
368the terminal initialization information file
369.It Pa /etc/rc
370system startup commands
371.It Pa /etc/rc.shutdown
372system shutdown commands
373.El
374.Sh DIAGNOSTICS
375.Bl -diag
376.It "getty repeating too quickly on port %s, sleeping."
377A process being started to service a line is exiting quickly
378each time it is started.
379This is often caused by a ringing or noisy terminal line.
380.Bf -emphasis
381Init will sleep for 30 seconds,
382then continue trying to start the process.
383.Ef
384.It "some processes would not die; ps axl advised."
385A process
386is hung and could not be killed when the system was shutting down.
387This condition is usually caused by a process
388that is stuck in a device driver because of
389a persistent device error condition.
390.El
391.Sh SEE ALSO
392.Xr kill 1 ,
393.Xr login 1 ,
394.Xr sh 1 ,
395.Xr dummynet 4 ,
396.Xr ipfirewall 4 ,
397.Xr kld 4 ,
398.Xr pf 4 ,

--- 29 unchanged lines hidden ---
391.Sh SEE ALSO
392.Xr kill 1 ,
393.Xr login 1 ,
394.Xr sh 1 ,
395.Xr dummynet 4 ,
396.Xr ipfirewall 4 ,
397.Xr kld 4 ,
398.Xr pf 4 ,

--- 29 unchanged lines hidden ---