From owner-freebsd-hackers Fri Jan 24 18:17:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA11108 for hackers-outgoing; Fri, 24 Jan 1997 18:17:21 -0800 (PST) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id SAA11102 for ; Fri, 24 Jan 1997 18:17:19 -0800 (PST) Received: from dyson.iquest.net by mail.crl.com with SMTP id AA15868 (5.65c/IDA-1.5 for ); Fri, 24 Jan 1997 18:16:54 -0800 Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id VAA03783; Fri, 24 Jan 1997 21:14:31 -0500 (EST) From: "John S. Dyson" Message-Id: <199701250214.VAA03783@dyson.iquest.net> Subject: Re: vm_page_alloc messages. To: mrcpu@cdsnet.net (Jaye Mathisen) Date: Fri, 24 Jan 1997 21:14:31 -0500 (EST) Cc: hackers@freebsd.org In-Reply-To: from "Jaye Mathisen" at Jan 24, 97 03:06:50 pm X-Mailer: ELM [version 2.4 PL24 ME8] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > # uname -a > FreeBSD news.cdsnet.net 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Thu Jan 9 > 16:36:35 PST 1997 root@news.cdsnet.net:/usr/src/sys/compile/NEWS i386 > # dmesg | grep vm > vm_page_alloc(ZERO): missing pages on cache queue: 56 > vm_page_alloc(ZERO): missing pages on cache queue: 21 > vm_page_alloc(NORMAL): missing pages on cache queue: 1 > vm_page_alloc(ZERO): missing pages on cache queue: 15 > vm_page_alloc(NORMAL): missing pages on cache queue: 1 > > Is this good, bad, indifferent? Should I panic? Should I just pretend it > didn't happen? > Is this really the -current of Jan 9? Yikes, there is a problem. You should be "ok", but those diagnostics indicate a problem. (What is the date of your kernel sources?) Sorry for the bad news (actually it is MY bad news :-(). John