From owner-freebsd-questions@FreeBSD.ORG Tue Jan 29 21:56:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C8B616A477 for ; Tue, 29 Jan 2008 21:56:17 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3A67F13C461 for ; Tue, 29 Jan 2008 21:56:17 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 6A15B1CC8B; Tue, 29 Jan 2008 12:56:16 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org, darryl@osborne-ind.com Date: Tue, 29 Jan 2008 22:56:15 +0100 User-Agent: KMail/1.9.7 References: <280BA17A99C240008BF4BCA105AA5F76@Europa> In-Reply-To: <280BA17A99C240008BF4BCA105AA5F76@Europa> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801292256.15410.fbsd.questions@rachie.is-a-geek.net> Cc: Subject: Re: Next steps 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: Tue, 29 Jan 2008 21:56:17 -0000 On Tuesday 29 January 2008 15:41:35 Darryl Hoar wrote: > I have just installed 6.3-Release on brand new hardware. > In the past, I have not done much to a machine after > initial installation. What should be done to a machine > after successful installation of 6.3-release ? Do I need > to compile a custom kernel ? Do I need to apply any > patches ? The next thing would be to decide what ya gonna do with it. Then all of the above may or may not be necessary. Example: - Traffic shaping with pf/altq needs custom kernel -> altq(4) If you play games or use other apps that make processes grow beyond 512MB, you also need to set kern.defdsiz and kern.maxdsiz in /boot/loader.conf to a more desirable value (if you can spare the physical ram). There's also freebsd-update, which will apply binary patches, following the security advisories. -- Mel