From owner-freebsd-questions@FreeBSD.ORG Wed Mar 19 11:15:43 2014 Return-Path: Delivered-To: freebsd-questions@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 ESMTPS id CF3C8997 for ; Wed, 19 Mar 2014 11:15:43 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64DDE809 for ; Wed, 19 Mar 2014 11:15:43 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id cc10so4873321wib.14 for ; Wed, 19 Mar 2014 04:15:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=gK+HGjMyRRURKZ9NQUYOXqDzPNRn7zmS4ZwHb9ZHNXI=; b=O9lshx0m7fkxcEpxjf45eflX3L+2AEqPWBjN8uyEfuQcg9CB/KrBOtJS61neSa3rj6 u9T+XYSIm4AmFtKMUO0JyEDvZ1H2gwxoPtP4KhqVSHItpTsy+DwGFQUxaSPdn6cyfAZ2 kNPoBFP2z5ARr/JaaY/8Y1iQ9Lw/9thP+Pm84LHWOElPoP6cLsgNWim93OJcKkD5asTl ok1YN0cxTJk1aZLqUXpuyddswo1oRULWu+X9AKosp0rXKRRkt5z9Cmi1EKHV+iRH6Hwh LrTIgibdt+ktILc4oEbvt8WB0/8y8Ini1WdzjwY/8CaRxOX356Uo9Zraboj4rK1wnTn4 vkng== X-Received: by 10.180.103.227 with SMTP id fz3mr18815136wib.29.1395227741806; Wed, 19 Mar 2014 04:15:41 -0700 (PDT) Received: from [192.168.1.129] ([193.173.55.180]) by mx.google.com with ESMTPSA id ga10sm55069565wjb.23.2014.03.19.04.15.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Mar 2014 04:15:40 -0700 (PDT) Message-ID: <53297C5C.5030608@gmail.com> Date: Wed, 19 Mar 2014 12:15:40 +0100 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Martin Braun Subject: Re: FreeBSD is really great.. BUT.. References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 11:15:43 -0000 Martin Braun schreef: > FreeBSD is really great.. BUT.. > > I stopped using FreeBSD when it was about 5.x or something because I found > I spend more time compiling than I did managing our server room. I went > with Debian (and the beloved apt-get tool) and I never looked back. > > Then I needed to test different containers out so I tested Linux-VServer, > Xen, UML, and other stuff, and naturally I had to test FreeBSD Jails. I > decided to use ezjail and I noticed that FreeBSD has gotten some new really > cool tools and jails combined with ZFS are incredible. > > So pkg_add is gone and now there is the new and improved pkg and together > with "freebsd-update" it is possible to keep a system upgraded at all times > using ONLY binary packages, which are great! > > The whole point of the ports system is as stated on the OpenBSD FAQ: > > "The end result of the porting effort are ready-to-install binary > packages." > > So great.. yes? > > NO! > > Why not? > > Because still the FreeBSD ports team doesn't agree with that notion from > the OpenBSD FAQ about packages. Well it is not said that OpenBSD is right and that there way is the only way. If you want there policy, use OpenBSD. If it does not cut it, then you need another solution. If Linux does not have jails, and you want them then you need FreeBSD with there package/ports system. If you do not want to compile stuff then there is almost no choice then to go back to Linux and use apt get. It is a choice you will need to make. FreeBSD does have some great features like poudriere which will create > > The binary packages on FreeBSD are compiled with so few options available > that you end up compiling the whole bunch from source anyway! > > A simple setup on a mailserver with Postfix, Dovecot, MySQL, and a couple > of other packages doesn't work using the binary packages because they are > NOT compiled to fit together! Well i use postfix, dovecot and postgreSQL, And another person does not use a database at all and so on. So to please them all we need a postfix, dovecot version that has support for all databases! But what about sasl support, some want dovecot sasl and other courier sasl. I think the power off FreeBSD lies in the ports system. I do not want a postfix version with all options for all databases compiled in that I do not use. The package system gives you the option to install and use basic versions of the software, if you want other options then you need to compile the ports. If you are using a larger set of servers, then start using poudriere. It will generate packages for you that you can redistribute across servers. Here is a nice howto . http://www.bsdnow.tv/tutorials/poudriere It will give you fine controlled packages ready to pkg add at any time. It does not take that long to compile most off the stuff. And to be honest, sometimes I also would like the pkg add option and be done with it. But with the few servers we are running, I can live with the compile time it takes to update the services. And when i find time I am going to setup a poudriere system to give me the packages I want. > > Now.. what the "¤"%"#!"!¤ is the point then!? Why don't we just forget > about binary packages in FreeBSD and make everyone compile? > > There's no point in making those pre-made binary packages ready for usage > when they are only freaking compiled to run alone without any kind of usage > what so ever! > > Now.. was this post an "acid reflux"? Ooh.. yeah! > > Sorry, but I really think it's a shame. > > Some don't trust binary packages from FreeBSD and some just like to tweak - > GREAT! > > But others just like to get some work done.. rather than compiling.. > compiling.. compiling..! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"