From owner-freebsd-current Sun Sep 20 09:10:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15963 for freebsd-current-outgoing; Sun, 20 Sep 1998 09:10:55 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pinhead.parag.codegen.com (ppp-asfm08--200.sirius.net [205.134.241.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15957 for ; Sun, 20 Sep 1998 09:10:53 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) Received: from pinhead.parag.codegen.com (localhost.parag.codegen.com [127.0.0.1]) by pinhead.parag.codegen.com (8.9.1/8.8.8) with ESMTP id JAA00682; Sun, 20 Sep 1998 09:09:58 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) Message-Id: <199809201609.JAA00682@pinhead.parag.codegen.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Terry Lambert cc: garbanzo@hooked.net (Alex), eivind@yes.no, Don.Lewis@tsc.tdk.com, current@FreeBSD.ORG Subject: Re: softupdates & fsck In-reply-to: Your message of "Sun, 20 Sep 1998 09:00:52 -0000." <199809200900.CAA12457@usr06.primenet.com> X-Face: =O'Kj74icvU|oS*<7gS/8'\Pbpm}okVj*@UC!IgkmZQAO!W[|iBiMs*|)n*`X ]pW%m>Oz_mK^Gdazsr.Z0/JsFS1uF8gBVIoChGwOy{EK=<6g?aHE`[\S]C]T0Wm X-URL: http://www.codegen.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 20 Sep 1998 09:09:57 -0700 From: Parag Patel Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been seeing similar fsck behavior here. I was trying out the various softupdate patches (the latest patches work). With the earlier patches, I'd start make -j8 buildworld on the console and it would crash in about 10-15 minutes. Using X at the same time seemed to make it crash a lot faster. This was just days before the CAM integration (Sept 14 and earlier). After the crash, it would detect and automatically "fsck -p" the volumes, then mount and run. Occasionally, some directory, usually under the /usr/obj volume, could not be deleted and it wasn't a schg-flags dir. The only fix was to go back to single-user mode, run "fsck -y" which then complains about and fixes a directory with the wrong inode count (1 instead of 2 I think) then continues. After the 2nd fsck (perhaps after the 1st too - my memory is already fuzzy), there would be stuff under lost+found. There was definitely stuff appearing under lost+found with softupdates enabled. (Right now I'm having troubles with the new 7880 CAM code and so can't replicate the earlier problems, plus the new softupdates patches seem to be working or at least working around the real problem. :-) -- Parag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message