From owner-freebsd-current@FreeBSD.ORG Tue Oct 8 15:59:15 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19EDD474 for ; Tue, 8 Oct 2013 15:59:15 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1B4A2CDC; Tue, 8 Oct 2013 15:59:14 +0000 (UTC) Received: from joe.srg.cl.cam.ac.uk (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98FxBL7027088; Tue, 8 Oct 2013 15:59:12 GMT (envelope-from jonathan@FreeBSD.org) Message-ID: <52542BD4.5070706@FreeBSD.org> Date: Tue, 08 Oct 2013 16:59:16 +0100 From: Jonathan Anderson User-Agent: Postbox 3.0.8 (Macintosh/20130427) MIME-Version: 1.0 To: sthaug@nethelp.no Subject: Re: rcs References: <60177810-8DC4-4EA3-8040-A834B79039D2@orthanc.ca> <52538EDC.2080001@freebsd.org> <52541202.3010707@mu.org> <20131008.170444.74714516.sthaug@nethelp.no> In-Reply-To: <20131008.170444.74714516.sthaug@nethelp.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: bright@mu.org, lyndon@orthanc.ca, sgk@troutmask.apl.washington.edu, freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 08 Oct 2013 15:59:15 -0000 On 8 October 2013 16:04, wrote: > - For some of us, the attraction of FreeBSD is that it is a tightly > integrated system, and the base contains enough useful functionality > that we don't *have* to add a lot of packages. > > - Each package that is moved out of the base system means less useful > functionality in the base system - and for me: Less reason to use > FreeBSD instead of Linux. > > I absolutely see the problem of maintaining out-of-date packages in > the base system, and the desirability of making the base system less > reliant on GPL. I'm mostly troubled by the fact that there seems to > be a rather strong tendency the last few years of having steadily > less functionality in the base system - and I'm not at all convinced > that the right balance has been found here. I think this is the core problem at the root of many discussions besides this one. What is the base system? FreeBSD users tend to agree that we like a self-contained wad of stuff called The Base System but disagree quite strongly about what should be in it. There are several approaches to the problem, ranging from concrete and specific ("exactly what shipped with 4.4BSD", a.k.a. Originalism) to principled but open to interpretation ("what 4.4BSD would ship if it were released today", a.k.a. Founders' Intent). We will never all agree on exactly what should be in base vs ports/packages, but can we perhaps build consensus around principles? When you first take it out of the box, does The Base System need to be: - self-bootstrapping - POSIX-compliant - administerable - with local shell - with local tools (e.g. RCS, vim, git...) - with remote shell (SSH) - with remote tools (e.g. Puppet) - with "enterprise" integration (e.g. Kerberos, LDAP, 802.1x, SMB...) - useful for end-user workloads: - [cross-]building FreeBSD - [cross-]building {program X in language Y} - file server - DNS server - Kerberos server - SVN server - Postgres server - Web server - Hadoop node - X server - desktop - able to install packages / build ports to do the above - able to run Linux binaries ? I think we all agree with the first two items, but where should we draw the line? Suppose we distributed install media with The Base System + some packages tailored to a particular environment; would that change what needs to be in The Base System? If "FreeBSD Enterprise Edition" or "FreeBSD Hacker Edition" shipped with The Base System plus whatever packages you need for that environment/workload, and if the installer knew how to install those packages, could The Base System itself be smaller, e.g. just what we need to bootstrap FreeBSD itself? Jon -- Jonathan Anderson jonathan@FreeBSD.org