From owner-freebsd-stable Sun May 13 9:18:44 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 260BE37B424 for ; Sun, 13 May 2001 09:18:38 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailc.telia.com (8.11.2/8.11.0) with ESMTP id f4DGIbH02386 for ; Sun, 13 May 2001 18:18:37 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id SAA07105 for ; Sun, 13 May 2001 18:18:36 +0200 (CEST) Received: (qmail 19962 invoked by uid 1001); 13 May 2001 16:18:35 -0000 Date: Sun, 13 May 2001 18:18:35 +0200 From: Erik Trulsson To: Stephen Hilton Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Running Stable on remote production server Message-ID: <20010513181834.A19888@student.uu.se> Mail-Followup-To: Stephen Hilton , freebsd-stable@FreeBSD.ORG References: <20010513145801.A15090@student.uu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from nospam@hiltonbsd.com on Sun, May 13, 2001 at 10:57:03AM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 13, 2001 at 10:57:03AM -0500, Stephen Hilton wrote: > Subject: Re: Running Stable on remote production server > > How can you accomplish the single user installworld steps on a remote system ? > Especially the mergemaster program that involves interactive routines ? > I would be using SSH to connect to a remote FreeBSD box. If one has a serial console attached to the remote system then going to single-user mode is not a big problem. Single-user mode is not really necessary to do an installworld/mergemaster. What is required is that the machine is "quiet", meaning no other users are logged in and no programs that might interfere with the installation should be running. For a machine to which one has access to the console the easiest way of accomplishing this is going to single-user mode. Otherwise you will have to disable further logins (see shutdown(8) or nologin(5) for info on how to do this) and then manually kill most processes. (Just be careful not to kill your own shell or sshd :-) ) Then you should be able do an installworld/mergemaster. > > > > > I have been reading the instructions for tracking stable and what is > > recommended in the way of procedures. It seems from this that it would be > > extremely hard to follow these recommendations for a remote POP. IE moving > > to single user mode and on the whole messing with the machine for several > > hours at a time. > > > Stephen Hilton > -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message