From owner-freebsd-current@FreeBSD.ORG Mon Sep 15 03:36:50 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 0150216A4BF for ; Mon, 15 Sep 2003 03:36:50 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9AAA043FEA for ; Mon, 15 Sep 2003 03:36:48 -0700 (PDT) (envelope-from sebastian.ssmoller@gmx.net) Received: (qmail 7036 invoked by uid 65534); 15 Sep 2003 10:36:47 -0000 Received: from pD9E82CDB.dip.t-dialin.net (HELO izual.linnet) (217.232.44.219) by mail.gmx.net (mp012) with SMTP; 15 Sep 2003 12:36:47 +0200 X-Authenticated: #15005775 Date: Mon, 15 Sep 2003 12:43:01 +0000 From: Sebastian Ssmoller To: current@freebsd.org Message-Id: <20030915124301.7c0ebbdf.sebastian.ssmoller@gmx.net> In-Reply-To: <65520000.1063558707@lerlaptop.lerctr.org> References: <25830.1063532541@www21.gmx.net> <20030914153051.GA16701@troutmask.apl.washington.edu> <2200000.1063554566@lerlaptop.lerctr.org> <1063558939.2005.5.camel@hadriel> <65520000.1063558707@lerlaptop.lerctr.org> X-Mailer: Sylpheed version 0.8.11claws (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: fsck failed after hard crash 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: Mon, 15 Sep 2003 10:36:50 -0000 (...) > >> unexpected soft-update inconsistency, unable to write block, etc. > >> > >> going back to my 9/9/2003 "good" kernel, it works. > > > > i tried to use my old kernel; build with sources from fbsd 5.1 release). > > i rebooted the system and started fsck -y /usr again but the same > > problems occur :( > > > > now there are two possibilities i guess: > > - something in userland is broken too > > - my ufs2 is really dead > I'm using ufs1, FWIW, and my userland is from september 9 as well. > So, either 5.1R is too far back or you are in trouble. > > FWIW. > > so here i go again :) - partly at least ... i booted the live CD and was able to fix my ufs2 fs (still some errors reported but marked as clean). then i re-installed the sources from fbsd 5.1 release cd, built a new kernel and did a "make world" - everything seems to be ok now :) so there seems to be something broken in sources from 13.9.2003 ? seb (...)