From owner-freebsd-stable Mon Jun 25 23:14:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 9D3F737B401 for ; Mon, 25 Jun 2001 23:14:36 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.3/8.11.2) id f5Q6EVd20304; Mon, 25 Jun 2001 23:14:31 -0700 (PDT) (envelope-from dillon) Date: Mon, 25 Jun 2001 23:14:31 -0700 (PDT) From: Matt Dillon Message-Id: <200106260614.f5Q6EVd20304@earth.backplane.com> To: Christoph Splittgerber Cc: freebsd-stable@FreeBSD.ORG Subject: Re: indefinite wait buffer ? References: <3B376016.7258B474@sdata.de> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :Hallo, : :found this in the /var/log/messages: :iguana /kernel: swap_pager: indefinite wait buffer: device: #ad/0x20001, :blkno: 11520, size: 8192 : :... and I'm trying to find out what might cause an error like this. Is this a :physically bad block on the swap device? Before I start digging into the :sources, can somebody point me in the right direction please. : :Thanks in advance, : :Christoph It depends how persistent it is... if the message is being generated over and over again (every 20 seconds or so), then it is either a hard error on the disk or a bug in the kernel. If the message appeared once it is more likely that your HD was overloading doing something else and the pagein's read request could not be handled within 20 seconds or so, but then recovered. You could also check to see if you have any processes stuck in the 'swread' state, using 'ps axl'. If not whatever it was recovered. If so you may have a stuck process looping waiting for a pagein from somewhere. Any disk error would also be reported in /var/log/messages. If you don't see any disk-specific read errors then the disk is probably just fine. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message