From owner-freebsd-questions@FreeBSD.ORG Tue Jul 15 06:56:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65F5C106567E for ; Tue, 15 Jul 2008 06:56:56 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7F3B38FC2B for ; Tue, 15 Jul 2008 06:56:55 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m6F5aHgv001657; Tue, 15 Jul 2008 07:36:17 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m6F5aHuN001654; Tue, 15 Jul 2008 07:36:17 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 15 Jul 2008 07:36:17 +0200 (CEST) From: Wojciech Puchar To: Steve Franks In-Reply-To: <539c60b90807142030u506394e7jdcdedd965ec16706@mail.gmail.com> Message-ID: <20080715072456.T1638@wojtek.tensor.gdynia.pl> References: <539c60b90807142030u506394e7jdcdedd965ec16706@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Mailing List Subject: Re: OT-ish: fedora->crash->single user fsck; FreeBSD->crash->smooth recovery X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2008 06:56:56 -0000 > Just unacceptable for a laptop. No flash in firefox, I hate flash, > but it's crippling not to have. i don't have. nothing lost. > Lots of unsupported hardware, etc. [I simply buy COMPATIBLE hardware like IBM/Lenovo. > observe, it just doesn't crash (unless I plug in a weird flash drive, > camera, etc., and I shouldn't be plugging those things into my servers > anyway). Yea FreeBSD! Fedora has crashed at least 5 times in one Just once a day is considered "stable" in linux world today. > One other thought on FreeBSD vs. Fedora: dudes, rpm dependencies are > junk (or put differently, our ports maintainers are saints)! Every at least when i used linux some years ago there was many distros and every usable distro (like debian or slackware) used other package format, yes rpm was (is?) unusable. > engender riddicule - linux is dumbbed down almost as bad as windows, i would object this. linux goal is to compete with windows. and it competes excellent. it is even worse. linux is for people that want to show they are "better" than his/her friends so they use "better" operating system. at least in Poland, where linux users often presents themselves as "experts" to others. > Ok, I'll quit ranting and actually ask a question: The real big thing > that suprised me (about Fedora), is that every damn time it crashes, I > have to sit through 20 minutes of fsck when it boots, then it cries, > gags, and throws me into a root console to run fsck again, manually, > for 20 more minutes. I'm thinking about symlinking fsck to a rather > dirtier word on the Fedora box. yes it is normal. linux filesystem works like in -o async mode, is just caches what it have to write and write whenever it likes at whatever sequence. in linux it is always presented as feature not bug. another very stupid thing is TOO delayed writes, i mean linux simply caches things as long as there are free memory then just starts lots of writes at once efectively halting the system for a while. > probably crashed my FreeBSD boxes 10-50 times, and it always boots > right up and does an fsck in the background. So compare, one manual same on my systems. UFS is designed to survive crashes. > to ditch Fedora and spend the time sending logs to freebsd-acpi, > manually configuring amd, etc, etc... > > Is ext2/3 really that bad? > i don't know ext3, it in theory does journalling, are you using ext3 or ext2? hint: ext3 is actually ext2 with extra file created, there is no need to convert, just run fsck_ext3 to convert to ext3, and delete that file to convert to ext2. if this journalling really work i don't know.