Add an entry that explains the ``swap_pager: indefinite wait buffer:''

error.  Answer supplied by Matt Dillon.

PR:		31854
Submitted by:	Michael Lucas <mwlucas@blackhelicopters.org>
This commit is contained in:
Murray Stokely 2001-11-14 15:04:24 +00:00
parent 007050d29a
commit 7f08fffcd2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11201

View file

@ -4442,6 +4442,25 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
</para>
</answer>
</qandaentry>
<qandaentry>
<question id="indefinite-wait-buffer">
<para>What does the error <errorname>swap_pager: indefinite
wait buffer:</errorname> mean?</para>
</question>
<answer>
<para>This means that a process is trying to page memory to
disk, and the page attempt has hung trying to access the
disk for more than 20 seconds. It might be caused by bad
blocks on the disk drive, disk wiring, cables, or any
other disk I/O-related hardware. If the drive itself is
actually bad, you will also see disk errors in
<filename>/var/log/messages</filename> and in the output
of <command>dmesg</command>. Otherwise, check your cables
and connections.</para>
</answer>
</qandaentry>
</qandaset>
</chapter>