From owner-freebsd-stable@FreeBSD.ORG Mon Oct 23 02:17:09 2006 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 4200F16A412 for ; Mon, 23 Oct 2006 02:17:09 +0000 (UTC) (envelope-from mack@macktronics.com) Received: from coco.macktronics.com (coco.macktronics.com [209.181.253.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E530643D49 for ; Mon, 23 Oct 2006 02:17:08 +0000 (GMT) (envelope-from mack@macktronics.com) Received-SPF: none (coco.macktronics.com: 209.181.253.65 is neither permitted nor denied by domain of macktronics.com) client-ip=209.181.253.65; envelope-from=mack@macktronics.com; helo=coco.macktronics.com; Received: from coco.macktronics.com (coco.macktronics.com [209.181.253.65]) by coco.macktronics.com (Postfix) with ESMTP id 3F8F24AC11; Sun, 22 Oct 2006 21:17:08 -0500 (CDT) Date: Sun, 22 Oct 2006 21:17:08 -0500 (CDT) From: Dan Mack To: Randy Bush In-Reply-To: <17722.19176.63601.137662@roam.psg.com> Message-ID: <20061022211048.E61835@coco.macktronics.com> References: <17719.43574.819134.370333@roam.psg.com> <20061020005501.R32598@fledge.watson.org> <17722.19176.63601.137662@roam.psg.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Stable Subject: Re: 5 to 6 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, 23 Oct 2006 02:17:09 -0000 On Sat, 21 Oct 2006, Randy Bush wrote: > for the record, i followed the recipe in UPDATING and it worked. > > randy Another for the record ... I upgraded my production box from 5.3 to 6.2BETA2 without incident as well. I was surprised that all my services started properly on the first boot (postfix; cyrus imap, apache22, postgres, mongrel(ruby on rails), and various others..) After the upgrade, rebuilding some of my ports improved the performance of my ruby on rails apps by a lot. I'm not sure if I am benefiting from improved SMP code compared to 5.3 or if it was due to something unrelated in the ports tree. This was on an older SMP Pentium 3 system which doesn't have any devices using the em driver and so far the system has been rock solid. Dan