Date: Tue, 12 Mar 2002 13:25:00 -0500 From: Kutulu <kutulu@kutulu.org> To: MikeM <MyRaQ@mgm51.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Remote upgrading (was: /etc/make.conf question) Message-ID: <20020312132500.C11787@pr0n.kutulu.org> In-Reply-To: <200203121201050707.044E239E@luna.affordablehost.com>; from MyRaQ@mgm51.com on Tue, Mar 12, 2002 at 12:01:05PM -0500 References: <Pine.GSO.4.32.0203121126520.1546-100000@nippur.irb.hr> <20020312074349.A91204@blackhelicopters.org> <20020312155618.GA9463@raggedclown.net> <20020312114158.A92910@blackhelicopters.org> <200203121201050707.044E239E@luna.affordablehost.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 12, 2002 at 12:01:05PM -0500, MikeM wrote: > On 3/12/02 at 11:41 AM Michael Lucas wrote: > > |[snip] > |Remember, the correct dance for an upgrade these days includes the > |following: > | > |make buildworld > |make buildkernel > |make installkernel > |<reboot, single-user> > |make installworld > |mergemaster > |<reboot> > |[snip] > ============= > > I manage a remote FreeBSD server, a single-user reboot is not at > all practical. So my question is: how important, and for what > reason, is the urging to go into single-user mode? On my remote > server, I can assure that I am the only person logged in, I just > cannot get into single-user mode. > > Will the 'make installworld' and 'mergemaster' steps not work > properly in my scenario? > The first reboot is to ensure that the new kernel is running before you begin to installworld, presumably to make it easier to back out the installation. Running in single-user mode is merely to prevent an outdated OS world from running on the new kernel and causing problems. Having said that, I remotely administer quite a few -STABLE machines and I always skip the first reboot step. I, like you, can be assured that noone else is on the machine doing anything durin this process, and have upgraded many dozen times this way without any incidencts so far. Just be aware that it's not the "officially recommended" way to do things, so it may or may not work entirely perfect. --K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020312132500.C11787>