From owner-freebsd-current@FreeBSD.ORG Sun Sep 14 09:17:08 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 3050516A4BF for ; Sun, 14 Sep 2003 09:17:08 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id CD92C43FBF for ; Sun, 14 Sep 2003 09:17:06 -0700 (PDT) (envelope-from sebastian.ssmoller@gmx.net) Received: (qmail 16340 invoked by uid 65534); 14 Sep 2003 16:17:05 -0000 Received: from pD9E82CF3.dip.t-dialin.net (EHLO pD9E82CF3.dip.t-dialin.net) (217.232.44.243) by mail.gmx.net (mp025) with SMTP; 14 Sep 2003 18:17:05 +0200 From: Sebastian Ssmoller To: Freebsd Current In-Reply-To: <20030914153051.GA16701@troutmask.apl.washington.edu> References: <25830.1063532541@www21.gmx.net> <20030914153051.GA16701@troutmask.apl.washington.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8-3mdk Date: 14 Sep 2003 18:23:16 +0200 Message-Id: <1063556597.1989.18.camel@hadriel> Mime-Version: 1.0 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: Sun, 14 Sep 2003 16:17:08 -0000 Am Son, 2003-09-14 um 17.30 schrieb Steve Kargl: > On Sun, Sep 14, 2003 at 11:42:21AM +0200, Sebastian Ssmoller wrote: > > i did cvsup for /usr/src yesterday and did a build world. > > i also build a new kernel without all these debugging things. > > If you're running FreeBSD-current, I would suggest that > you put the debugging options back into your kernel. sorry to forget to post these info's: i am running freebsd-current. started with 5.1 release and updated yesterday. i removed the debugging stuff from the kernel cause i wanted to check the possible performance difference. > > > i rebooted the system and everything went fine first but then > > i tried to recompile pf_freebsd and the system crashed. > > Without debugging or even a panic message, it is fairly > difficult to make any useful suggestions i agree but this would be difficult when being unable to reboot the system :) . > > > i rebooted and did fsck and tried the rebuild again - same thing :( > > Panic message? no message :( first time it froze , second time it rebooted. > > > reboot again, fsck with many errors (some sectors could not be written, > > inconsistancy soft updates). > > i managed to start gnome2 agian. i started vmware and ... crash agin :'( > > Are you sure you don't want to run FreeBSD 4.8? good question :) > > > so i thought of using the old kernel again but when i restart and > > run fsck it is NOT able to mark /usr as clean !! :( > > > > what can i do now ? any ideas ? > > When fsck fails to clean /usr are there any error messages? > What fsck command did you issue to clean up /usr? Did you > try using an alternate super block? i ran: fsck -y /usr and it complains several times (!) about "unexpected soft-update inconsistency" and "unable to write block" :( i have not tried an alternate super block yet - i was not sure whether this could help, could it ? > > What compiler flags did you use to build the kernel? i used default settings finally i found out that i can mount /usr readonly so a backup could be possible (?); creating new ufs2 and restore backup could be a possible solution (?) thx seb > > -- > Steve >