From owner-freebsd-questions@FreeBSD.ORG Sat Sep 16 22:59:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A2CB916A407 for ; Sat, 16 Sep 2006 22:59:39 +0000 (UTC) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxsf25.cluster1.charter.net (mxsf25.cluster1.charter.net [209.225.28.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4837943D69 for ; Sat, 16 Sep 2006 22:59:34 +0000 (GMT) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxip21a.cluster1.charter.net (mxip21a.cluster1.charter.net [209.225.28.151]) by mxsf25.cluster1.charter.net (8.12.11.20060308/8.12.11) with ESMTP id k8GMxXJ9013135 for ; Sat, 16 Sep 2006 18:59:33 -0400 Received: from 24-159-55-136.dhcp.jcsn.tn.charter.com (HELO [192.168.1.6]) ([24.159.55.136]) by mxip21a.cluster1.charter.net with ESMTP; 16 Sep 2006 18:59:33 -0400 Message-ID: <450C81D6.2070503@wilderness.homeip.net> Date: Sat, 16 Sep 2006 17:59:34 -0500 From: Laurence Sanford User-Agent: Thunderbird 1.5.0.5 (X11/20060804) MIME-Version: 1.0 To: "pobox@verysmall.org" References: <200609161541.38002.bob@tania.servebbs.org> <450C55FA.5070701@verysmall.org> In-Reply-To: <450C55FA.5070701@verysmall.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Bob , freebsd-questions@freebsd.org Subject: Re: When is BuildWorld necessary? 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: Sat, 16 Sep 2006 22:59:39 -0000 pobox@verysmall.org wrote: > > But I have one question - do you rebuild the world on a remote machine > (without physical access) and if yes - how do you restart in single > user mode. This is what I can't understand so far. > > Thanks, > Iv In 6 years, I've never dropped any machine to single user to do any part of a buildworld upgrade. I've stopped many running services, but never gone to single user. The only time I had any problems with this approach was when I blindly flubbed versions in my supfile and cvsup'd a 6 system with 4 source. That wasn't pretty. But it would have been not pretty in single user mode as well.