From owner-freebsd-questions@FreeBSD.ORG Tue Sep 12 10:00:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94C4716A403 for ; Tue, 12 Sep 2006 10:00:06 +0000 (UTC) (envelope-from jeff.rollin@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id C355D43D46 for ; Tue, 12 Sep 2006 10:00:05 +0000 (GMT) (envelope-from jeff.rollin@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1971254wxd for ; Tue, 12 Sep 2006 03:00:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:references; b=K5F/vwA5K/V5Wb7cAqkvY3sljr96NcmqYiaGG3+26lxyK0YuJ/565b1jP38k11aItMttMV95M0GLtUh+sXU7fJaNBRDkpf0zMOyYzWNW4ntSVCtH/8TfR89lGHon3b5Uk67XJMSOy/zGACOUMs1otkvDyoT4EAi1XUhueadrp44= Received: by 10.90.55.19 with SMTP id d19mr1993514aga; Tue, 12 Sep 2006 03:00:04 -0700 (PDT) Received: by 10.90.98.12 with HTTP; Tue, 12 Sep 2006 02:59:59 -0700 (PDT) Message-ID: <8a0028260609120259m1aad0caes323bd06a69565741@mail.gmail.com> Date: Tue, 12 Sep 2006 10:59:59 +0100 From: "Jeff Rollin" Cc: freebsd-questions@freebsd.org In-Reply-To: <20060911220803.92966.qmail@web83101.mail.mud.yahoo.com> MIME-Version: 1.0 References: <9B73D1B3-5D50-4E56-A62B-70A3A07E6B34@mac.com> <20060911220803.92966.qmail@web83101.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Newbie Experience 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, 12 Sep 2006 10:00:06 -0000 On 11/09/06, backyard wrote: > > > > --- Chuck Swiger wrote: > > > On Sep 11, 2006, at 12:15 PM, Jeff Rollin wrote: > > > Discussions like these leave me lost for words... > > > > Perhaps, although it seems you recovered quickly. > > :-) > > > > > Which is to say, apart from the occasional bug I > > really don't see > > > what the > > > problem is with sysinstall. > > I'm in that club myself. It takes a few times to get > it down, but it is simple once you know the basic > steps of getting FreeBSD on a box. The trick is of > course understanding the basic steps which is where > most don't take the time to research. I know I read > through tha handbook a few times before I attempted my > first go, and I know I messed up royally even still. > But now its more frustrating to figure out what I want > to do while the packages are downloading then anything > else. Heh! Now it makes perfect sense to have > one partition and multiple slices. It makes an fstab > look a lot nicer. nothing more annoying then not > having say a linux box boot because you selected the > extended partitions number instead of the logical > drive contained therein... and keeping track of a > million partitions get old quick. Nowadays of course you can (almost) do this by having one /boot and one LVM partition, with the logical volumes within it. Plus, most filesystems allow for resizing (in both directions) and you can combine two or more disks into one volume group. > > > Fortunately, the outstanding docs available for > > FreeBSD do a lot to > > walk people through the process, even novices. > > Unfortunately, people > > want to use computers without having to read the > > docs. Just ask your > > mom/grandparents/etc. :-) > > > > most people want to use everything without reading the > manual. I think thats why there's labels on the > toaster not to stick a fork in it, or a tag to not use > a hair dryer in the shower... Personally I turn to the > Cadillac shop manual when I want to tune up my eldo, > it makes sense to me. I know software is the same way, > but most people don't want to take any time figuring > out what their doing; pardon my vulgarity but Taco > Bell exists for a reason, man pages... > > > > To me it's the best thing this side of YaST for > > > getting (certain areas of) system administration > > done. (Yeah, I > > > know a lot > > > of you probably hate YaST in particular or Linux > > in general... > > > > Why would you think that? I'd imagine that most of > > the people using > > FreeBSD end up having a Linux box or two around for > > one reason or > > another. > > I find it was for not reading the FreeBSD manuals... > if people think FreeBSD is hard I cannot imagine what > they think about Linux. Sure it has that flashy > install program, well except Gentoo and maybe a few > others, but upgrading the kernel can make setting up a > FreeBSD box from scratch WITHOUT the manuals seem like > a cake walk... Hmm. I'm pretty used to reconfiguring/upgrading the kenel on Linux, but never having done so in FBSD I'm a bit wary. I guess a lot of it depends on what you're used too. A lot of people using Linux these days, anyway, for good or ill probably don't reconfigure or upgrade the kernel - the distributors put everything but the kitchen sink in. These people would CERTAINLY be scared off by having to edit a text file to reconfigure the kernel, whereas these days in Linux you get a nice KDE window (make config is still horrible - but though it's uncommented (and undocumented) it's perfectly possible to reconfigure a linux kernel by editing /usr/src/.config) The nice thing about Linux is that in spite of all the noob-friendly gubbins, it's still possible to do things the same way you did 'em when FVWM was the hot news in the X Window world. Try getting the XP installer to let you choose which of several useless packages you want to forgo installing, a la Win9x. Jeff Rollin