From owner-freebsd-stable@FreeBSD.ORG Thu Sep 4 00:19:26 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E0FC1067C78 for ; Thu, 4 Sep 2008 00:19:26 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id 08FAC8FC16 for ; Thu, 4 Sep 2008 00:19:25 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) DKIM-Signature: v=1; a=rsa-sha1; d=embarqmail.com; s=s012408; c=relaxed/simple; q=dns/txt; i=@embarqmail.com; t=1220486364; h=From:Subject:Date:To:Mime-Version:Content-Type; bh=U+2gLiSyAbIwyib1tr0KCXSQFWQ=; b=UIgI5uHetYLc4Xaty3dLmULZHp5WVd3p/k25j16VbzI6J0iHgsxb4FFOv9HmvyYZ ehwl+KWAtJBe0WMWnAWciuocbxehtMEH8JlodfsMX6t//ZKI1pnWWt4YGL4JVwBU; X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=XdbUAXaRbxR5PPWGiGcA:9 a=cloDbsMF8ho2Fxsp0Q4t5sL8HT8A:4 a=1rXaml6zMYEA:10 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp08.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received: from [74.4.78.58] ([74.4.78.58:65357] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.2.33 r(25932/25934)) with ESMTPA id AD/4C-12402-BD42FB84; Wed, 03 Sep 2008 19:59:24 -0400 Date: Wed, 3 Sep 2008 19:59:22 -0400 From: Randy Pratt To: Dan Allen Message-Id: <20080903195922.eee0b5ad.bsd-unix@embarqmail.com> In-Reply-To: References: <35445338-D597-4FE2-996F-DEC7BE986741@airwired.net> <48BEEB55.4050406@madpilot.net> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 7.1 Content X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 00:19:26 -0000 On Wed, 3 Sep 2008 16:43:45 -0600 Dan Allen wrote: > > On 3 Sep 2008, at 3:11 PM, Steven Hartland wrote: > > > ----- Original Message ----- From: "Dan Allen" > > > > > >> I too spend the time. I am thinking that for other people to want > >> to use FreeBSD they want something other than a command prompt. > >> They at least want a web browser out of the box. > > > > For some, but for others like ourselves here we really don't want all > > that bloat. One of the reasons we really like it is its perfect for > > server installs, no crap installed that you don't want :) > > Agreed, but if you go back to earlier versions of FreeBSD they gave > you an install option for just binaries, or binaries + sources, or > binaries + sources + X Windows. > > I am proposing something similar once again, but this time if would be > enough of X, a small window manager, and Firefox so a basic windowing > environment was able to be installed, from the CD, with a single > choice. I doubt many developers are really browsing the web all day > with lynx. If I understand correctly, you've described some problems with wireless and ethernet hardware on FreeBSD 7. Others have mentioned that it seems to work on FreeBSD 6. It might be worth setting up two partitions with one for 6 and the other for 7 so that you can work with the developers to resolve the problems on 7. As a desktop user, you may not even notice the differences between 6 and 7. I think this is probably worth the time to pursue since developers usually can't easily fix problems for hardware they don't have. The content of the installation disks has been discussed in the past but I don't remember anything conclusive coming out of it. I personally quit using packages around 3.x. It was too easy to introduce problems mixing packages and compiling ports so everything is now built from source and updated daily. The ports/packages are actually not part of FreeBSD but are third-party applications. I've often thought that the packages on the installation disks should really be split to a separate project which produces package disks. This would lessen the burden on the Release Engineers and perhaps the cycle time between releases. It should also be noted that the useful life of a package is limited and outdated very quickly. For my own taste, it would be a bit annoying to have any port/package installed by default. Randy --