From owner-freebsd-hackers Fri Nov 8 03:22:41 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA25902 for hackers-outgoing; Fri, 8 Nov 1996 03:22:41 -0800 (PST) Received: from friley216.res.iastate.edu (friley216.res.iastate.edu [129.186.78.216]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA25894 for ; Fri, 8 Nov 1996 03:22:38 -0800 (PST) Received: from friley216.res.iastate.edu (loopback [127.0.0.1]) by friley216.res.iastate.edu (8.7.6/8.7.3) with ESMTP id FAA01873 for ; Fri, 8 Nov 1996 05:22:35 -0600 (CST) Message-Id: <199611081122.FAA01873@friley216.res.iastate.edu> X-Mailer: exmh version 1.6.9 8/22/96 To: hackers@freebsd.org Subject: vnode_pager_input errors... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 08 Nov 1996 05:22:35 -0600 From: "Chris Csanady" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I recently got the following message while doing a CVSup... Nov 8 04:48:17 friley216 /kernel: vnode_pager_getpages: I/O read error Nov 8 04:48:17 friley216 /kernel: vm_fault: pager input (probably hardware) error, PID 1573 failure Nov 8 04:49:20 friley216 /kernel: pid 1573 (cvsup), uid 0: exited on signal 6 (core dumped) I also recently ran into this problem consistently on some of our 2.1.5 boxes. >From reading through some of the mail list archives, I thought that it was a problem that was fixed quit a while ago.. Any ideas? Btw, this is from a 10/04/96 kernel.. --Chris Csanady