From owner-freebsd-stable@FreeBSD.ORG Mon Oct 17 19:52:03 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FB9E16A41F for ; Mon, 17 Oct 2005 19:52:03 +0000 (GMT) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8E543D49 for ; Mon, 17 Oct 2005 19:52:02 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 9094DB816 for ; Mon, 17 Oct 2005 15:52:01 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <20051016135752.6bcc6874.dick@nagual.st> References: <200510152346.RAA20742@lariat.net> <20051016135752.6bcc6874.dick@nagual.st> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Mon, 17 Oct 2005 15:52:00 -0400 To: freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.734) Subject: Re: 6.0 release date and stability 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: Mon, 17 Oct 2005 19:52:03 -0000 On Oct 16, 2005, at 7:57 AM, dick hoogendijk wrote: > The news I read about fFreeBSD-6.0 is quit good lately. I might even > upgrade my 5.4 box. I'm told it will be a rather smooth proces. > so far, I've upgraded from 5.4-RELEASE: a Dell PE1300 (pentium 3 750MHz) SCSI disks, a generic AMD Duron based system with IDE boot, SATA data disks, a Dell PE1750 with ahc SCSI, and a Dell 2650 dual Xeon with amr RAID to 6.0RC1 (some via 6.0 beta relaeases in between). All via buildworld. It was no more painful than any other upgrade like 5.3 -> 5.4 other than so much in /etc/periodic changed and mergemaster took a long time. > The *ONLY* question is: will I need to *recompile* all installed ports > if I go from 5.4 to 6.0 release? No, the kernel has COMPAT_FREEBSD5 and COMPAT_FREEBSD4 by default, so just keep those and your shared libs around and you're golden. Of course, ports like lsof which dependon the kernel version will have to be rebuilt, but that's true no matter the version change...