diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-18 10:09:38 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-18 10:09:38 +0000 |
| commit | 6087df9e8b0853475378c8ffa0d7f60590343e34 (patch) | |
| tree | 0cba49e2135bee04652378b88ade9f69b52d5f7b /sbin/init | |
| parent | a3ac07a54e824889c4b8ae5fb79e1f32350f7a68 (diff) | |
Notes
Diffstat (limited to 'sbin/init')
| -rw-r--r-- | sbin/init/init.8 | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 4f0868342407..563f3c0248a3 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -353,23 +353,6 @@ as follows: .Xr ttys 5 file .El -.Sh DIAGNOSTICS -.Bl -diag -.It "getty repeating too quickly on port %s, sleeping." -A process being started to service a line is exiting quickly -each time it is started. -This is often caused by a ringing or noisy terminal line. -.Bf -emphasis -Init will sleep for 30 seconds, -then continue trying to start the process. -.Ef -.It "some processes would not die; ps axl advised." -A process -is hung and could not be killed when the system was shutting down. -This condition is usually caused by a process -that is stuck in a device driver because of -a persistent device error condition. -.El .Sh FILES .Bl -tag -width /etc/rc.shutdown -compact .It Pa /dev/console @@ -388,6 +371,23 @@ system startup commands .It Pa /etc/rc.shutdown system shutdown commands .El +.Sh DIAGNOSTICS +.Bl -diag +.It "getty repeating too quickly on port %s, sleeping." +A process being started to service a line is exiting quickly +each time it is started. +This is often caused by a ringing or noisy terminal line. +.Bf -emphasis +Init will sleep for 30 seconds, +then continue trying to start the process. +.Ef +.It "some processes would not die; ps axl advised." +A process +is hung and could not be killed when the system was shutting down. +This condition is usually caused by a process +that is stuck in a device driver because of +a persistent device error condition. +.El .Sh SEE ALSO .Xr kill 1 , .Xr login 1 , |
