From owner-freebsd-questions@FreeBSD.ORG Sun Nov 7 11:49:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A990816A4CE for ; Sun, 7 Nov 2004 11:49:11 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC9A43D2D for ; Sun, 7 Nov 2004 11:49:11 +0000 (GMT) (envelope-from david.jenkins@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so382733rne for ; Sun, 07 Nov 2004 03:49:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=TB4I1KZ5sHYy515YbqHIePQu5qJp4yZMT9VGYBsIsDyY3xRFnvJh8z66xplX5USBUX+R5a/f0hHepg5qC+jq8R8EYPl8wbPLSZOEDuXBkXuA9WPeNZ69ZoUI54eINql0pO9+wjWFYw1Ttb3nmRpx6fc7RYISQJQrBVBuFMsSkt4= Received: by 10.38.161.76 with SMTP id j76mr124799rne; Sun, 07 Nov 2004 03:49:03 -0800 (PST) Received: by 10.38.208.66 with HTTP; Sun, 7 Nov 2004 03:49:03 -0800 (PST) Message-ID: <9395922d041107034971b12fe0@mail.gmail.com> Date: Sun, 7 Nov 2004 11:49:03 +0000 From: David Jenkins To: "Joseph H. Fry" In-Reply-To: <000001c4c48e$fe984a50$f100a8c0@lucy> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <418DB05C.50100@trini0.org> <000001c4c48e$fe984a50$f100a8c0@lucy> cc: freebsd-questions@freebsd.org Subject: Re: First questions: rebuilding world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Jenkins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 11:49:11 -0000 On Sun, 7 Nov 2004 00:59:50 -0500, Joseph H. Fry wrote: > Thanks! So you can do everything in multiuser mode, or do you still > have to drop to single user mode to actually install the new kernel and > new system binaries? > > Also, does doing all of this bring me to the most recent stable release? > (I noticed that 5.3 was released yesterday, presumably just after I > downloaded 5.2.1). I've done it once in multiuser mode and it all went fine. I did read somewhere that if you do have to do it this way because getting physical access to the machine is difficult, then make sure you shut down as many services/processes as you can. i.e just make sure sshd is the only daemon running etc ... If you've used the correct TAG in your cvsup files and have cvsup'd over the last day or so, then you should build 5.3-RELEASE. Hope this helps. David