From owner-freebsd-stable@FreeBSD.ORG Mon Jan 2 11:16:39 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4802C16A41F for ; Mon, 2 Jan 2006 11:16:39 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91CA443D79 for ; Mon, 2 Jan 2006 11:16:34 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id k02BGPKJ004388; Mon, 2 Jan 2006 03:16:29 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200601021116.k02BGPKJ004388@gw.catspoiler.org> Date: Mon, 2 Jan 2006 03:16:25 -0800 (PST) From: Don Lewis To: kris@obsecurity.org In-Reply-To: <20051118010106.GB47900@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: spamrefuse@yahoo.com, freebsd-stable@FreeBSD.org Subject: Re: Swapfile problem in 6? 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: Mon, 02 Jan 2006 11:16:39 -0000 On 17 Nov, Kris Kennaway wrote: > On Thu, Nov 17, 2005 at 04:33:50PM -0800, Rob wrote: >> --- Kris Kennaway wrote: >> > >> > I commented on it elsewhere in this thread. >> >> Do you mean your comment on the swap_pager error: >> >> Quote: >> "AFAICT that is just a trigger-happy timer..it's >> supposed to detect when a swap operation took too >> long to complete, but it also triggers on swapfiles >> since they're so much less efficient (i.e. slower) >> than swapping onto a bare device." >> EndQuote. > > Right: "harmless warning" not "error". This isn't totally harmless because the pagedaemon is only allowed a handful of outstanding writes. It gets stuck when it runs out.