From owner-freebsd-stable@FreeBSD.ORG Mon Apr 21 08:03:25 2003 Return-Path: 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 7CE6037B401 for ; Mon, 21 Apr 2003 08:03:25 -0700 (PDT) Received: from dsl093-019-250.msp1.dsl.speakeasy.net (dsl093-019-250.msp1.dsl.speakeasy.net [66.93.19.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 98B4743FD7 for ; Mon, 21 Apr 2003 08:03:24 -0700 (PDT) (envelope-from peter@jocose.org) Received: (qmail 15144 invoked from network); 21 Apr 2003 15:03:24 -0000 Received: from unknown (HELO jocose.org) (10.0.0.194) by 0 with SMTP; 21 Apr 2003 15:03:24 -0000 Message-ID: <3EA40831.30605@jocose.org> Date: Mon, 21 Apr 2003 10:03:13 -0500 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4a) Gecko/20030418 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rick Flosi References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: Installing FreeBSD-Stable and Upgrading to FreeBSD-Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Apr 2003 15:03:25 -0000 Rick Flosi wrote: > I am a newbie trying to get the most current Stable version of FreeBSD > running. I have been using CVS to update my system, but things don't work > after an update. For example KDE 3.1 (from KDE 3.0) doesn't start using > startkde. > > I am looking for instructions on the best way to Install the lastest > version of FreeBSD-Stable and how to Upgrade the system in the future. > > Thanks. > Here's a quick tips page I have on the subject: http://bsd.jocose.org/stable.html Your kde problem may have to do with a mismanaged ports tree. I have tips for that as well: http://bsd.jocose.org/using_ports.html Pete...