From owner-freebsd-questions@FreeBSD.ORG Wed Jul 25 05:55:46 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 5CAE816A419 for ; Wed, 25 Jul 2007 05:55:46 +0000 (UTC) (envelope-from zhhw210095@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id 2604413C457 for ; Wed, 25 Jul 2007 05:55:46 +0000 (UTC) (envelope-from zhhw210095@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so67473wxd for ; Tue, 24 Jul 2007 22:55:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iNw+1bX8ZU2UZZu0c2J2CcKmbXJTT2f7lsZ/jw9Jtq5zxs02cuI3H4s8EMu2wwHlB6N36eEpHYJGgBscybYOLxPXp197Emy+gG+TE2ycV+8EGCuXOhcPjIKRgR2wm582ZRK0qFnQ3n4AyfB5K9g6QIOppR2e+WHJkqM9AGKkXSQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dnz6CrE4iDrQ51o75aktEHX0utAADInIE3nYoAfLpL/bimh8g/5j0yOa5DEp3bXkvn/F1Se/AObOBrQdVEk5fXBCN3cwS7tcuK2v3fQvoSq3aif+zk5ivPXH3dUhPQXkhRMDtcg+WNNhLhGb42heoiI8xvZx7VgEqJLwMEmuNn8= Received: by 10.90.29.18 with SMTP id c18mr128636agc.1185342945421; Tue, 24 Jul 2007 22:55:45 -0700 (PDT) Received: by 10.90.67.15 with HTTP; Tue, 24 Jul 2007 22:55:44 -0700 (PDT) Message-ID: Date: Wed, 25 Jul 2007 13:55:45 +0800 From: "Zhang hw" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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: Wed, 25 Jul 2007 05:55:46 -0000 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:... Cannot dump. No dump device defined. Automatic reboot in 15 seconds -> press a key on the console to abort" If press a key, the system will show: "->Press a key on the console to reboot ->or switch off the system now" uname -a: 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-P6 #3 Sometimes the blkno mybe with a different number after it. Who can tell me how could deal with it? Thanks!