From owner-freebsd-stable@FreeBSD.ORG Thu Nov 25 13:54:29 2004 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 05D0A16A4CE for ; Thu, 25 Nov 2004 13:54:29 +0000 (GMT) Received: from f21.mail.ru (f21.mail.ru [194.67.57.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA17143D54 for ; Thu, 25 Nov 2004 13:54:28 +0000 (GMT) (envelope-from _pppp@mail.ru) Received: from mail by f21.mail.ru with local id 1CXK4m-0006Je-00 for stable@freebsd.org; Thu, 25 Nov 2004 16:54:24 +0300 Received: from [81.200.13.122] by win.mail.ru with HTTP; Thu, 25 Nov 2004 16:54:24 +0300 From: dima <_pppp@mail.ru> To: stable@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [81.200.13.122] Date: Thu, 25 Nov 2004 16:54:24 +0300 In-Reply-To: <02a201c4d2b7$451a82f0$cbc1a10a@Curs3> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Subject: Re: 5.2 -> 5.3 without single mode? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dima <_pppp@mail.ru> List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2004 13:54:29 -0000 > Is it possible to cvsup from 5.2 to 5.3 without booting in single mode? > I have a remote machine and want update it, but it is no console access, > only SSH. You don't actually need to reboot in single-user mode. Just make sure your users wouldn't use the server hard during the # mergemaster -p # make installworld # mergemaster cycle. You can basically disable all the services but sshd for that task & enable them again after the second reboot.