From owner-freebsd-questions@FreeBSD.ORG Fri Jul 27 20:49:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4962216A4FA for ; Fri, 27 Jul 2007 20:49:53 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2C62513C459 for ; Fri, 27 Jul 2007 20:49:53 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 204D61A3C1A; Fri, 27 Jul 2007 13:49:47 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 96944BE43; Fri, 27 Jul 2007 16:49:52 -0400 (EDT) Date: Fri, 27 Jul 2007 16:49:52 -0400 From: Kris Kennaway To: Zhang hw Message-ID: <20070727204952.GF48670@rot26.obsecurity.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: panic : swap_pager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2007 20:49:53 -0000 On Wed, Jul 25, 2007 at 01:55:45PM +0800, Zhang hw wrote: > Sometimes when I shutdown my system, it would tell me : > "... > All buffers synced > Swap_pager: I/O error - pagein failed, blkno 744, size 4096, error 5 > panic: swap_pager_force_pagein: read from swap failed > Uptime:... #define EIO 5 /* Input/output error */ The device on which your swap partition lives returned an I/O error when data was read from it. Probably your hard drive is failing. Kris