From owner-freebsd-scsi Wed Dec 16 07:51:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA00572 for freebsd-scsi-outgoing; Wed, 16 Dec 1998 07:51:05 -0800 (PST) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from garlic.acadiau.ca (garlic.acadiau.ca [131.162.2.48]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA00544; Wed, 16 Dec 1998 07:50:57 -0800 (PST) (envelope-from marc@acadiau.ca) Received: from atelier.acadiau.ca (atelier.acadiau.ca [131.162.138.103]) by garlic.acadiau.ca (8.8.5/8.8.5) with ESMTP id LAA17300; Wed, 16 Dec 1998 11:49:41 -0400 (AST) Date: Wed, 16 Dec 1998 11:50:16 -0400 (AST) From: "Marc G. Fournier" To: David Greenman cc: freebsd-scsi@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: any way of gleaming info from these? In-Reply-To: <199812161448.GAA09727@root.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 16 Dec 1998, David Greenman wrote: > >vnode_pager_putpages: residual I/O 4096 at 113 > >vnode_pager_putpages: I/O error 6 > >vnode_pager_putpages: residual I/O 4096 at 113 > >vnode_pager_putpag_putpage_pager_putpages: residual I/O 4096 at 113 > >vnode_pager_putpages: I/O error 6 > >vnode_pager_putpages: residual I/O 4096 at 113 > > > >maybe its totally impossible, but is there no way of detailing which drive > >is causing this? or is it not a drive? > > Error 6 is ENXIO - device not configured. This might happen if the device > is SCSI and it loses power/goes offline. I can't think of any other reasons > offhand. Hrmmm...is vnode_pager_putpages a 'file system' error, or a 'swap' error? The system is locked up right now, awaiting someone to get down to the office and reboot it. Looking through /usr/src/sys, the error message is generated in vm/vnode_pager.c...which, to me, would indicate swap space? Is there no way of adding in the name of the device generating this error to the error message? Marc G. Fournier marc.fournier@acadiau.ca Systems Administrator, Acadia University "These are my opinions, which are not necessarily shared by my employer" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message