From owner-freebsd-current Thu Feb 20 13:52: 7 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D68D137B401 for ; Thu, 20 Feb 2003 13:52:05 -0800 (PST) Received: from beastie.mckusick.com (beastie.mckusick.com [209.31.233.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6145E43F75 for ; Thu, 20 Feb 2003 13:52:05 -0800 (PST) (envelope-from mckusick@beastie.mckusick.com) Received: from beastie.mckusick.com (localhost [127.0.0.1]) by beastie.mckusick.com (8.12.3/8.12.3) with ESMTP id h1KLq3FL057880; Thu, 20 Feb 2003 13:52:04 -0800 (PST) (envelope-from mckusick@beastie.mckusick.com) Message-Id: <200302202152.h1KLq3FL057880@beastie.mckusick.com> To: Martin Blapp Subject: Re: Reboot(8) when fsck_ufs is running ? Cc: current@freebsd.org In-Reply-To: Your message of "Sat, 15 Feb 2003 00:50:01 +0100." <20030214173731.L44623@cvs.imp.ch> Date: Thu, 20 Feb 2003 13:52:03 -0800 From: Kirk McKusick Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Date: Sat, 15 Feb 2003 00:50:01 +0100 (CET) From: Martin Blapp To: current@freebsd.org Cc: Kirk McKusick Subject: Reboot(8) when fsck_ufs is running ? Hi all, I don't know what the behaviour should be, but when I try to reboot a box which has fsck_ufs is running, it doesn't reboot and I have to powercycle it. Looks also like it just hangs. Do you experience the same at your side ? Shouln't we abort the fsck_ufs and reboot ? Martin Assuming that you are running fsck_ufs as part of a background fsck, the problem is probably that the fsck_ufs is in the midst of creating a snapshot. At the moment, snapshot creation is not interruptable, so the reboot is waiting for it to finish. I am presently investigating a bug which causes snapshots of filesystems bigger than about 250Gb to hang the kernel due to buffer starvation. Kirk McKusick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message