From owner-freebsd-hackers Fri Nov 8 03:32:19 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA26357 for hackers-outgoing; Fri, 8 Nov 1996 03:32:19 -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 DAA26346 for ; Fri, 8 Nov 1996 03:32:14 -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 FAA01931 for ; Fri, 8 Nov 1996 05:32:13 -0600 (CST) Message-Id: <199611081132.FAA01931@friley216.res.iastate.edu> X-Mailer: exmh version 1.6.9 8/22/96 cc: hackers@freebsd.org Subject: Re: vnode_pager_input errors... In-reply-to: Your message of Fri, 08 Nov 1996 05:22:35 -0600. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 08 Nov 1996 05:32:13 -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? I forgot to mention a rather important peice of information. The tree I was CVSupping into was on an nfs mounted drive. (from a 2.1.5 machine if it matters) I think it may be nfs related.. Sorry, Chris Csanady > >Btw, this is from a 10/04/96 kernel.. > >--Chris Csanady >