From owner-freebsd-questions@FreeBSD.ORG Fri Jun 22 12:18:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AD4D16A421 for ; Fri, 22 Jun 2007 12:18:30 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from wmail.teledomenet.gr (wmail.teledomenet.gr [213.142.128.16]) by mx1.freebsd.org (Postfix) with ESMTP id 2A53113C48A for ; Fri, 22 Jun 2007 12:18:30 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from iris (unknown [192.168.1.71]) by wmail.teledomenet.gr (Postfix) with ESMTP id 691F21C86A8; Fri, 22 Jun 2007 15:16:43 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Fri, 22 Jun 2007 15:16:40 +0300 User-Agent: KMail/1.9.1 References: <20070622101815.50c678cc@localhost> In-Reply-To: X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706221516.41245.nvass@teledomenet.gr> Cc: Vlad GURDIGA Subject: Re: fs cache 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: Fri, 22 Jun 2007 12:18:30 -0000 On Friday 22 June 2007 14:23, Vlad GURDIGA wrote: > I'm afraid my background in this area is too thin to go that far... -CURRENT is for developers or users who want to contribute in the development process of FreeBSD. And as Noberto said, there is a lot of debugging info enabled, which make debugging possible, but hurt performance greatly. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html#CURRENT > I apologize for the noise. No worries, just download and install 6.2-RELEASE. http://www.freebsd.org/releases/6.2R/announce.html or a snapshot of 6-STABLE, which is updated in a slow pace, for fixes or security holes. http://www.freebsd.org/snapshots/ Releases are considered to be the most stable. Install 6.2-RELEASE and if you feel like updating you can use freebsd-update. Keep in mind that all these new, old, released or other, are relative to the operating system itself and not the third party programs(packages, ports) you'll be using(GNOME, firefox, etc). Ports are not branched and same versions are used in all branches... So, running a supported release does not mean, that you have to run legacy packages. HTH, Nikos