From 7f08fffcd2808ee7020a8724755b2e4ea3185af6 Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Wed, 14 Nov 2001 15:04:24 +0000 Subject: [PATCH] Add an entry that explains the ``swap_pager: indefinite wait buffer:'' error. Answer supplied by Matt Dillon. PR: 31854 Submitted by: Michael Lucas --- en_US.ISO8859-1/books/faq/book.sgml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index c71bb2a10e..c2540322c1 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -4442,6 +4442,25 @@ kern.timecounter.hardware: TSC -> i8254 + + + + What does the error swap_pager: indefinite + wait buffer: mean? + + + + 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 + /var/log/messages and in the output + of dmesg. Otherwise, check your cables + and connections. + +