From owner-freebsd-current@FreeBSD.ORG Thu Nov 13 20:37:22 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2572F106564A for ; Thu, 13 Nov 2008 20:37:22 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id A2AEE8FC08 for ; Thu, 13 Nov 2008 20:37:21 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1L0iwD-0004Tz-1O>; Thu, 13 Nov 2008 21:37:13 +0100 Received: from e178019002.adsl.alicedsl.de ([85.178.19.2] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1L0iwK-0004ZY-AF>; Thu, 13 Nov 2008 21:37:20 +0100 Message-ID: <491C902B.8090307@mail.zedat.fu-berlin.de> Date: Thu, 13 Nov 2008 21:38:03 +0100 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.17 (X11/20081101) MIME-Version: 1.0 To: Jeremy Chadwick , Attilio Rao , freebsd-current@freebsd.org, "O. Hartmann" References: <491AEBB5.8010001@zedat.fu-berlin.de> <20081112154240.GA28818@icarus.home.lan> <3bbf2fe10811120744hd740388s25e7413e84bbb8c1@mail.gmail.com> <20081112154744.GA28943@icarus.home.lan> <3bbf2fe10811120752k5e42b912nd0933771696519e0@mail.gmail.com> <20081112161644.GA98426@icarus.home.lan> <3bbf2fe10811120820xeb54b4fj4f4c5e285670c29a@mail.gmail.com> <20081112182148.GA1308@icarus.home.lan> <20081113173144.GA2581@roadrunner.spoerlein.net> In-Reply-To: <20081113173144.GA2581@roadrunner.spoerlein.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.19.2 X-Mailman-Approved-At: Thu, 13 Nov 2008 21:26:46 +0000 Cc: Subject: Re: fsck_ufs after every reboot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2008 20:37:22 -0000 Ulrich Spoerlein wrote: > On Wed, 12.11.2008 at 10:21:49 -0800, Jeremy Chadwick wrote: > >> And as luck would have it, I can't reproduce the problem any more. I've >> shutdown -p now'd literally 6 times in a row without any sort of lock >> up, and this is running on the old kernel. The same behaviour is now >> seen with the new kernel. >> >> So, the 2-3 times I've seen "shutdown -p now" not fully power off the >> machine were either flukes, or who knows what/why. >> >> I simply can't reproduce the problem any longer. I'm sorry. >> > > Did you use NFS mounts when the shutdown would hang? I too had some > "panics on shutdown" on my CURRENT testbed, but haven't looked closer. > All these LORs in the VFS should be fixed first, anyways. > > Cheers, > Ulrich Spoerlein > Hello, I never havae had NFS mounts or critical USB-mounts when those unclean filesystems occured. In most cases, I compiled prior to the reboot an operating system (on the Dell PowerEdge 1950 III box). The other, UP box got stuck after a normal shutdown, it doesn't matter whether I did a 'reboot', 'shutdown -r now' or 'shutdown -p now' or simply pushed the power button. When those problems occured, the were preceded by 'not dying processes' and after several minutes the OS tried to kill those mustang processes the reboot or shutdown was performed and after a reboot or fresh restart, the filesystem went into the fsck-stuff. Oliver