From owner-freebsd-current@FreeBSD.ORG Fri Dec 12 05:09:19 2003 Return-Path: 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 2703C16A4CE; Fri, 12 Dec 2003 05:09:19 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC0D43D1F; Fri, 12 Dec 2003 05:09:17 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.9p2/8.12.3) with ESMTP id hBCD9Bvl046370; Fri, 12 Dec 2003 14:09:12 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Fri, 12 Dec 2003 14:09:11 +0100 (CET) From: Martin Blapp To: Jeff Roberson In-Reply-To: <20031212065656.R4201-100000@mail.chesapeake.net> Message-ID: <20031212140536.P7436@cvs.imp.ch> References: <20031212065656.R4201-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: mckusick@mckusick.com cc: alc@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: HAVE TRACE & DDB Re: FreeBSD 5.2-RC1 released X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 12 Dec 2003 13:09:19 -0000 Hi, > Furthermore, people say this goes away if you don't enable softupdate on > the install. It has also been reproduced with sysinstall over a > previously created filesystem. I was wrong previously. If one does use a previously created filesystem, changed flag settings during lableing are ignored. Which means if you had initially set softupdates during the first install and disable softupdates in a second try, softupdates are still active. I get a LOR instead the panic now if I disable softupdates on a fresh filesystem. Martin