From owner-freebsd-stable@FreeBSD.ORG Mon Jul 31 12:37:02 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 6109B16A4E7 for ; Mon, 31 Jul 2006 12:37:02 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from mail.secureworks.net (mail.secureworks.net [65.114.32.155]) by mx1.FreeBSD.org (Postfix) with SMTP id C1D6A43D55 for ; Mon, 31 Jul 2006 12:37:01 +0000 (GMT) (envelope-from mike@jellydonut.org) Received: (qmail 31473 invoked from network); 31 Jul 2006 12:37:00 -0000 Received: from unknown (HELO ?192.168.14.135?) (63.239.86.253) by 0 with SMTP; 31 Jul 2006 12:37:00 -0000 Message-ID: <44CDF96C.7090601@jellydonut.org> Date: Mon, 31 Jul 2006 08:37:00 -0400 From: Michael Proto User-Agent: Thunderbird 1.5.0.5 (X11/20060730) MIME-Version: 1.0 To: Jon Holstrom References: <001301c6b41d$78d7aed0$fac8a8c0@dragon> In-Reply-To: <001301c6b41d$78d7aed0$fac8a8c0@dragon> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 5.5 (VMware) on Fedora core 5 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, 31 Jul 2006 12:37:02 -0000 Jon Holstrom wrote: > Hello, > I am running Fedroa core 5 Dual PIII 800, with VMware server. > > I am not sure if or should i install FreeBSD 5.5 stable +SMP kernel! > I am looking at a basic web server config, > Apache 1.3 > PHP4 > MySQL 4.1 > OSCommerce > ProFTP > some sort of mail server also, POP, SMTP. > Its all for the sake of learning it and doing it as of now. > > FreeBSD is intalled as a Virutal Machine now. > but after thinking a bit, got stuck with the SMP kernel! > Unless one of the applications to be installed in your guest needs SMP its better to just use a uniprocessor kernel in VMware-Server. This is what I've gathered from the VMware discussion boards anyway. I've got 3 FreeBSD 6.1 virtual machines running happily on a P4-3.0Ghz with hyperthreading enabled, all of them uniprocessor. None are running the applications you provided but they are running DNS, mail (via postfix, spamassassin, and amavisd), and HTTP (via lighttpd) services very nicely. -Proto