From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 13:01:25 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 585F716A415 for ; Tue, 19 Dec 2006 13:01:25 +0000 (UTC) (envelope-from ken@astro.ufl.edu) Received: from milton.astro.ufl.edu (milton.astro.ufl.edu [128.227.184.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6419643CAA for ; Tue, 19 Dec 2006 13:01:13 +0000 (GMT) (envelope-from ken@astro.ufl.edu) Received: from localhost (localhost.astro.ufl.edu [127.0.0.1]) by milton.astro.ufl.edu (Postfix) with ESMTP id A158B39BE2 for ; Tue, 19 Dec 2006 07:40:21 -0500 (EST) Received: from milton.astro.ufl.edu ([127.0.0.1]) by localhost (mailhost.astro.ufl.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78067-05 for ; Tue, 19 Dec 2006 07:40:16 -0500 (EST) Received: from polaris.astro.ufl.edu (polaris.astro.ufl.edu [128.227.184.2]) by milton.astro.ufl.edu (Postfix) with ESMTP id 494BE39BB5 for ; Tue, 19 Dec 2006 07:40:16 -0500 (EST) Date: Tue, 19 Dec 2006 07:40:16 -0500 (EST) From: Ken Sallot To: freebsd-stable@freebsd.org Message-ID: <20061219073943.W74584@polaris.astro.ufl.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by UF Astronomy Mail Virus Scanner ks/14/4/2005 Subject: "swap_pager" loop? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 13:01:25 -0000 Greetings, Yesterday morning I came in to find a 6.2-RC1 server deadlocked in a loop with the following error messages on the console: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 5, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 13, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 5, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 13, size: 4096 .... The machine has 4gb of ram, a 4gb swap partition on /dev/amrd0s1b, and provides nfs/nis/samba/printing (cups) services. This issue appears to have been open since at least 6.1-RELEASE, and I was wondering if anyone had a work-around that we can use for the time being. Thanks! Ken