From owner-freebsd-questions@FreeBSD.ORG Tue Oct 19 04:33:23 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 E727616A4CE for ; Tue, 19 Oct 2004 04:33:23 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7765843D2F for ; Tue, 19 Oct 2004 04:33:19 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Mon, 18 Oct 2004 23:36:39 -0500 Message-ID: <4174990C.6030606@daleco.biz> Date: Mon, 18 Oct 2004 23:33:16 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vonleigh Simmons References: <20041018163856.5DF5016A4CE@hub.freebsd.org> <37C24532-2175-11D9-8070-000A2791B6EC@illusionart.com> In-Reply-To: <37C24532-2175-11D9-8070-000A2791B6EC@illusionart.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Oct 2004 04:36:40.0500 (UTC) FILETIME=[3A3C4740:01C4B595] cc: freebsd-questions@freebsd.org Subject: Re: 5.3-STABLE ???? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 04:33:24 -0000 Vonleigh Simmons wrote: > > Sorry to hijack the thread. My box is running 5.2, and I'd like to > upgrade it to 5.2.1. > Problem is that the server is in a colo so I only have SSH access to > it; because of this > I can't drop into single user mode. > > So far I grabbed the stable sup file, changed it to RELENG_5_2. > After that I ran > # make -j4 buildworld > # make -j4 buildkernel > > But I'm not sure how to continue since I don't have single user > mode. Anyone > have any pointers, as the handbook doesn't say what to do in this case. > > Vonleigh Simmons > You needn't be in single user to do the next steps, but it's just a Good Idea(tm). Perhaps the "next best thing" would be to shut off most of the services during installkernel and installworld, and restart them afterwards. I have done the procedure remotely many times without going to single user. As I don't run the world's most visited sites, it's not been a problem at all.... Kevin Kinsey